<div dir="ltr">You don&#39;t really need Options for TCP. You use Options to keep UDP ports/connection open. TCP is a stateful connection. You only need to make sure that opensips keeps the connection open for the period of the time it is needed.<div>
<br></div><div>is_from_gw should work since it works based on the src_ip. </div><div><br></div><div><br></div><div>Regards,</div><div>Ali Pey</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Apr 8, 2014 at 5:40 AM, Vincent DOCQUOIS <span dir="ltr">&lt;<a href="mailto:v.docquois.netvisio@gmail.com" target="_blank">v.docquois.netvisio@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello all,<br>
<br>
I am using Opensips 1.10 for SIP trunking purposes.<br>
I use DR module in order to route calls to external gateways. One of destination gateways is only handling SIP over TCP. By adding &quot;transport=tcp&quot; header, I have no problem to use Opensips as a UDP to TCP gateway but I encounter 2 problems with keepalive process (using OPTIONS method) :<br>

<br>
1) Is there a way to make DR module send OPTIONS over TCP instead of default UDP ?<br>
2) In the opposite direction, when an incoming TCP OPTIONS is received by Opensips from the external gateway, the &#39;is_from_gw&#39; function seems not to be able to identify my external gateway. Note that it is OK in UDP with another gateway.<br>

<br>
Is it just a limitation or is there any solution to handle OPTIONS over TCP ?<br>
<br>
Thanks in advance<br>
<br>
Vincent<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br></div>