You will have to look at the full negotiation of that leg and a debug log to see what&#39;s going on.<span></span><br><br>On Thursday, August 13, 2015, Jurijs Ivolga &lt;<a href="mailto:jurij.ivo@gmail.com">jurij.ivo@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div>I&#39;m struggling with quite simple issue. I need to enable SRTP on outbound leg. Call hits Freeswitch as SRTP but it leaves as regular RTP. I do not use TLS and I don&#39;t need it(yes, I know that SRTP keys are sent as plain text in this case).<br><br></div>I tried to add following code to my dialplan, but it do not helps:<br><br><pre>&lt;condition field=&quot;${sip_has_crypto}&quot; expression=&quot;^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$&quot; break=&quot;never&quot;&gt;
       &lt;action application=&quot;set&quot; data=&quot;sip_secure_media=true&quot;/&gt;
       &lt;action application=&quot;export&quot; data=&quot;sip_secure_media=true&quot;/&gt;
&lt;/condition&gt;</pre>I tried to add to vars.xml following line too:<br><br>&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;rtp_secure_media_inbound=mandatory&quot;/&gt;<br><br></div>But still without success.<br><br></div>Maybe somebody can give me a hint?<br><br></div>Thank you!<br><br></div>With kind regards,<br><br></div>Jurijs<br></div>
</blockquote>