The nathelper code is checking if the request for which rtpproxy_offer
is invoked is INVITE.
Just add UPDATE along the INVITE check and it should work fine (see
the attached patch).


Regards,
Ovidiu Sas


On Fri, Sep 17, 2010 at 5:59 PM, Daniel Goepp <[email protected]> wrote:
> 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
>
>

Attachment: UPDATE.patch
Description: Binary data

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

Reply via email to