I am trying to get freeswitch to register with another freeswitch server (on TLS port 5061) however default the config settings I believe should set it, it always trys to register over UDP (after registration or with registration set to false however it does send TCP then for outbound calls).   If anyone has a gateway config that actually registers over TCP or TLS that would be great.<br>

The client gateway/profile config at: <a href="http://pastebin.freeswitch.org/15383">http://pastebin.freeswitch.org/15383</a> is what i believe should work but isn&#39;t<br><br>I have tried setting contact-params on the gateway to tport=tls tport=tcp tport=tcp;transport=tls and transport=tls  without any luck.  Anyway even TCP would be helpful as it would allow me to trace better how the sip registration decides to use TCP or UDP.   I tried digging into libsofia but its a bit hard to trace and understand with its generic event structure and tagging (plus the documentation isn&#39;t the most rebust on registration options).<br>

<br>Thanks<br><br>~Mitch<br>