Synopsis
GetGroupMatchCount(groupmatch[@category])
Version
New with Asterisk 1.1 development branch.
This command is deprecated in Asterisk v1.2. Instead use
GROUP_MATCH_COUNT(groupmatch[@category])
Set(GROUPCOUNT=${GROUP_MATCH_COUNT(SIP/.*)})
Description
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.