<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi Bogdan,</p>
    <p>thank you very much for your reply.<br>
      <blockquote type="cite">Do you do full TCP from UA to FS? or
        OpenSIPS converts from TCP (UA side) to UDP (FS side) ?
      </blockquote>
    </p>
    <p>Yes I do. In the meanwhile I was able to identify the issue.</p>
    <div class="moz-cite-prefix">I did a check in my openSIPS logic
      which checks if a request is originating from one of the systems
      in my dispatcher list: <i>ds_is_in_list("$si","$sp")</i> I also
      did checked for the port at this point, which is always 5060 for
      UDP. For TCP this is of course some port in a high range - and
      also not listed in the dispatcher table.</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">After I removed the additional port
      check: <i>ds_is_in_list("$si","")</i><i> </i>everything started
      to work. FreeSWITCH still lists the registration as UDP, with the
      TCP source port, but since the traffic is properly flowing as TCP
      (also from the fs) that's not something I care about.</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Best regards,<br>
      Matthias<br>
    </div>
  </body>
</html>