login | register
Sat 30 of Aug, 2008 [01:22 UTC]

voip-info.org

Discuss [0] History

Asterisk cmd GetGroupMatchCount

Created by: JustRumours,Last modification on Fri 28 of Jul, 2006 [19:15 UTC] by waba

GetGroupMatchCount

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.

See also



Go back to Asterisk - documentation of application commands


Comments