Is there support for rtpproxy_offer on an UPDATE?

In my route I have:

        if(has_sdp()) {
                xlog ("Setting rtpproxy_offer - Route 1");
                if ( !rtpproxy_offer("rc","67.218.120.86") )
                        xlog ("==== rtpproxy problem - $rc");
                else
                        xlog ("==== rtpproxy ok");
        }

For an INVITE, this works fine, for an update, I get the problem.

Thoughts?

Thanks

-dg
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to