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

2018-02-02 Thread Ovidiu Sas
Closed #1292.

-- 
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#event-1455756946___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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

2018-02-02 Thread Ovidiu Sas
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___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev