UnpauseQueueMember()
Synopsis
Unpauses a queue member.
Description
Unpauses (resumes calls to) a queue member. This is the counterpart to PauseQueueMember()
and operates exactly the same way, except it unpauses instead of pausing the given interface.
This application sets the following channel variable upon completion:
UPQMSTATUS
- The status of the attempt to unpause a queue member as a text string.- UNPAUSED
- NOTFOUND
Example: Unpause queue member
Syntax
UnpauseQueueMember([queuename,interface,[options,[reason]]])
Arguments
queuename
interface
options
reason
- Is used to add extra information to the appropriate queue_log entries and manager events.
See Also
- Asterisk 19 Application_Queue
- Asterisk 19 Application_QueueLog
- Asterisk 19 Application_AddQueueMember
- Asterisk 19 Application_RemoveQueueMember
- Asterisk 19 Application_PauseQueueMember
- Asterisk 19 Application_UnpauseQueueMember
- Asterisk 19 Function_QUEUE_VARIABLES
- Asterisk 19 Function_QUEUE_MEMBER
- Asterisk 19 Function_QUEUE_MEMBER_COUNT
- Asterisk 19 Function_QUEUE_EXISTS
- Asterisk 19 Function_QUEUE_GET_CHANNEL
- Asterisk 19 Function_QUEUE_WAITING_COUNT
- Asterisk 19 Function_QUEUE_MEMBER_LIST
- Asterisk 19 Function_QUEUE_MEMBER_PENALTY
Import Version
This documentation was imported from Asterisk Version GIT-19-edaf3a6