PauseQueueMember(interface[,queuename,options,reason])
Full arguments reference
queuenameinterfacerequiredoptionsreason- Is used to add extra information to the appropriate queue_log entries and manager events.
Pauses (blocks calls for) a queue member. The given interface will be paused in the given queue. This prevents any calls from being sent from the queue to the interface until it is unpaused with UnpauseQueueMember or the manager interface. If no queuename is given, the interface is paused in every queue it is a member of. The application will fail if the interface is not found.
This application sets the following channelA single call leg passing through Asterisk. Channels represent connections to endpoints and are what dialplan applications act on. variable upon completion:
- PQMSTATUS - The status of the attempt to pause a queue member as a text string.
PAUSEDNOTFOUND
same => n,PauseQueueMember(,SIP/3000)
queuenameinterfacerequiredoptionsreason- Is used to add extra information to the appropriate queue_log entries and manager events.
User Notes
Know a tip or gotcha for this topic? Share it below and help others.
Contribute a note
Share a tip, gotcha, or practical example. Keep it under 2000 characters. No questions (use the Asterisk community forums for support). Wrap code in backticks.