sangsoo
Member
Hello.
SIP disconnect was performed, but SIP unregistration failed.
I integrated with Asterisk following this guide. SIP call connections work fine.
: https://docs.flashphoner.com/static...ons/SIP_calls_in_a_WebRTC-compatible_browser/
----- MY WCS, Version info-----
wcs_version=5.3.243-b287c9cf9f9fb400f97398296810c5ca214b5199
wcs_client_version=2.0.269-7ca52229c68b6b769e3e67e29c7e4cf887237822
After register connect, if disconnect is called or the webpage is closed, I want unregister to process within 60 seconds.
Looking at the server logs, it appears that even after calling disconnect, the register refresh timer (set to 50 seconds?) continues to run, causing the registration to persist and preventing unregistration.
I applied this setting in flashphoner.properties but it didn't resolve the issue.
#SIP ===================
#dtmf=INFO
dtmf=RFC2833
reg_expires=60
sip_force_session_expires=60
Below is the Asterisk pjsip.conf configuration.
How can I achieve the desired behavior (processing sip unregist after a certain time following the disconnect call)?
Thank you.
SIP disconnect was performed, but SIP unregistration failed.
I integrated with Asterisk following this guide. SIP call connections work fine.
: https://docs.flashphoner.com/static...ons/SIP_calls_in_a_WebRTC-compatible_browser/
----- MY WCS, Version info-----
wcs_version=5.3.243-b287c9cf9f9fb400f97398296810c5ca214b5199
wcs_client_version=2.0.269-7ca52229c68b6b769e3e67e29c7e4cf887237822
After register connect, if disconnect is called or the webpage is closed, I want unregister to process within 60 seconds.
Looking at the server logs, it appears that even after calling disconnect, the register refresh timer (set to 50 seconds?) continues to run, causing the registration to persist and preventing unregistration.
I applied this setting in flashphoner.properties but it didn't resolve the issue.
#SIP ===================
#dtmf=INFO
dtmf=RFC2833
reg_expires=60
sip_force_session_expires=60
Below is the Asterisk pjsip.conf configuration.
How can I achieve the desired behavior (processing sip unregist after a certain time following the disconnect call)?
Thank you.