RemoveQueueMember( )
|
Dynamically removes queue members
|
RemoveQueueMember(queuename[,interface])
Dynamically removes the specified
interface from the queuename call
queue. If interface is not specified, this
application removes the current interface from the queue.
If the interface is not in the queue and there
exists a priority n+101 (where n is the current
priority), the application will jump to that priority. Otherwise,
it will return an error.
Returns -1 if there is an error.
; remove SIP/3000 from the techsupport queue
exten => 123,1,RemoveQueueMember(techsupport,SIP/3000)
See Also
AddQueueMember( )
|