login | register
Tue 02 of Dec, 2008 [14:59 UTC]

voip-info.org

Discuss [0] History

Asterisk cmd RemoveQueueMember

Created by: oej,Last modification on Wed 20 of Feb, 2008 [12:59 UTC] by JustRumours

Synopsis:

 Dynamically removes queue members

Description:

  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 | Applications | Functions | Variables | Expressions | Asterisk FAQ


Comments