asterisk/pbx
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/ael-test Merged revisions 109309 via svnmerge from 2008-03-18 14:09:50 +00:00
Makefile Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
dundi-parser.c remove a bunch of duplicate includes 2007-11-16 23:54:45 +00:00
dundi-parser.h make the 'name' and 'value' fields in ast_variable const char * 2007-11-14 13:18:40 +00:00
pbx_ael.c Merged revisions 111341 via svnmerge from 2008-03-27 04:47:12 +00:00
pbx_config.c (closes issue #6019) 2008-03-10 21:48:20 +00:00
pbx_dundi.c Merge changes from team/mvanbaak/cli-command-audit 2008-02-08 21:26:32 +00:00
pbx_gtkconsole.c Merged revisions 97645 via svnmerge from 2008-01-09 23:02:19 +00:00
pbx_loopback.c Use defined return values in load_module in more places. 2007-12-26 20:02:27 +00:00
pbx_lua.c Update documentation for pbx_lua. 2007-12-07 21:28:49 +00:00
pbx_realtime.c Several manager changes: 2008-01-10 00:12:35 +00:00
pbx_spool.c Use defined return values in load_module in more places. 2007-12-26 20:02:27 +00:00