RemoveQueueMember() — Dynamically removes queue members
Dynamically removes the specified
interface
from the
queuename
call queue. If
interface
is not specified, this application
removes the current channel from the queue.
If the options
parameter is set to
j
, and the interface is not in the
queue and there exists a priority n
+101 (where n
is the current priority), the application
will jump to that priority.
; remove SIP/3000 from the techsupport queue
exten => 123,1,RemoveQueueMember(techsupport,SIP/3000)