[Home]

Summary:ASTERISK-07601: Function Regex returns NULL on negative match
Reporter:Christian Benke (christianbee)Labels:
Date Opened:2006-08-25 13:15:07Date Closed:2006-08-30 23:09:11
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) dialplan.txt
( 1) verbose_debug.txt
Description:Instead of returning 0 on a negative match, the result is empty. See attached logfiles and dialplan...
Comments:By: Russell Bryant (russell) 2006-08-30 23:09:10

fixed in the trunk in revision 41544.  The documentation didn't define what the behavior was for a non-match, so I updated the docs and the code so that it was defined to be "0", as I think that is logical expected behavior.