I almost had comma escapes right, but 9184 points out the problem-- the escape is...
commita7d413f3eb2a8f81fe13f066fb759768dc4af6ce
authormurf <murf@614ede4d-c843-0410-af14-a771ab80d22e>
Fri, 2 Mar 2007 05:21:36 +0000 (2 05:21 +0000)
committermurf <murf@614ede4d-c843-0410-af14-a771ab80d22e>
Fri, 2 Mar 2007 05:21:36 +0000 (2 05:21 +0000)
tree30e90ae172117b7f64f3c6c628cc669bcd458239
parent39dde91da3999fe0f7ca28805018d3f5c6a6adf7
I almost had comma escapes right, but 9184 points out the problem-- the escape is removed by pbx_config, and pbx_ael should also, before sending it down into the pbx engine. Also, you have to insert it back in, if you are generating extensions.conf code from the AEL.

git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57426 614ede4d-c843-0410-af14-a771ab80d22e
pbx/pbx_ael.c
utils/ael_main.c