<div dir="ltr"><div>Finally got it going.  I don&#39;t know how many combinations I tried.<br><br></div>All I needed was the sip_secure_media (or rtp_secure_media, which is the new name) set to true in the dialplan on the SBC.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 14, 2013 at 11:42 AM, Peter <span dir="ltr">&lt;<a href="mailto:eidevm5@gmail.com" target="_blank">eidevm5@gmail.com</a>&gt;</span> 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>Hi Carlos.<br><br></div>Didn&#39;t realise rtp_secure_media existed.  After searching I saw:<br><br><a href="https://wiki.freeswitch.org/wiki/Release_Notes#rtp_secure_media_.28was_sip_secure_media.29" target="_blank">https://wiki.freeswitch.org/wiki/Release_Notes#rtp_secure_media_.28was_sip_secure_media.29</a><br>

<br></div><div>which says it was introduced in 1.2.9<br><br></div><div>However, it&#39;s a little ambiguous as to whether sip_secure_media was deprecated.<br><br></div><div>Anyway, I tried using rtp_secure_media instead, but I still can&#39;t get SRTP working.<br>

<br><br></div><div>I did some testing with some other SIP clients.   In particular, csipsimple.  On the client, if I set SRTP to be optional, the media stream uses RTP.   However, if I set SRTP to be mandatory, when I try to call it, Freeswitch receives:<br>

<br>   SIP/2.0 488 Not Acceptable Here<br><br></div><div>Which seems to indicate that something is not is not right with the SRTP setup.<br><br></div><div>There&#39;s a full debug from the FS1 (the freeswitch server where the csipsimple client is registered to) at:<br>

<br><a href="http://pastebin.freeswitch.org/21295" target="_blank">http://pastebin.freeswitch.org/21295</a><br><br></div><div>Note in the debug I have sdp_secure_savp_only set to true.   I&#39;ve tried disabling this setting, but get the same result.<br>

<br>Thanks<span class="HOEnZb"><font color="#888888"><br><br>Peter<br><br></font></span></div><div><div class="h5"><div><br> <br></div><div><div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 13, 2013 at 11:06 PM, Carlos Flor <span dir="ltr">&lt;<a href="mailto:jackal@cybershroud.net" target="_blank">jackal@cybershroud.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Try using rtp_secure_media=true instead of sip_secure_media.  If you are trying to set it on the b-leg, you probably want to use export instead of set, or use nolocal:rtp_secure_media.<div>

<br></div><div>Hope that helps.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div>On Mon, Aug 12, 2013 at 10:26 PM, Peter <span dir="ltr">&lt;<a href="mailto:eidevm5@gmail.com" target="_blank">eidevm5@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>

<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div><div>In my environment, I have the following (simplified) setup:<br><br></div>FS1  ----  FS SBC ---  FS2<br><br></div>Phones registered to FS1 (100x) use TLS/SRTP and phones registered to FS2 (200x) use SIP/RTP <br>




<br></div>FS1 has inbound-bypass-media set to true to allow SRTP peer to peer and direct to the SBC.<br><br></div>If I make an inbound call (eg: 1000 to 2000), SRTP is correctly established between the phone and SBC with RTP on the other side of the SBC to the internal phone.<br>




<br></div>However, when I try it the other way, I can&#39;t get SRTP established from the SBC to the external phone.<br><br></div>I&#39;ve been using <a href="https://wiki.freeswitch.org/wiki/Secure_RTP" target="_blank">https://wiki.freeswitch.org/wiki/Secure_RTP</a> as a guide.<br>




<br></div>I&#39;ve even tried explicitly setting sip_secure_media to true on the SBC and FS1.<br><br></div>The dialplan on the SBC has:<br><br>  &lt;extension name=&quot;outgoing&quot;&gt;<br>        &lt;condition field=&quot;destination_number&quot; expression=&quot;^(10[0-9][0-9])$&quot;&gt;<br>




            &lt;action application=&quot;set&quot; data=&quot;sip_secure_media=true&quot;/&gt;<br>            &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/${<a href="mailto:destination_number%7D@10.1.1.204" target="_blank">destination_number}@10.1.1.204</a>&quot;/&gt;<br>




        &lt;/condition&gt;<br>  &lt;/extension&gt;<br><br><br></div>And on FS1, the dialplan has:<br><br>   &lt;extension name=&quot;Local-Numbers&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(10[01][0-9])$&quot;&gt;<br>




        &lt;action application=&quot;export&quot; data=&quot;dialed_extension=$1&quot;/&gt;<br>        &lt;action application=&quot;set&quot; data=&quot;sip_secure_media=true&quot;/&gt;<br>        &lt;action application=&quot;bridge&quot; data=&quot;user/${dialed_extension}@${domain_name}&quot;/&gt;<br>




      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br><br></div>Note that I&#39;ve been testing this against two phones with SRTP enabled, but only one that is using TLS.  I get the same result calling each phone.<br>




<br></div>On a related point, what it the step required for a TLS connection from the SBC to the phone?   I&#39;m assume the phone just needs the CA cert from the SBC.  Correct?<br><br></div>Any information as to where I&#39;m going wrong will be gratefully accepted.<br>




<br></div>Thanks<span><font color="#888888"><br><br>Peter<br> <br></font></span></div>
<br></div></div>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div></div></div></div></div></div></div>
</blockquote></div><br></div>