Name

RemoveQueueMember() — Dynamically removes queue members

Synopsis

    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)

Get Asterisk: The Future of Telephony 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.