Asterisk Project : Asterisk 13 Function_QUEUE_MEMBER

QUEUE_MEMBER()

Synopsis

Count number of members answering a queue.

Description

Allows access to queue counts [R] and member information [R/W].

queuename is required for all operations interface is required for all member operations.

Syntax

QUEUE_MEMBER(queuename,option[,interface])
Arguments
  • queuename
  • option
    • logged - Returns the number of logged-in members for the specified queue.
    • free - Returns the number of logged-in members for the specified queue that either can take calls or are currently wrapping up after a previous call.
    • ready - Returns the number of logged-in members for the specified queue that are immediately available to answer a call.
    • count - Returns the total number of members for the specified queue.
    • penalty - Gets or sets queue member penalty.
    • paused - Gets or sets queue member paused status.
    • ringinuse - Gets or sets queue member ringinuse.
  • interface

See Also

Import Version

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