Hi Bogdan,<br><br>...sorry fo rmy late reply, we tested with svn branch 1.5 rev. 5768 and it didn&#39;t work.<br><br>It seems that the check in drouting.c<br><br>&quot;if( type==pgwa-&gt;type &amp;&amp; <br>        (pgwa-&gt;port==0 || pgwa-&gt;port==msg-&gt;rcv.src_port) &amp;&amp;<br>
        ip_addr_cmp(&amp;pgwa-&gt;ip, &amp;msg-&gt;rcv.src_ip) )&quot;<br><br>fails because of the fact, that pgwa-&gt;port is not 0 but 5060 at this point, which might be caused by  <br><br>&quot;if (port &amp;&amp; *port==0)<br>
            *port = (is_sips||((*proto)==PROTO_TLS))?SIPS_PORT:SIP_PORT;&quot;<br><br>in resolve.c which is (eg. for me it seems to be) called during add_dst in routing.c.<br><br>I very much appreciate your efford to fix this, many thanks in advance.<br>
<br>Best regards,<br><br>René<br><br><br><br><div class="gmail_quote">2009/6/1 Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Rene,<br>
<br>
I made the fix on the SVN trunk and 1.5 - upload and try again,<div class="im"><br>
<br>
Regards,<br>
Bogdan<br>
<br>
Rene de Vall wrote:<br>
</div><div><div></div><div class="h5"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Bogdan,<br>
<br>
...yes, you&#39;re right, the gateway &quot;behaves asymmetric&quot;, when it sends out the request it uses just the next port (socket) which the underlying operating system (IOS, in this case) offers as source port.<br>

<br>
Your proposed fix sounds goof to me, as it would work for all types of gateways, no matter if they &quot;behave symmetric&quot; or &quot;asymmetric&quot;. If one needs to diversify a gateway which uses one IP and different ports, she can always add the port to the datafilled address in table dr_gateways...<br>

<br>
Thank you for your fast response and best regards,<br>
<br>
René<br>
</blockquote>
<br>
</div></div></blockquote></div><br>