[OpenSIPS-Devel] [opensips] Handling UPDATE (#705)

apsaras notifications at github.com
Wed Nov 25 01:38:13 CET 2015


Hello

I need to implement a hide-media-update feature (acme terminology) were OpenSIPs will handle Update messages and not passed to the client.

For example.

A -> OpenSIPs -> Carrier -> B

B has Call Forwarding enabled so Carrier is sending back to OpenSIPs a new RTP Server to communicate with in order to get the Music On Hold. For that Carrier is sending UPDATE message with SDP.

I need OpenSIPs to handle that UPDATE and not send it back to A.

I tried the following

if(is_method("UPDATE"))
{
rtpengine_offer();
send_reply("200","OK");
}

But it didn't work. OK had no SDP.

Any suggestion?

Thank you in advance


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/705
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20151124/4f2504c9/attachment.htm>


More information about the Devel mailing list