<div dir="ltr">Dear Bogdan,<br><br>Do you mean doing something like that?<br><br>if(!cr_route(&quot;default&quot;, &quot;0&quot;, &quot;$rU&quot;, &quot;$rU&quot;, &quot;call_id&quot;)){<br>       sl_send_reply(&quot;403&quot;, &quot;Not allowed&quot;);<br>
     } else {<br>         # In cas of failure, re-route the request<br>          t_on_failure(&quot;1&quot;);<br><br>force_rtp_proxy();<br>          t_relay();<br>route(2) ;<br>}<br><br><br>Please let me know how can I force it on route2 for the 200OK reply<br>
<br>Thanks Bogdan<br><br><br><div class="gmail_quote">On Fri, Feb 27, 2009 at 11:54 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Michel,<br>
<br>
You have to call twice force_rtp_proxy() in order to complete the RTP session (and have RTP flowing). First for the INVITE (as you already do) and second for the 200 OK reply.<br>
<br>
So install a onreply_route and if the reply is 200 OK, call again force_rtp_proxy.<br>
<br>
Regards,<br>
Bogdan<br>
<br>
michel freiha 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><div></div><div class="Wj3C7c">
Dear All,<br>
<br>
I need to make all my rtp traffic through OpenSips to pass through rtp proxy...I have the following route:<br>
<br>
<br>
if(!cr_route(&quot;default&quot;, &quot;0&quot;, &quot;$rU&quot;, &quot;$rU&quot;, &quot;call_id&quot;)){<br>
       sl_send_reply(&quot;403&quot;, &quot;Not allowed&quot;);<br>
     } else {<br>
         # In cas of failure, re-route the request<br>
          t_on_failure(&quot;1&quot;);<br>
force_rtp_proxy();<br>
          t_relay();<br>
   }<br>
The call is working fine but with no audio...How can i fix this issue in order to have 2 way audio through rtpproxy?<br>
<br>
Regards<br></div></div>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">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>
  <br>
</blockquote>
<br>
</blockquote></div><br></div>