Name

RemoveQueueMember() — Dynamically removes queue members

Synopsis

RemoveQueueMember(queuename[,interface[,options]])

Dynamically removes the specified interface from the queuename call queue. If interface is not specified, this application removes the current channel from the queue.

If the options parameter is set to j, and 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.

; remove SIP/3000 from the techsupport queue
exten => 123,1,RemoveQueueMember(techsupport,SIP/3000)

Get Asterisk: The Future of Telephony, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.