summaryrefslogtreecommitdiff
path: root/pbx/pbx_ael.c
AgeCommit message (Expand)Author
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-13Correction for bug 8128 in trunkSteve Murphy
2006-10-05These mods fix a problem pointed out by dgartang, where in certain situations...Steve Murphy
2006-10-04These changes resolve the problems in bug 8090, where there's a crash compili...Steve Murphy
2006-10-03These changes correspond to the changes to app_stack's Gosub() applicationSteve Murphy
2006-09-27This commits the changes to AEL to use the gosub-with-args from Tilghman to p...Steve Murphy
2006-09-22This commits a change to return MODULE_LOAD_FAILURE on error, and SUCCESS (in...Steve Murphy
2006-09-22As per bug 8004, we now return AST_MODULE_LOAD_DECLINE when we can't read ext...Steve Murphy
2006-09-19Various updates from PCadach's chan_h323-live branchMatthew Fredrickson
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-25Changes to fix all problems reported in 7804 are included here.Steve Murphy
2006-08-22Make a warning about an unused function & variable go away on the stand alone...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-08Merge team/russell/ast_verbose_threadstorageRussell Bryant
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.Steve Murphy
2006-08-01This branch will resolve the bug 7635.Steve Murphy
2006-07-19committing a fix for colons in goto arguments and suppressing operator messag...Steve Murphy
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-01Bug 7062 - Rename ael2 CLI commands to aelTilghman Lesher
2006-04-30make destroy_pval able to handle a NULL valueLuigi Rizzo
2006-04-26include/asterisk/ael_structs.h:Luigi Rizzo
2006-04-25fix variable declaration in the middle of a blockLuigi Rizzo
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-28Merged revisions 15658 via svnmerge from Russell Bryant
2005-12-21Merged revisions 7577 via svnmerge fromTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-16issue #5761Kevin P. Fleming
2005-11-13Never call load_module / unload_moduleMark Spencer
2005-11-11issue #5354Kevin P. Fleming
2005-11-10issue #5701Kevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming
2005-10-26use ast_skip_blanks in pbx_aelRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-13Fix ael if, while, else (bug #5370)Mark Spencer
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...Russell Bryant
2005-09-23Use Goto instead of GotoIf when jumping over the else block (issue #4660)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-02use matching char types for strings (issue #5106)Kevin P. Fleming
2005-08-26work around parsing problem by using GotoIf() (issue #4876)Kevin P. Fleming
2005-08-26ignore equals-signs inside parens (issue #5022)Kevin P. Fleming
2005-08-03Fix AEL max character bug (bug #4837)Mark Spencer
2005-07-15get rid of compiler warningRussell Bryant
2005-07-05don't force autofallthrough to on (bug #4599)Kevin P. Fleming
2005-06-17OopsMark Spencer
2005-06-17dueling commits, mark won!Kevin P. Fleming
2005-06-17AEL minor fixes (bug #4539)Mark Spencer
2005-06-16Add Asterisk Extension Language support (AEL) from Astricon talkMark Spencer