asterisk/res/ael
Steve Murphy 068859119a In these changes, I have added some explanation
of changes to the Set and MSet apps, so people aren't
so shocked and surprised when they upgrade from
1.4 to 1.6.

Also, for the sake of those upgrading from 1.4 to
1.6 with AEL, I provide automatic support for the 
"old" way of using Set(), that still does the
exact same old thing with quotes and backslashes
and so on as 1.4 did, by having AEL compile in the
use of MSet() instead of Set(), everywhere it inserts
this code.

But, if the app_set var is set to 1.6 or higher,
it uses the "new", non-evaluative Set().

This only usually happens if the user manually 
inserts this into the asterisk.conf file, or runs
the "make samples" command.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@140824 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-03 14:01:27 +00:00
..
ael.flex All of the res/ stuff (other than res_jabber) from the RSW branch. 2008-08-10 00:47:56 +00:00
ael.tab.c In these changes, I have added some explanation 2008-09-03 14:01:27 +00:00
ael.tab.h In these changes, I have added some explanation 2008-09-03 14:01:27 +00:00
ael.y In these changes, I have added some explanation 2008-09-03 14:01:27 +00:00
ael_lex.c All of the res/ stuff (other than res_jabber) from the RSW branch. 2008-08-10 00:47:56 +00:00
pval.c In these changes, I have added some explanation 2008-09-03 14:01:27 +00:00