login | register
Tue 02 of Dec, 2008 [11:52 UTC]

voip-info.org

Discuss [0] History

Asterisk cmd UnpauseQueueMember

Created by: lenz,Last modification on Sat 05 of Apr, 2008 [06:45 UTC] by alecdavis

Synopsis:


 Unpauses a queue member

Description:

  UnPauseQueueMember([queuename]|agent[|options]):

Unpauses an agent on a queue, i.e. the agent goes back to answering calls.

If no queue is given, agent is unpaused on all queues.

The option string may contain zero or more of the following characters:
  • j - jump to priority n+101 if the agent is not a member of the queue

Return codes


This application sets the following channel variable upon completion: UPQMSTATUS

The value of this variable will be set to the status of the attempt to unpause a queue member. One of:
    UNPAUSED | NOTFOUND

 

Example:

  UnpauseQueueMember(|Agent/101)

Unpauses Agent/101 on all queues s/he is a member of.

In extensions.conf:
  exten => *12ZXXX,1,UnpauseQueueMember(|Agent/${EXTEN:3});

If *121001 is dialed, Agent/1001 will be unpaused on all queues s/he is a member of.


See also



Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ


Comments