login | register
Thu 04 of Dec, 2008 [00:50 UTC]

voip-info.org

Discuss [0] History

Asterisk func queueagentcount

Created by: murf,Last modification on Wed 18 of Jan, 2006 [06:29 UTC] by Corydon76

Synopsis:

 Count number of members answering a queue

Description:

 QUEUEAGENTCOUNT(<queuename>)
 
By agent, this function really refers to queue members, which are the operators answering a queue (as opposed to the callers). This function has
been renamed in 1.3dev as QUEUE_MEMBER_COUNT to increase clarity of purpose. QUEUE_MEMBER_LIST (a list of members answering a
queue, in comma-separated format) is also now available in 1.3dev.

Example

exten => s,1,Set(foo=${QUEUEAGENTCOUNT(q1)})


See also



Comments