Is there support for rtpproxy_offer on an UPDATE?<br><br>In my route I have:<br><br>        if(has_sdp()) {<br>                xlog (&quot;Setting rtpproxy_offer - Route 1&quot;);<br>                if ( !rtpproxy_offer(&quot;rc&quot;,&quot;67.218.120.86&quot;) )<br>
                        xlog (&quot;==== rtpproxy problem - $rc&quot;);<br>                else<br>                        xlog (&quot;==== rtpproxy ok&quot;);<br>        }<br clear="all"><br>For an INVITE, this works fine, for an update, I get the problem.<br>
<br>Thoughts?<br><br>Thanks<br><br>-dg<br>