C.61. GetGroupCount()
Gibt die Anzahl der Kanäle in einer Gruppe von Kanälen
zurück.
GetGroupCount(Gruppe
[@Kategorie
])
Wichtig
GetGroupCount()
ist ab Asterisk 1.4 nicht mehr
vorhanden und wurde durch die Funktion GROUP_COUNT()
(Abschnitt D.40, „GROUP_COUNT()
“) ersetzt.Asterisk-Versionen:
————————| 1.2 | | | | |
Interner Hilfetext zu dieser Applikation in Asterisk 1.2:
-= Info about application 'GetGroupCount' =-
[Synopsis]
Get the channel count of a group
[Description]
Usage: GetGroupCount([groupname][@category])
Calculates the group count for the specified group, or uses
the current channel's group if not specifed (and non-empty).
Stores result in GROUPCOUNT.
Note: This application has been deprecated, please use the function
GROUP_COUNT.