Skip to end of metadata
Go to start of metadata

RemoveQueueMember()

Synopsis

Dynamically removes queue members.

Description

If the interface is NOT in the queue it will return an error.

This application sets the following channel variable upon completion:

  • RQMSTATUS
    • REMOVED
    • NOTINQUEUE
    • NOSUCHQUEUE
    • NOTDYNAMIC
      Example: Remove queue member

      Syntax

RemoveQueueMember(queuename,[interface])
Arguments
  • queuename
  • interface

See Also

Import Version

This documentation was imported from Asterisk Version GIT-19-edaf3a6

  • No labels