<div dir="ltr">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>