From 27a4cda821b3093bb41c29e23d1fb9d62890597a Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Wed, 17 Feb 2010 19:51:53 +0000 Subject: Add support for GROUP_MATCH_COUNT regex matching on category Current support for regex matching was previously only available on the group. Also, error reporting for regex failures has been added. In addition to this feature enhancement a unit test has been written to check the regular expression logic to ensure the count operation is working as expected. (closes issue #16642) Reported by: kobaz Patches: groupmatch2.patch uploaded by kobaz (license 834) Review: https://reviewboard.asterisk.org/r/503/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@247295 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index a2b6c5658..f430a7bb1 100644 --- a/CHANGES +++ b/CHANGES @@ -191,6 +191,7 @@ Dialplan Functions * HASH-associated variables now can be inherited across channel creation, by prefixing the name of the hash at assignment with the appropriate number of underscores, just like variables. + * GROUP_MATCH_COUNT has been improved to allow regex matching on category Dialplan Variables ------------------ -- cgit v1.2.3