[Home]

Summary:ASTERISK-15465: [patch] Support for GROUP_MATCH_COUNT regex matching on category
Reporter:Mark Murawski (kobaz)Labels:
Date Opened:2010-01-18 18:05:15.000-0600Date Closed:2010-02-17 13:51:55.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Functions/func_groupcount
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) groupmatch.patch
( 1) groupmatch2.patch
Description:This adds support for having a regex match on the category specified to GROUP_MATCH_COUNT, and also adds error reporting for regex failures
Comments:By: Leif Madsen (lmadsen) 2010-01-19 07:31:10.000-0600

Thanks for the contribution! I can hardly keep up! :)

By: Mark Murawski (kobaz) 2010-01-19 11:06:05.000-0600

Hehe... just wait until I learn more about the core. I'll be fixing all kinds of bugs.

By: Leif Madsen (lmadsen) 2010-01-19 11:20:59.000-0600

Oh yes, that will be awful :)  </sarcasm>

By: Digium Subversion (svnbot) 2010-02-17 13:51:54.000-0600

Repository: asterisk
Revision: 247295

U   trunk/CHANGES
U   trunk/funcs/func_groupcount.c
U   trunk/main/app.c
A   trunk/tests/test_app.c

------------------------------------------------------------------------
r247295 | jpeeler | 2010-02-17 13:51:53 -0600 (Wed, 17 Feb 2010) | 14 lines

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 ASTERISK-15465)
Reported by: kobaz
Patches:
     groupmatch2.patch uploaded by kobaz (license 834)

Review: https://reviewboard.asterisk.org/r/503/

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=247295