aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_ael.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-27Merged revisions 111341 via svnmerge from murf1-1/+0
2008-03-07(closes issue #6002)murf1-3/+9
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-3/+38
2007-11-19more errno.h removalrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...murf1-2/+0
2007-10-26Merged revisions 87168 via svnmerge from murf1-794/+0
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-2/+2
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-2/+2
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-48/+45
2007-10-01Merged revisions 84239 via svnmerge from murf1-1/+1
2007-09-22Merged revisions 83558 via svnmerge from murf1-768/+1
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...murf1-2719/+9
2007-08-14Merged revisions 79255 via svnmerge from murf1-9/+23
2007-07-27These fixes take care of two problems: a complaint in asterisk-dev that goto'...murf1-24/+24
2007-07-26The upgrade of application argument separators to comma has an effect on AEL;...murf1-6/+6
2007-07-17Spotted this bug today myself, trying to reproduce a BE bug. Use a vert bar i...murf1-1/+1
2007-07-05In regards to changes for 9508, expr2 system choking on floating point number...murf1-8/+8
2007-06-20This finishes the changes for making Macro args LOCAL to the call, and allowi...murf1-0/+18
2007-06-20Merge work to make U(...) option work for Dialtilghman1-1/+1
2007-06-05Merged revisions 67526 via svnmerge from murf1-1/+23
2007-06-05Merged revisions 67420 via svnmerge from murf1-0/+27
2007-04-02Merged revisions 59688 via svnmerge from murf1-1/+1
2007-03-27Merged revisions 59261 via svnmerge from murf1-1/+1
2007-03-26Merged revisions 59228 via svnmerge from murf1-3/+3
2007-03-20The fix for the AEL <<security hole>> (bug 9316) is here...murf1-11/+16
2007-03-02Merged revisions 57426 via svnmerge from murf1-0/+8
2007-02-28Merged revisions 57049 via svnmerge from murf1-10/+38
2007-02-24Doxygen additions, correctionsoej1-2/+2
2007-01-22Merged revisions 51409 via svnmerge from murf1-2/+0
2006-12-30Merged revisions 49061 via svnmerge from murf1-1/+16
2006-11-13Clean up last commit to better conform to standards.file1-1/+1
2006-11-13AEL need not complain about parkedcalls not being found... just confuses usersmurf1-1/+1
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-15/+18
2006-10-13Correction for bug 8128 in trunkmurf1-6/+32
2006-10-05These mods fix a problem pointed out by dgartang, where in certain situations...murf1-2/+29
2006-10-04These changes resolve the problems in bug 8090, where there's a crash compili...murf1-0/+4
2006-10-03These changes correspond to the changes to app_stack's Gosub() applicationmurf1-2/+5
2006-09-27This commits the changes to AEL to use the gosub-with-args from Tilghman to p...murf1-63/+171
2006-09-22This commits a change to return MODULE_LOAD_FAILURE on error, and SUCCESS (in...murf1-1/+3
2006-09-22As per bug 8004, we now return AST_MODULE_LOAD_DECLINE when we can't read ext...murf1-0/+6
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-1/+2
2006-09-18merge qwell's CLI verbification workkpfleming1-9/+26
2006-08-25Changes to fix all problems reported in 7804 are included here.murf1-9/+64
2006-08-22Make a warning about an unused function & variable go away on the stand alone...file1-1/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-23/+14
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-12/+2
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.murf1-62/+339
2006-08-01This branch will resolve the bug 7635.murf1-0/+25
2006-07-19committing a fix for colons in goto arguments and suppressing operator messag...murf1-36/+38