aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_ael.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyrussell1-17/+30
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-01Bug 7062 - Rename ael2 CLI commands to aeltilghman1-9/+9
2006-04-30make destroy_pval able to handle a NULL valuerizzo1-0/+5
2006-04-26include/asterisk/ael_structs.h:rizzo1-13/+23
2006-04-25fix variable declaration in the middle of a blockrizzo1-2/+4
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming1-1005/+3613
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-12/+8
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-28Merged revisions 15658 via svnmerge from russell1-1/+1
2005-12-21Merged revisions 7577 via svnmerge fromtilghman1-0/+5
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-16issue #5761kpfleming1-1/+1
2005-11-13Never call load_module / unload_modulemarkster1-2/+2
2005-11-11issue #5354kpfleming1-5/+5
2005-11-10issue #5701kpfleming1-2/+1
2005-11-08issue #5648kpfleming1-1/+1
2005-10-26use ast_skip_blanks in pbx_aelrussell1-30/+27
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-13Fix ael if, while, else (bug #5370)markster1-20/+86
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...russell1-204/+21
2005-09-23Use Goto instead of GotoIf when jumping over the else block (issue #4660)russell1-1/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-02use matching char types for strings (issue #5106)kpfleming1-1/+1
2005-08-26work around parsing problem by using GotoIf() (issue #4876)kpfleming1-6/+6
2005-08-26ignore equals-signs inside parens (issue #5022)kpfleming1-1/+12
2005-08-03Fix AEL max character bug (bug #4837)markster1-1/+1
2005-07-15get rid of compiler warningrussell1-1/+1
2005-07-05don't force autofallthrough to on (bug #4599)kpfleming1-1/+0
2005-06-17Oopsmarkster1-2/+2
2005-06-17dueling commits, mark won!kpfleming1-3/+4
2005-06-17AEL minor fixes (bug #4539)markster1-1/+3
2005-06-16Add Asterisk Extension Language support (AEL) from Astricon talkmarkster1-0/+1376