This page last changed on Oct 14, 2011 by wikibot.

PauseQueueMember()

Synopsis

Pauses a queue member.

Description

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 channel variable upon completion:

  • PQMSTATUS - The status of the attempt to pause a queue member as a text string.
    • PAUSED
    • NOTFOUND

Example: PauseQueueMember(,SIP/3000)

Syntax

PauseQueueMember([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 10 Application_Queue
Asterisk 10 Application_QueueLog
Asterisk 10 Application_AddQueueMember
Asterisk 10 Application_RemoveQueueMember
Asterisk 10 Application_PauseQueueMember
Asterisk 10 Application_UnpauseQueueMember
Asterisk 10 Function_QUEUE_VARIABLES
Asterisk 10 Function_QUEUE_MEMBER
Asterisk 10 Function_QUEUE_MEMBER_COUNT
Asterisk 10 Function_QUEUE_EXISTS
Asterisk 10 Function_QUEUE_WAITING_COUNT
Asterisk 10 Function_QUEUE_MEMBER_LIST
Asterisk 10 Function_QUEUE_MEMBER_PENALTY

Import Version

This documentation was imported from Asterisk version SVN-branch-10-r340810.

Document generated by Confluence on Oct 14, 2011 13:24