Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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-10-r378689

  • No labels