QUEUEAGENTCOUNT(warteschlange
)
; Anzahl der Agenten in der Warteschlange "support": exten => 123,1,Set(foo=${QUEUEAGENTCOUNT(support)})
————————| 1.2 |————————| 1.4 | | |
-= Info about function 'QUEUEAGENTCOUNT' =-
[Syntax]
QUEUEAGENTCOUNT(<queuename>)
[Synopsis]
Count number of agents answering a queue
[Description]
Returns the number of members currently associated with the specified queue.
This function is deprecated. You should use QUEUE_MEMBER_COUNT() instead.
--- in Asterisk 1.2
+++ in Asterisk 1.4
@@ -7,4 +7,5 @@
Count number of agents answering a queue
[Description]
- Not available
+ Returns the number of members currently associated with the specified queue.
+ This function is deprecated. You should use QUEUE_MEMBER_COUNT() instead.
QUEUE_MEMBER_COUNT()
“