You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue with SIP.js where, after a brief network disruption during an audio call, my user gets re-registered and audio is restored successfully through session re-invite. However, I no longer receive any events from FreeSWITCH after the reconnection. This includes events such as call terminations or actions performed on FreeSWITCH itself. I am not receiving events when someone else ends the call or performs actions on the FreeSWITCH server. Any insights or suggestions on how to address this?
Steps to reproduce the behavior:
Register UserAgent
Accept an Incoming Call
Distrub your network connection with Freeswitch Server until onDisconnect gets Trigger
Reconnect & Register UserAgent
Restore Voice by sending Session.invite()
NO Events of call after this ..
Expected behavior
After Reconnect User should be able to receive Call Events like Bye etc
Observed behavior
No Events after reconnect
The text was updated successfully, but these errors were encountered:
I'm experiencing an issue with SIP.js where, after a brief network disruption during an audio call, my user gets re-registered and audio is restored successfully through session re-invite. However, I no longer receive any events from FreeSWITCH after the reconnection. This includes events such as call terminations or actions performed on FreeSWITCH itself. I am not receiving events when someone else ends the call or performs actions on the FreeSWITCH server. Any insights or suggestions on how to address this?
Steps to reproduce the behavior:
Expected behavior
After Reconnect User should be able to receive Call Events like Bye etc
Observed behavior
No Events after reconnect
The text was updated successfully, but these errors were encountered: