asterisk/res/ael
Steve Murphy 2427603eaf Merged revisions 111341 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r111341 | murf | 2008-03-26 21:21:05 -0600 (Wed, 26 Mar 2008) | 15 lines


(closes issue #12302)
Reported by: pj
Tested by: murf

These changes will set a channel variable ~~EXTEN~~ just before generating code
for a switch, with the value of ${EXTEN}. The exten is marked as having a switch, 
and ever after that, till the end of the exten, we substitute any ${EXTEN} 
with ${~~EXTEN~~} instead in application arguments; (and the ${EXTEN: also). 
The reason for this, is that because switches are coded using 
separate extensions to provide pattern matching, and
jumping to/from these switch extensions messes up the ${EXTEN} value, 
which blows the minds of users.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@111360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-27 04:47:12 +00:00
..
ael.flex Merged revisions 109309 via svnmerge from 2008-03-18 14:09:50 +00:00
ael.tab.c (closes issue #6002) 2008-03-07 18:57:57 +00:00
ael.tab.h (closes issue #6002) 2008-03-07 18:57:57 +00:00
ael.y (closes issue #6002) 2008-03-07 18:57:57 +00:00
ael_lex.c Merged revisions 109309 via svnmerge from 2008-03-18 14:09:50 +00:00
pval.c Merged revisions 111341 via svnmerge from 2008-03-27 04:47:12 +00:00