Asterisk cmd RemoveQueueMember
Created by: oej,Last modification on Wed 20 of Feb, 2008 [12:59 UTC] by JustRumours
Synopsis:
Dynamically removes queue membersDescription:
RemoveQueueMember(queuename[|interface])Dynamically removes interface to an existing queue
If the interface is NOT in the queue and there exists an n+101 priority then it will then jump to this priority. Otherwise it will return an error
Return codes
Returns -1 if there is an error.Once run, this also sets a variable of RQMSTATUS which is set to one of the following:
- REMOVED
- NOTINQUEUE
- NOSUCHQUEUE
Example
RemoveQueueMember(techsupport|SIP/3000)See also
- Asterisk config queues.conf
- Asterisk cmd Queue
- Asterisk cmd AddQueuemember. Dynamically add queue member
- Asterisk cmd PauseQueueMember
- Asterisk cmd UnpauseQueueMember
- Asterisk call queues
- OrderlyQ - Extension to Asterisk Queues that lets callers hang up, then call back without losing their place.
- Asterisk Queue Information
Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ

Comments