...
PauseQueueMember()
...
<h3>Synopsis</h3>
...
Synopsis
Pauses a queue member.</p>
<h3>Description</h3>
<p>Pauses
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.</p>
<p>This This application sets the following channel variable upon completion:</p><ul>
<li><code>PQMSTATUS</code>
PQMSTATUS
- The status of the attempt to pause a queue member as a text string.
...
- PAUSED
...
- NOTFOUND
Example: PauseQueueMember(,SIP/3000)
- NOTFOUND
...
<h3>Syntax</h3>
...
Syntax
No Format |
---|
PauseQueueMember(queuename,interface,options,reason) |
...
<h5>Arguments</h5>
...
Arguments
queuename
interface
options
reason
- Is used to add extra information to the appropriate queue_log entries and manager events.
...
<h3>See Also</h3>
...
See Also
- Application_Queue
- Application_QueueLog
- Application_AddQueueMember
- Application_RemoveQueueMember
- Application_PauseQueueMember
- Application_UnpauseQueueMember
- Function_QUEUE_VARIABLES
- Function_QUEUE_MEMBER
- Function_QUEUE_MEMBER_COUNT
...
...
...
...
...
...
...
...
...
<h3>Import Version</h3>
...
Import Version
This documentation was imported from Asterisk Version SVN-branch-1.8-r386256</p>r386256