<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Thanks for the good advice, DanB!<br>I thought about this to be honest.<br>Yes, FS can add header with  X-EndpointTransport: tls and opensisp can detect this.<br>But... I am still not sure how&nbsp; let opensips know that it should use tls instead of udp for invite to endpoint.<br>I tried to use <br><b>force_send_socket(tls:my_IP:5061);</b><br>But looks like I can't convert transport by this.<br><br>Will try to send by <br><b>t_relay("tls:1.2.3.4:6677");</b><br><br>Probably it is the question more for opensips list in this case but <span id="result_box" class="short_text" lang="en"><span class="hps">It is related I hope.<br><br>Will be grateful for advice</span></span><br>Thanks<br><br><div>&gt; Date: Wed, 8 Oct 2014 11:45:48 +0200<br>&gt; From: danb.lists@gmail.com<br>&gt; To: freeswitch-users@lists.freeswitch.org<br>&gt; Subject: Re: [Freeswitch-users] fs_path with a 'transport' parameter<br>&gt; <br>&gt; Hi Yuriy,<br>&gt; <br>&gt; We have solved this issue by adding a custom header with the transport <br>&gt; OpenSIPS need to use when sending the call out (extract that info in <br>&gt; OpenSIPS, eg: X-EndpointTransport: udp).<br>&gt; A more elegant solution would be custom ruri params being sent out by <br>&gt; FreeSWITCH, however not sure how doable that would be technically <br>&gt; speaking since the transport is automatically written out from the one <br>&gt; you set in fs_path.<br>&gt; <br>&gt; Hope this helps,<br>&gt; DanB<br>&gt; <br>&gt; On 07.10.2014 21:06, freeswitch-users-request@lists.freeswitch.org wrote:<br>&gt; &gt; I can add transport parameter I need on FS side, but how opensips will<br>&gt; &gt; &gt;know that it should use a different transport for INVITE to an endpoint?<br>&gt; <br>&gt; <br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services: <br>&gt; consulting@freeswitch.org<br>&gt; http://www.freeswitchsolutions.com<br>&gt; <br>&gt; Official FreeSWITCH Sites<br>&gt; http://www.freeswitch.org<br>&gt; http://confluence.freeswitch.org<br>&gt; http://www.cluecon.com<br>&gt; <br>&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt; http://www.cudatel.com<br>&gt; <br>&gt; FreeSWITCH-users mailing list<br>&gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; http://www.freeswitch.org<br></div>                                               </div></body>
</html>