C.62. GetGroupMatchCount()
Gibt die Anzahl der Kanäle in einer Gruppe von Kanälen
zurück.
GetGroupMatchCount(Muster
[@Kategorie
])
Wichtig
GetGroupMatchCount()
ist ab Asterisk 1.4 nicht
mehr vorhanden und wurde durch die Funktion
GROUP_MATCH_COUNT()
(Abschnitt D.42, „GROUP_MATCH_COUNT()
“) ersetzt.Asterisk-Versionen:
————————| 1.2 | | | | |
Interner Hilfetext zu dieser Applikation in Asterisk 1.2:
-= Info about application 'GetGroupMatchCount' =-
[Synopsis]
Get the channel count of all groups that match a pattern
[Description]
Usage: GetGroupMatchCount(groupmatch[@category])
Calculates the group count for all groups that match the specified
pattern. Uses standard regular expression matching (see regex(7)).
Stores result in GROUPCOUNT. Always returns 0.
Note: This application has been deprecated, please use the function
GROUP_MATCH_COUNT.