Hello. We are using https://github.com/ringcentral/ringcentral-softphone-ts for answering the phone. But after some idle time at night (like 12 hours or so) if we call this phone number the call is not answered automatically.
this.softphone.on('invite', async (inviteMessage: InboundMessage) => {
…
}
Could you please help us how we can make sure that we are answering the calls even after some time that sever is running?
Thanks.
