j
k
j a
j l
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; } ````
Attachments:
Back to the thread
Back to the list