Hi again,<div><br></div><div>I dont see that installation has any issue with OS, next is the version of opensips you are using. Is there any specific reason you are using "<span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"> </span><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">rtpproxy_offer("ro");</span>" 1- Is there any specific reason you are using "r" flag !? Next is you are starting your rtpproxy in bridged mode so RTPproxy wants you to tell which IP is Inernal and which is External i,e use "i" and "e" flag to tell your rtpproxy to replace the SDP address from internal to external direction on this INVITE.</div>
<div><br></div><div>If you use rtpproxy_offer() you've to manually do all the other functions like you did too in your reply route. But using engage_rtp_proxy() is far easier. all you need to do is engage, and then unforce RTPproxy on Byes.</div>
<div><br></div><div>Thats all I could possibly come up with to help you resplve your issue.</div><div><br></div><div>BR</div><div>Sammy</div><div><br></div><div><div><br><br><div class="gmail_quote">On Fri, Sep 7, 2012 at 5:57 PM, spady <span dir="ltr"><<a href="mailto:spady77@gmail.com" target="_blank">spady77@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I installed it by<br>
<br>
git clone git://<a href="http://sippy.git.sourceforge.net/gitroot/sippy/rtpproxy" target="_blank">sippy.git.sourceforge.net/gitroot/sippy/rtpproxy</a><br>
<br>
then ./configure and then make, make install.<br>
<br>
Sorry if i cannot understand but i'am not so skilled with opensips.<br>
I believe that code, where rtpproxy is called, is this:<br>
<br>
route[1] {<br>
# for INVITEs enable some additional helper routes<br>
if (is_method("INVITE")) {<br>
<br>
if (isflagset(10)) {<br>
rtpproxy_offer("ro");<br>
}<br>
<br>
t_on_branch("2");<br>
t_on_reply("2");<br>
t_on_failure("1");<br>
}<br>
<br>
if (isflagset(10)) {<br>
add_rr_param(";nat=yes");<br>
}<br>
<br>
if (!t_relay()) {<br>
send_reply("500","Internal Error");<br>
};<br>
exit;<br>
}<br>
branch_route[2] {<br>
xlog("new branch at $ru\n");<br>
}<br>
onreply_route[2] {<br>
if (nat_uac_test("1"))<br>
fix_nated_contact();<br>
if ( isflagset(10) )<br>
rtpproxy_answer("ro");<br>
xlog("incoming reply\n");<br>
}<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/RTPPROXY-shutdown-at-each-call-tp7581647p7581712.html" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/RTPPROXY-shutdown-at-each-call-tp7581647p7581712.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<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></div></div>