August 2007
Intermediate to advanced
608 pages
20h 33m
English
UnpauseQueueMember() — Unpauses a queue member
UnpauseQueueMember([queuename,]interface[,options])
Unpauses (resumes calls to) a queue member. This is the
counterpart to PauseQueueMember(),
and it operates exactly the same way, except it unpauses instead of
pausing the given interface.
Upon completion, this application sets a channel variable named
UPQMSTATUS to either UNPAUSED or NOTFOUND.
If the options parameter is set to
the letter j and the queue member
can not be found, and there exists a priority n+101 (where n is the current priority), control of the
call will continue at that priority
exten => 123,1,PauseQueueMember(myqueue,SIP/300)
exten => 124,1,UnpauseQueueMember(myqueue,SIP/300)