Hello,
Is here somebody who has experiences with recovering calls after freeswitch crash?
I am following this article: https://freeswitch.org/confluence/display/FREESWITCH/High+Availability
and I am testing on 1 server with this configuration change:
<param name="track-calls" value="true"/> in SIP_PROFILE
I tried this commands after establishing call:
Everything works like it should without tls encryption.
BUT
When I export this channel variable (rtp_secure_dialplan) in dialplan like this:
<action application="export" data="rtp_secure_media=optional"/>
the call is now using tls, but I can not recover calls after crashing freeswitch.
The call hangs up like this:
[NOTICE] sofia.c:8273 Hangup sofia/internal/500@192.168.30.41:5061 [CS_RESET] [NORMAL_TEMPORARY_FAILURE]
All help is welcome
Is here somebody who has experiences with recovering calls after freeswitch crash?
I am following this article: https://freeswitch.org/confluence/display/FREESWITCH/High+Availability
and I am testing on 1 server with this configuration change:
<param name="track-calls" value="true"/> in SIP_PROFILE
I tried this commands after establishing call:
fs_cli -x 'fsctl crash'
fs_cli -x 'sofia recover'
Everything works like it should without tls encryption.
BUT
When I export this channel variable (rtp_secure_dialplan) in dialplan like this:
<action application="export" data="rtp_secure_media=optional"/>
the call is now using tls, but I can not recover calls after crashing freeswitch.
The call hangs up like this:
[NOTICE] sofia.c:8273 Hangup sofia/internal/500@192.168.30.41:5061 [CS_RESET] [NORMAL_TEMPORARY_FAILURE]
All help is welcome