This page last changed on Mar 30, 2011 by wikibot.

QUEUE_MEMBER()

Synopsis

Count number of members answering a queue.

Description

Returns the number of members currently associated with the specified queuename.

Syntax

QUEUE_MEMBER(queuename,option)
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.

See Also

Application_Queue
Application_QueueLog
Application_AddQueueMember
Application_RemoveQueueMember
Application_PauseQueueMember
Application_UnpauseQueueMember
Function_QUEUE_VARIABLES
Function_QUEUE_MEMBER
Function_QUEUE_MEMBER_COUNT
Function_QUEUE_EXISTS
Function_QUEUE_WAITING_COUNT
Function_QUEUE_MEMBER_LIST
Function_QUEUE_MEMBER_PENALTY

Import Version

This documentation was imported from Asterisk version SVN-branch-1.8-r311874.

Document generated by Confluence on Oct 04, 2011 12:42