<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Feb 12, 2014 at 8:11 PM,  <span dir="ltr"><<a href="mailto:info@vintageelectronics.ca" target="_blank">info@vintageelectronics.ca</a>></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">Kamailio running in Fedora 19 box. The client (Jitsi) can only connect over TCP.<br>
If connecting over UDP, the clients connect, but cannot send/receive messages.<br>
Cannot connect over TLS at all. Ultimately I will need to run with TLS over 5065 port or higher.<br>
<br>
Tried using different listen directives, different port directive, but kamailio either does not start, or only listening on one TCP port.<br></blockquote></div><br></div><div class="gmail_extra">Post your listen directives and we'll take a look. Should be something like this:<br>
<br></div><div class="gmail_extra">    listen=tls:<a href="http://192.0.2.1:5061">192.0.2.1:5061</a><br><br></div><div class="gmail_extra">You'll also need a tls.cfg. Have you defined one?<br><br></div><div class="gmail_extra">
    enable_tls=yes<br></div><div class="gmail_extra">    modparam("tls", "config", "/etc/kamailio/tls.cfg")<br><br></div><div class="gmail_extra">Sounds like you may have some crazy firewall issues going on, which might be<br>
causing your issues. You might try Sipsak from the local host.<br><br><a href="http://developer.berlios.de/projects/sipsak/">http://developer.berlios.de/projects/sipsak/</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">
Corey<br><br></div></div>