<div dir="ltr">Dear Inaki,<br><br>Thanks for the help..really appreciated...I guess I should add a ACK check to loose route because as you said it&#39;s a new in dialog transaction...Please chek below:<br><br>if ( is_method(&quot;ACK&quot;) ) {<br>
                                if ( t_check_trans() ) {<br>                                        <br>                                        t_relay();<br>                                        exit;<br>}<br>} <br><br>
Regarding INFO and NOTIFY...I&#39;ll do that later after ACK is OK<br><br>What I did above is OK?<br><br>Regards<br><br><div class="gmail_quote">On Sun, Mar 15, 2009 at 9:05 PM, Iñaki Baz Castillo <span dir="ltr">&lt;<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">El Domingo, 15 de Marzo de 2009, michel freiha escribió:<br>
</div><div class="im">&gt; Here I defined the loose route to reply on the REINVITE message:<br>
&gt;<br>
</div>&gt; if(loose_route()){<br>
<div class="im">&gt;   t_on_reply(&quot;7&quot;);<br>
&gt;   if (is_method(&quot;INVITE&quot;)) {<br>
&gt;     t_on_failure(&quot;1&quot;);<br>
&gt;     force_rtp_proxy();<br>
&gt;     t_relay();<br>
&gt;     exit();<br>
&gt;   }<br>
&gt; }<br>
<br>
</div>This is wrong. I already suggested you to compare your loose_route section<br>
with that in the Kamailio default config file, but it seems you haven&#39;t done<br>
it.<br>
<br>
I hope you know that ACK after INVITE-200 is a *new* transaction, and an<br>
in-dialog request (so it goes into loose_route section).<br>
Question: is your loose_route section allowing this ACK to be routed? I just<br>
see the t_relay for INVITE, what about other requests as INFO, PRACK,<br>
NOTIFY... *ACK* ?<br>
<font color="#888888"><br>
<br>
<br>
<br>
<br>
<br>
--<br>
</font><div><div></div><div class="h5">Iñaki Baz Castillo<br>
<br>
_______________________________________________<br>
Kamailio (OpenSER) - Users mailing list<br>
<a href="mailto:Users@lists.kamailio.org">Users@lists.kamailio.org</a><br>
<a href="http://lists.kamailio.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.kamailio.org/cgi-bin/mailman/listinfo/users</a><br>
<a href="http://lists.openser-project.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.openser-project.org/cgi-bin/mailman/listinfo/users</a></div></div></blockquote></div><br></div>