Replies: 1 comment 2 replies
-
You can close the UA upon disconnection and reconnect at your will disconnected event |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In JsSIP, if an extension suddenly goes offline, JsSIP will attempt to reconnect by default. The reconnection behavior is controlled by the connection_recovery_max_interval and connection_recovery_min_interval parameters. If I want to completely take over this reconnection process and disable JsSIP's built-in reconnection mechanism, how should I configure it?
Beta Was this translation helpful? Give feedback.
All reactions