<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<tt>Thanks for the update!<br>
<br>
Regards,<br>
</tt>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="https://www.opensips-solutions.com">https://www.opensips-solutions.com</a>
OpenSIPS Summit 2019
<a class="moz-txt-link-freetext" href="https://www.opensips.org/events/Summit-2019Amsterdam/">https://www.opensips.org/events/Summit-2019Amsterdam/</a>
</pre>
<div class="moz-cite-prefix">On 8/23/19 1:46 PM, Matthias Kneer via
Users wrote:<br>
</div>
<blockquote type="cite"
cite="mid:e390761e-966a-961f-457d-0f55887fdb70@roterruler.de">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<p>Hi Bogdan,</p>
<p>thank you very much for your reply.<br>
</p>
<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>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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>