AddQueueMember()
Synopsis
Dynamically adds queue members.
Description
Dynamically adds interface to an existing queue. If the interface is already in the queue it will return an error.
This application sets the following channel variable upon completion:
AQMSTATUS
- The status of the attempt to add a queue member as a text string.- ADDED
- MEMBERALREADY
- NOSUCHQUEUE
Syntax
AddQueueMember(queuename,[interface,[penalty,[options,[membername,[stateinterface]]]]])
Arguments
queuename
interface
penalty
options
membername
stateinterface
See Also
- Application_Queue
- Application_QueueLog
- Application_AddQueueMember
- Application_RemoveQueueMember
- Application_PauseQueueMember
- Application_UnpauseQueueMember
- Function_QUEUE_VARIABLES
- Function_QUEUE_MEMBER
- Function_QUEUE_MEMBER_COUNT
- Function_QUEUE_EXISTS
- Function_QUEUE_WAITING_COUNT
- Function_QUEUE_MEMBER_LIST
- Function_QUEUE_MEMBER_PENALTY
Import Version
This documentation was imported from Asterisk Version SVN-branch-1.8-r418641
1 Comment
Alexander Gonchiy
What is "options" for? It's not documented anywhere.