<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("default", "0", "$rU", "$rU", "call_id")){<br>
sl_send_reply("403", "Not allowed");<br> } else {<br> # In cas of failure, re-route the request<br> t_on_failure("1");<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>