[sr-dev] [kamailio/kamailio] textops: Support RFC3264 for is_audio_on_hold() function (#1292)

Ovidiu Sas notifications at github.com
Fri Feb 2 20:38:14 CET 2018


is_audio_on_hold() will return the hold type:
````
if(is_audio_on_hold())
{
    switch ($rc) {
    case 1:
        # RFC2543 hold type
        # do interesting stuff here
        break;
    case 2:
        # RFC3264 hold type
        # do interesting stuff here
        break;
}
````

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1292#issuecomment-362685113
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180202/ef0ef831/attachment.html>


More information about the sr-dev mailing list