GROUP_MATCH_COUNT(Muster
[@Kategorie
])
Gibt die Anzahl der Kanäle zurück, auf die das angegebene Suchmuster - ein regulärer Ausdruck - passt.
; Anzahl der Kanäle in den Gruppen gruppe[1-4] abfragen: exten => 123,1,Set(foo=${GROUP_MATCH_COUNT(gruppe[1-4])})
Interner Hilfetext zu dieser Applikation in Asterisk 1.4: -= Info about function 'GROUP_MATCH_COUNT' =- [Syntax] GROUP_MATCH_COUNT(groupmatch[@category]) [Synopsis] Counts the number of channels in the groups matching the specified patte rn [Description] Calculates the group count for all groups that match the specified patte rn. Uses standard regular expression matching (see regex(7)). Differenz zum internen Hilfetext in Asterisk 1.2: - keine - |
Siehe auch. „GROUP()
“, „GROUP_COUNT()
“, „GROUP_LIST()
“