Asterisk Project : Asterisk 13 Application_AddQueueMember

AddQueueMember()

Synopsis

Dynamically adds queue members.

Description

Dynamically adds interface to an existing queue. If the interface is already in the queue it will return an error.

This application sets the following channel variable upon completion:

  • AQMSTATUS - The status of the attempt to add a queue member as a text string.
    • ADDED
    • MEMBERALREADY
    • NOSUCHQUEUE

Syntax

AddQueueMember(queuename,[interface,[penalty,[options,[membername,[stateinterface]]]]])
Arguments
  • queuename
  • interface
  • penalty
  • options
  • membername
  • stateinterface

See Also

Import Version

This documentation was imported from Asterisk Version SVN-branch-13-r420538