Hello<div><br></div><div>sorry if this sounds too &quot;newbie&quot;. I&#39;m interested in the drouting module. The first INVITE is correctly forwarded to the gw foudn in the drouting table:</div><div><meta charset="utf-8"><font class="Apple-style-span" face="Times"><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 4px; -webkit-border-vertical-spacing: 4px; font-size: medium;"><div>
if (is_method(&quot;INVITE&quot;) &amp;&amp; !has_totag()) {</div><div>                do_routing(&quot;0&quot;);</div><div>                record_route();</div><div>        }</div><div>However for subsequent messages (ACK, BYE) in the dialog I don&#39;t know how to keep track of the ip resolved by the drouting logic so the messages are correctly forwarded to the same gw. I&#39;ve made some tests using the dialog module with no success. Any hint?</div>
<div><br></div><div>Thanks in advance</div><div><br></div><div>Javier</div></span></font></div>