[Home]

Summary:ASTERISK-10362: No way to set a variable without math
Reporter:Luke-Jr (luke-jr)Labels:
Date Opened:2007-09-21 05:14:23Date Closed:2007-09-22 14:40:36
Priority:MajorRegression?No
Status:Closed/CompleteComponents:PBX/pbx_ael
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:This expression:
Set(D=${DEVx_${exten}});
Becomes:
                   5. Set(D=$[${DEVx_${exten}}])                 [pbx_ael]                        

There seems to be no way to avoid the $[...] wrapping anymore. This used to be how. I can't find a workaround, so I'm stuck on my attempt to migrate to 1.4 now.
Comments:By: Steve Murphy (murf) 2007-09-22 14:40:36

I couldn't reproduce this; and from the sounds of it, something changed in your setup or something, and it's no longer failing for you either. If this problem pops up again, feel free to reopen this issue.