<div dir="ltr">Hi, i have some issues trying to make a HA with SRTP, i have that dialplan<br><br><br>        <extension name="salientes"><br>                <condition field="destination_number" expression="^(\d{9})$"><br>                         <action application="set" data="ringback=${es-ring}"/><br>                         <action application="set" data="transfer_rinback=$${hold_music}"/><br>                         <action application="set" data="call_timeout=30" /><br>                         <action application="set" data="hangup_after_bridge=true"/><br>                         <action application="set" data="continue_on_fail=true"/><br>                         <action application="export" data="rtp_secure_media=optional"/><br>                         <action application="export" data="rtp_secure_media_outbound=forbidden"/><br>                         <action application="bridge" data="sofia/gateway/providerExt/$1"/><br>                         <action application="hangup"/><br>                 </condition><br>        </extension><br>          <br>When i make a normal call in my FS1 it goes well, same when i do a normal call in a FS2, then the problem that i find is when i do a normal call in my FS1 (it takes AES_CM_128_HMAC_SHA1_32) and i do a "fsctl crash" in my "fs_cli", when the FS2 recovery the call, the audio drops in both ways, and if I use sngrep to see what is sending in the invite, i see that the crypto is "AES_CM_NULL_AUTH", in addition in the fs_cli on FS2 y found that error<br><br>2019-07-04 10:37:38.286877 [ERR] switch_core_media.c:1554 Error! No crypto to parse<br>2019-07-04 10:37:38.286877 [INFO] switch_rtp.c:4104 Activating audio Secure RTP SEND<br>2019-07-04 10:37:38.286877 [DEBUG] switch_core_sqldb.c:2617 Secure Type: srtp:sdes:AES_CM_128_HMAC_SHA1_32<br>2019-07-04 10:37:38.286877 [INFO] switch_rtp.c:4082 Activating audio Secure RTP RECV<br>2019-07-04 10:37:38.286877 [DEBUG] switch_core_sqldb.c:2617 Secure Type: srtp:sdes:AES_CM_128_HMAC_SHA1_32<br><br>Can someone give me some clarity about that problem? How I can solve this?<br></div>