[Home]

Summary:ASTERISK-07338: [patch] Variable mis-name in enum.txt
Reporter:John Todd (jtodd)Labels:
Date Opened:2006-07-13 10:08:56Date Closed:2006-07-13 11:11:45
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Variable is mis-named in enum.txt.  We should be consistent in variable name usage, and also stay away from "enumlookup" as a lower-case variable name since it's now a function.  Thanks to Vitaly Karasik for catching this one.


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

--- enum.txt.old   2006-07-13 15:05:16.000000000 +0000
+++ enum.txt       2006-07-13 15:05:16.000000000 +0000
@@ -241,7 +241,7 @@
;  NAPTR(s).
;
exten => _011.,1,Set(enumresult=${ENUMLOOKUP(+${EXTEN:3})})
-exten => _011.,n,Dial(SIP/${enumlookup})
+exten => _011.,n,Dial(SIP/${enumresult})
exten => _011.,n,Dial(Zap/g1/${EXTEN})
;
; end example 1
Comments:By: Serge Vecher (serge-v) 2006-07-13 10:13:39

hmm, is this 1.2.9.1, trunk or both?

By: Serge Vecher (serge-v) 2006-07-13 11:10:58

committed to 1.2 branch r37516 and trunk r37517 by tilghman. Thanks!