Hi Bogdan.<br><br>If I understand well, I should arm a t_on_reply at the block processing sequential requests? Currently I am not doing that.<br><br>Regards!<br><br><div class="gmail_quote">On Wed, Aug 25, 2010 at 11:21 AM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Sergio,<br>
<div class="im"><br>
Sergio Gutierrez wrote:<br>
&gt; Hi Bogdan.<br>
&gt;<br>
</div><div class="im">&gt; This is also my doubt. Is that re-INVITE an initial request, in whose<br>
&gt; case, it would be handled in the same way than previous INVITES, or is<br>
&gt; it a Sequential Request.?<br>
</div>a re-INVITE is an request in an existing dialog, so a Sequential request.<br>
<div class="im">&gt;<br>
&gt; Or, is the re-INVITE handled at on_branch_route?<br>
<br>
</div>re-INVITE is a separate transaction than the initial INVITE. And for<br>
each transaction, at request time you can individually set a<br>
reply/branch/failure route.<br>
<div class="im">&gt;<br>
&gt; As far as I understand, that invite would be a new initial request,<br>
&gt; but may be that is the mistake.<br>
</div>it is a new request, but not initial :) - it is sequential as it has to-tag.<br>
<br>
Regards,<br>
Bogdan<br>
<div class="im">&gt;<br>
&gt; Thanks and regards.<br>
&gt;<br>
&gt; On Wed, Aug 25, 2010 at 4:34 AM, Bogdan-Andrei Iancu<br>
</div><div class="im">&gt; &lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a> &lt;mailto:<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Hi Sergio,<br>
&gt;<br>
</div><div class="im">&gt;     It may sound silly, but are you sure that you arm t_on_reply() for the<br>
&gt;     re-INVITE also ?<br>
&gt;<br>
&gt;     Regards,<br>
&gt;     Bogdan<br>
&gt;<br>
&gt;     Sergio Gutierrez wrote:<br>
&gt;     &gt; Hi Bogdan.<br>
&gt;     &gt;<br>
&gt;     &gt; Thanks for your answer.<br>
&gt;     &gt;<br>
&gt;     &gt; You may check a trace at <a href="http://200.13.254.180/%7Esaguti/fax.cap" target="_blank">http://200.13.254.180/~saguti/fax.cap</a><br>
&gt;     &lt;<a href="http://200.13.254.180/%7Esaguti/fax.cap" target="_blank">http://200.13.254.180/%7Esaguti/fax.cap</a>&gt;<br>
&gt;     &gt; &lt;<a href="http://200.13.254.180/%7Esaguti/fax.cap" target="_blank">http://200.13.254.180/%7Esaguti/fax.cap</a>&gt; (Wireshark format)<br>
&gt;     &gt;<br>
&gt;     &gt; if you see, for example frames 6, 10, 13 and 16, have the<br>
&gt;     &gt; 200.13.235.178 IP address at SDP connection, because they are<br>
&gt;     &gt; rewritten to be handled by mediaproxy.<br>
&gt;     &gt; Trouble frame is 26, which is not rewritten at all; SDP<br>
&gt;     connection IP<br>
&gt;     &gt; is the same at both sides. Frame 34 has the same symptom.<br>
&gt;     &gt;<br>
&gt;     &gt; Thanks in advance for your help.<br>
&gt;     &gt;<br>
&gt;     &gt; On Tue, Aug 24, 2010 at 11:12 AM, Bogdan-Andrei Iancu<br>
&gt;     &gt; &lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a> &lt;mailto:<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;<br>
</div>&gt;     &lt;mailto:<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a> &lt;mailto:<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;&gt;&gt;<br>
<div><div></div><div class="h5">&gt;     wrote:<br>
&gt;     &gt;<br>
&gt;     &gt;     Hi Sergio,<br>
&gt;     &gt;<br>
&gt;     &gt;     So, for the re-INVITE you have a provisional reply before<br>
&gt;     the 200 OK<br>
&gt;     &gt;     (both replies for re-INVITE). Is this true ? and the 200 OK does<br>
&gt;     &gt;     not hit<br>
&gt;     &gt;     the on_reply route ?<br>
&gt;     &gt;<br>
&gt;     &gt;     Do you have a full SIP trace of such a call ?<br>
&gt;     &gt;<br>
&gt;     &gt;     Regards,<br>
&gt;     &gt;     Bogdan<br>
&gt;     &gt;<br>
&gt;     &gt;     Sergio Gutierrez wrote:<br>
&gt;     &gt;     &gt; Hello to all members.<br>
&gt;     &gt;     &gt;<br>
&gt;     &gt;     &gt; I have a deployment of OpenSIPS 1.5.3 whose configuration is<br>
&gt;     &gt;     designed<br>
&gt;     &gt;     &gt; in such a way as every call uses rtpproxy. I am using<br>
&gt;     &gt;     &gt; force_rtp_proxy() for initial requests, sequential<br>
&gt;     requests and at<br>
&gt;     &gt;     &gt; on_reply_route().<br>
&gt;     &gt;     &gt;<br>
&gt;     &gt;     &gt; For the particular case of FAX calls, I see that the first<br>
&gt;     call is<br>
&gt;     &gt;     &gt; well treated, but the re-INVITE call which enables T38<br>
&gt;     protocol,<br>
&gt;     &gt;     works<br>
&gt;     &gt;     &gt; fine until a provisional response which I am receiving<br>
&gt;     preivous<br>
&gt;     &gt;     to 200<br>
&gt;     &gt;     &gt; OK containing SDP. This 200 OK when received on OpenSIPS<br>
&gt;     is not<br>
&gt;     &gt;     being<br>
&gt;     &gt;     &gt; processed at on_reply_route, so SDP is not being<br>
&gt;     rewritten. I am<br>
&gt;     &gt;     &gt; watching this behaviour on OpenSIPS log, where I see on reply<br>
&gt;     &gt;     route is<br>
&gt;     &gt;     &gt; not being triggered.<br>
&gt;     &gt;     &gt;<br>
&gt;     &gt;     &gt; My question is, Is there any other place in the script<br>
&gt;     where those<br>
&gt;     &gt;     &gt; responses are being processed?<br>
&gt;     &gt;     &gt;<br>
&gt;     &gt;     &gt; Thanks in advance for your answer.<br>
&gt;     &gt;     &gt;<br>
&gt;     &gt;     &gt; --<br>
&gt;     &gt;     &gt; Sergio Gutiérrez<br>
&gt;     &gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     ------------------------------------------------------------------------<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt;     --<br>
&gt;     &gt;     Bogdan-Andrei Iancu<br>
&gt;     &gt;     OpenSIPS Bootcamp<br>
&gt;     &gt;     20 - 24 September 2010, Frankfurt, Germany<br>
&gt;     &gt;     <a href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a> &lt;<a href="http://www.voice-system.ro" target="_blank">http://www.voice-system.ro</a>&gt;<br>
&gt;     &lt;<a href="http://www.voice-system.ro" target="_blank">http://www.voice-system.ro</a>&gt;<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt;     _______________________________________________<br>
&gt;     &gt;     Users mailing list<br>
&gt;     &gt;     <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>&gt;<br>
</div></div>&gt;     &lt;mailto:<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>&gt;&gt;<br>
<div><div></div><div class="h5">&gt;     &gt;     <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt; --<br>
&gt;     &gt; Sergio Gutiérrez<br>
&gt;     &gt;<br>
&gt;     ------------------------------------------------------------------------<br>
&gt;     &gt;<br>
&gt;     &gt; _______________________________________________<br>
&gt;     &gt; Users mailing list<br>
&gt;     &gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>&gt;<br>
&gt;     &gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;     &gt;<br>
&gt;<br>
&gt;<br>
&gt;     --<br>
&gt;     Bogdan-Andrei Iancu<br>
&gt;     OpenSIPS Bootcamp<br>
&gt;     20 - 24 September 2010, Frankfurt, Germany<br>
&gt;     <a href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a> &lt;<a href="http://www.voice-system.ro" target="_blank">http://www.voice-system.ro</a>&gt;<br>
&gt;<br>
&gt;<br>
&gt;     _______________________________________________<br>
&gt;     Users mailing list<br>
&gt;     <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>&gt;<br>
&gt;     <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Sergio Gutiérrez<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
--<br>
Bogdan-Andrei Iancu<br>
OpenSIPS Bootcamp<br>
20 - 24 September 2010, Frankfurt, Germany<br>
<a href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a><br>
<br>
<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Sergio Gutiérrez<br>