QUEUE_MEMBER_COUNT(warteschlange); Anzahl der Agenten in der Warteschlange "support":
exten => 123,1,Set(foo=${QUEUE_MEMBER_COUNT(support)}) | | | 1.4 |————————| 1.6 |————————
-= Info about function 'QUEUE_MEMBER_COUNT' =-
[Syntax]
QUEUE_MEMBER_COUNT(<queuename>)
[Synopsis]
Count number of members answering a queue
[Description]
Returns the number of members currently associated with the specified queue.--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -8,3 +8,5 @@
[Description]
Returns the number of members currently associated with the specified queue.
+
+ This function has been deprecated in favor of the QUEUE_MEMBER function