I don&#39;t have that set however I&#39;m not trying to use SRTP yet. At the moment I&#39;m just trying to use Secure SIP.<br><br>That section of my dial plan is<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &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;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;sip_secure_media=true&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- Offer SRTP on outbound legs if we have it on inbound. --&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- &lt;action application=&quot;export&quot; data=&quot;sip_secure_media=true&quot;/&gt; --&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br><br>The TLS part of my internal.xml is now<br><br>&nbsp;&nbsp;&nbsp; &lt;!-- TLS: disabled by default, set to &quot;true&quot; to enable --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;param name=&quot;tls&quot; value=&quot;true&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;!-- additional bind parameters for TLS --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;param name=&quot;tls-bind-params&quot; value=&quot;&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;!-- Port to listen on for TLS requests. (5061 will be used if unspecified) --&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;param name=&quot;tls-sip-port&quot; value=&quot;$${internal_tls_port}&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;!-- Location of the agent.pem and cafile.pem ssl certificates (needed for TLS server) --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;param name=&quot;tls-cert-dir&quot; value=&quot;$${internal_ssl_dir}&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;!-- TLS version (&quot;sslv23&quot; (default), &quot;tlsv1&quot;). NOTE: Phones may not work with TLSv1 --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;param name=&quot;tls-version&quot; value=&quot;$${sip_tls_version}&quot;/&gt;<br><br><br>I also tried with <br>
<br>&nbsp;&nbsp;&nbsp; &lt;!-- additional bind parameters for TLS --&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;param name=&quot;tls-bind-params&quot; value=&quot;transport=tls&quot;/&gt;<br><br><div class="gmail_quote">On Mon, Dec 1, 2008 at 3:47 PM, Peter P GMX <span dir="ltr">&lt;<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Did you add<br>
&lt;action application=&quot;export&quot; data=&quot;sip_secure_media=true&quot;/&gt;<br>
into youy dialplan before bridging that call. How is your internal.conf,<br>
is TLS enabled there?<br>
<br>
Best regards<br>
Peter<br>
<br>
matrim schrieb:<br>
<div><div></div><div class="Wj3C7c">&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m having problems using TLS to receive calls.<br>
&gt;<br>
&gt; I&#39;m using a Nokia N95 to test TLS against freeswitch. I can register my<br>
&gt; client against freeswitch and make outbound calls to the test numbers (e.g.<br>
&gt; 9999).<br>
&gt;<br>
&gt; I can also make calls to other users registered over UDP.<br>
&gt;<br>
&gt; However if I try to make a call to a user registered over TLS the leg of the<br>
&gt; call to that user always goes via UDP.<br>
&gt;<br>
&gt; e.g.<br>
&gt;<br>
&gt; 1000 registered via TLS<br>
&gt; 1001 registered via TLS<br>
&gt; 1002 registered via UDP<br>
&gt; 1003 registered via UDP<br>
&gt;<br>
&gt; 1000 -&gt; 1002 works ok<br>
&gt; 1003 -&gt; 1002 works ok<br>
&gt;<br>
&gt; 1001 -&gt; 1000 Doesn&#39;t work. The leg of the call between freeswitch and 1000<br>
&gt; tries to setup via UDP<br>
&gt; 1002 -&gt; 1000 Doesn&#39;t work. The leg of the call between freeswitch and 1000<br>
&gt; tries to setup via UDP<br>
&gt;<br>
&gt; ===<br>
&gt;<br>
&gt;<br>
&gt;&gt; &gt;From looking at some of the documentation it seems to me that the issue may<br>
&gt;&gt;<br>
&gt; be with the &quot;tls-bind-params&quot; being &quot;transport=tls&quot;.<br>
&gt;<br>
&gt; The phone I&#39;m using doesn&#39;t add the &quot;transport=tls&quot; parameter, and only uses<br>
&gt; &quot;sips:&quot; to specify that the connection is via TLS.<br>
&gt;<br>
&gt; I tried setting &quot;tls-bind-params&quot; to a blank string but it didn&#39;t change<br>
&gt; anything. Is there any way to receive calls over TLS if you don&#39;t specify<br>
&gt; &quot;transport=tls&quot; in your contact string during registration?<br>
&gt;<br>
&gt; According to RFC3261 the use of the &quot;transport=tls&quot; parameter isn&#39;t<br>
&gt; recommended anymore and is now deprecated.<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
</div></div><div><div></div><div class="Wj3C7c">_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">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>
</div></div></blockquote></div><br>