[Home]

Summary:ASTERISK-08427: func_math.c: iaction set to GTFUNCTION when the first char of operator is '='
Reporter:Brett Bryant (bbryant)Labels:
Date Opened:2006-12-24 23:14:03.000-0600Date Closed:2006-12-24 23:22:51.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) math_changes.patch
Description:iaction set to GTFUNCTION when the first char of operator is '=' and

****** ADDITIONAL INFORMATION ******

} else if ((op = strchr(mvalue1, '='))) {
iaction = GTFUNCTION;
Comments:By: Russell Bryant (russell) 2006-12-24 23:22:51.000-0600

This issue has been resolved in the 1.2 branch, 1.4 branch, and the trunk in revisions 48955, 48956, and 48957.  Thanks!