asterisk/res/ael
Steve Murphy 04795d963f These changes are in regards to bug 13249, where users are being surprised by the changes made
to the Set app in trunk/1.6.x, as they come from the 1.4 world. They are only bitten if
they write their AEL dialplan in the 1.4 world, and then carry it over to a trunk/1.6.x 
installation where a "make samples" was executed, or where they hand-edited the 
asterisk.conf file and added the [compat] category with app_set = 1.6 (or higher).

(this commit does not totally solve 13249, at least not yet)

The change involves issueing a single warning while the AEL file is loading, if:
 1. app_set is present in the config file, and set to 1.6 or higher.
 2. there are double quotes in an assignment statement (eg x = "hi there";)
 3. the warning was not already issued.

The standalone app, aelparse, does not (yet) issue this warning. I'd have to
have it read in the asterisk.conf file, and that's a bit of hassle. I'll add
it if users request it, tho.




git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@138815 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-19 15:59:12 +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 These changes are in regards to bug 13249, where users are being surprised by the changes made 2008-08-19 15:59:12 +00:00
ael.tab.h These changes are in regards to bug 13249, where users are being surprised by the changes made 2008-08-19 15:59:12 +00:00
ael.y These changes are in regards to bug 13249, where users are being surprised by the changes made 2008-08-19 15:59:12 +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 Merged revisions 136726 via svnmerge from 2008-08-08 00:48:35 +00:00