PauseQueueMember() — Temporarily blocks a queue member from receiving calls
PauseQueueMember([queuename],interface[,options])
Pauses the specified queue interface.
This prevents any calls from being distributed from the queue to the
interface until it is unpaused by the
UnpauseQueueMember() application or
the Manager interface. If no queuename is
given, the interface is paused in every queue it is a member of.
This application sets a channel variable named PQMSTATUS
to either PAUSED or NOTFOUND upon completion.
If the options parameter is set to j,
and the interface is not in the named queue, or if no
queue is given and the interface is not in
any queue, it will jump to priority n+101 (where n is the current priority), if it
exists.
exten => 123,1,PauseQueueMember(,SIP/300)
exten => 124,1,UnpauseQueueMember(,SIP/300)