<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
The parameter is "bind-params"<br>
<br>
<a class="moz-txt-link-freetext" href="https://freeswitch.org/confluence/display/FREESWITCH/Sofia+Configuration+Files">https://freeswitch.org/confluence/display/FREESWITCH/Sofia+Configuration+Files</a><br>
<br>
by default fs should bind to tcp and udp but if you want only tcp
just set for the profile:<br>
<br>
<param name="bind-params" value="transport=tcp"/><br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 02/02/2016 02:01 PM, Sergey Safarov
wrote:<br>
</div>
<blockquote
cite="mid:CAHtxdDeBNmV0KVxw-nL-BsX-c-q1UdRmxpFXoPuo6sjo9f0L+A@mail.gmail.com"
type="cite">
<div dir="ltr">FS is defailt support UDP, TCP tansport. If you
enable TLS in vars.xml also TLS transport is will be enabled.
<div>To check what is type of socket is open on server please
use</div>
<div>netstat -an --inet | grep -P "5060|5061|5080"</div>
<div><br>
</div>
<div>Example</div>
<div>
<div>[<a class="moz-txt-link-abbreviated" href="mailto:admin@node1.sbc">admin@node1.sbc</a> ~]$ netstat -an --inet | grep -P
"5060|5061|5080"</div>
<div>tcp 0 0 <a moz-do-not-send="true"
href="http://217.12.247.214:5060">217.12.247.214:5060</a>
0.0.0.0:* LISTEN </div>
<div>tcp 0 0 <a moz-do-not-send="true"
href="http://10.21.7.30:5060">10.21.7.30:5060</a>
0.0.0.0:* LISTEN </div>
<div>tcp 0 0 <a moz-do-not-send="true"
href="http://217.12.247.214:5061">217.12.247.214:5061</a>
0.0.0.0:* LISTEN </div>
<div>tcp 0 0 <a moz-do-not-send="true"
href="http://217.12.247.214:5080">217.12.247.214:5080</a>
0.0.0.0:* LISTEN </div>
<div>udp 0 0 <a moz-do-not-send="true"
href="http://217.12.247.214:5060">217.12.247.214:5060</a>
0.0.0.0:* </div>
<div>udp 0 0 <a moz-do-not-send="true"
href="http://10.21.7.30:5060">10.21.7.30:5060</a>
0.0.0.0:* </div>
<div>udp 0 0 <a moz-do-not-send="true"
href="http://217.12.247.214:5080">217.12.247.214:5080</a>
0.0.0.0:* </div>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Feb 2, 2016 at 11:50 AM, Gregor
Nanger <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:gregor@infomedia.si" target="_blank">gregor@infomedia.si</a>></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 class="gmail_default" style="font-family:trebuchet
ms,sans-serif">Yes, I also think so, but cannot find
explicitly documented. So please, if anyone know exactly
which command is, please help.</div>
<img moz-do-not-send="true"
src="http://t.sidekickopen35.com/e1t/o/5/f18dQhb0S7ks8dDMPbW2n0x6l2B9gXrN7sKj6v5dbp0W3MPnzY4XrbSMW8q-f_43LvrVvW59BB4r1k1H6H0?si=5036397111279616&pi=3ef88a4c-9cfe-4b93-9443-c75773d05188"
style="display:none!important" height="1" width="1"></div>
<div class="gmail_extra">
<div>
<div class="h5"><br>
<div class="gmail_quote">2016-02-02 1:32 GMT+01:00
Bote Man <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:bote_radio@botecomm.com"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:bote_radio@botecomm.com">bote_radio@botecomm.com</a></a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">FreeSWITCH
uses UDP by default for SIP signaling. You can
change this in the<br>
SIP_profile I believe.<br>
<br>
<br>
---<br>
Bote<br>
<br>
FreeSWITCH Docs Janitor<br>
<a moz-do-not-send="true"
href="http://freeswitch.org/confluence"
rel="noreferrer" target="_blank">http://freeswitch.org/confluence</a><br>
<div>
<div><br>
<br>
<br>
<br>
> -----Original Message-----<br>
> From: <a moz-do-not-send="true"
href="mailto:freeswitch-users-bounces@lists.freeswitch.org"
target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>
[mailto:<a moz-do-not-send="true"
href="mailto:freeswitch-" target="_blank">freeswitch-</a><br>
> <a moz-do-not-send="true"
href="mailto:users-bounces@lists.freeswitch.org"
target="_blank">users-bounces@lists.freeswitch.org</a>]
On Behalf Of Gregor<br>
> Sent: Monday, 01 February, 2016 17:37<br>
> To: <a moz-do-not-send="true"
href="mailto:freeswitch-users@lists.freeswitch.org"
target="_blank">freeswitch-users@lists.freeswitch.org</a><br>
> Subject: [Freeswitch-users] TCP
registrations<br>
><br>
> I think I am missing something.<br>
><br>
> I would like to configure freeswitch that
listens on TCP port for client<br>
> registrations (internal profile). As I
read, freeswitch should do this by<br>
> default. But freeswitch responses only on
UDP protocol. Is there a conf<br>
> setting for specify also tcp for
registrations.<br>
><br>
><br>
>
__________________________________________________________<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a moz-do-not-send="true"
href="mailto:consulting@freeswitch.org"
target="_blank">consulting@freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitchsolutions.com"
rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a moz-do-not-send="true"
href="http://www.freeswitch.org"
rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://confluence.freeswitch.org"
rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://www.cluecon.com"
rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org"
target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitch.org"
rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
</div>
</div>
<span class="HOEnZb"><font color="#888888">-- <br>
<div>
<div dir="ltr">
<table style="font-size:12px;border:1px dashed
rgb(187,187,187);font-family:sans-serif;width:537px"
border="0">
<tbody style="border-spacing:2px;border:0px none
rgb(128,128,128)">
<tr style="border-spacing:2px;border:0px none
rgb(128,128,128)" valign="top">
<td
style="color:rgb(32,32,32);margin:8px;border-width:0px
1px 0px 0px;border-style:none solid none
none;border-color:rgb(32,32,32)
rgb(0,161,230) rgb(32,32,32)
rgb(32,32,32);font-weight:bold;letter-spacing:1px;text-transform:capitalize;vertical-align:top;padding:1px
8px 1px
1px;width:63px;outline:rgb(32,32,32) none
0px;border-spacing:2px"><span
style="color:rgb(0,161,230);outline:rgb(0,161,230)
none 0px;border-spacing:2px;border:0px
none rgb(0,161,230)"><font
face="georgia, serif" size="2">Gregor
Nanger</font></span>
<div
style="font-size:17px;font-family:sans-serif;width:63px;outline:rgb(32,32,32)
none 0px;border-spacing:2px;border:0px
none rgb(32,32,32)"> </div>
</td>
<td style="margin:8px;border:0px none
rgb(80,80,80);vertical-align:top;padding:1px
1px 1px
6px;width:354px;outline:rgb(80,80,80) none
0px;border-spacing:2px"><font
face="georgia, serif" size="1"><b>CTO</b><br>
t./f.: 00386 (0) 7 6000 308/309 • m:.
00386 (0)41 756485 <br>
• Infomedia d.o.o. • Jerebova 3, Novo
mesto, Slovenia <br>
• <a moz-do-not-send="true"
href="http://www.infomedia.si"
target="_blank">www.infomedia.si</a></font></td>
</tr>
</tbody>
</table>
</div>
</div>
</font></span></div>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a moz-do-not-send="true"
href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitchsolutions.com" rel="noreferrer"
target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a moz-do-not-send="true" href="http://www.freeswitch.org"
rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://confluence.freeswitch.org" rel="noreferrer"
target="_blank">http://confluence.freeswitch.org</a><br>
<a moz-do-not-send="true" href="http://www.cluecon.com"
rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a moz-do-not-send="true" href="http://www.freeswitch.org"
rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>
Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>
FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a></pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Saludos / Regards / Cumprimentos,
António silva</pre>
</body>
</html>