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 &quot;<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(&quot;ro&quot;);</span>&quot;  1- Is there any specific reason you are using &quot;r&quot; 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 &quot;i&quot; and &quot;e&quot; 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&#39;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">&lt;<a href="mailto:spady77@gmail.com" target="_blank">spady77@gmail.com</a>&gt;</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&#39;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(&quot;INVITE&quot;)) {<br>
<br>
                if (isflagset(10)) {<br>
                        rtpproxy_offer(&quot;ro&quot;);<br>
                }<br>
<br>
                t_on_branch(&quot;2&quot;);<br>
                t_on_reply(&quot;2&quot;);<br>
                t_on_failure(&quot;1&quot;);<br>
        }<br>
<br>
        if (isflagset(10)) {<br>
                add_rr_param(&quot;;nat=yes&quot;);<br>
                }<br>
<br>
        if (!t_relay()) {<br>
                send_reply(&quot;500&quot;,&quot;Internal Error&quot;);<br>
        };<br>
        exit;<br>
}<br>
branch_route[2] {<br>
        xlog(&quot;new branch at $ru\n&quot;);<br>
}<br>
onreply_route[2] {<br>
        if (nat_uac_test(&quot;1&quot;))<br>
                fix_nated_contact();<br>
        if ( isflagset(10) )<br>
                rtpproxy_answer(&quot;ro&quot;);<br>
        xlog(&quot;incoming reply\n&quot;);<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>