Is there support for rtpproxy_offer on an UPDATE?<br><br>In my route I have:<br><br> if(has_sdp()) {<br> xlog ("Setting rtpproxy_offer - Route 1");<br> if ( !rtpproxy_offer("rc","67.218.120.86") )<br>
xlog ("==== rtpproxy problem - $rc");<br> else<br> xlog ("==== rtpproxy ok");<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>