aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2007-04-02continue in for-loop should go to the incrementer, not the test. As per 9435,...murf1-1/+1
2007-03-27via 9373 (duplicate context in AEL crashes asterisk), kpfleming pointed on as...murf1-1/+1
2007-03-26fix for 9373 (duplicate context in AEL crashes asterisk). I turned a duplicat...murf1-3/+3
2007-03-26A fix for the flex input files, DONT_COMPILE, and STANDALONE_AELmurf2-6/+2
2007-03-26Have ast_copy_string magically appear in the aelparse binary! DONT_OPTIMIZE s...file1-0/+4
2007-03-20The fix for the AEL <<security hole>> (bug 9316) is here...murf1-11/+16
2007-03-03Updated the regression testsmurf4-35/+41
2007-03-02I almost had comma escapes right, but 9184 points out the problem-- the escap...murf1-0/+8
2007-02-28I was surprised that I had not yet downgraded missing goto targets and macro ...murf1-10/+38
2007-02-26Merged revisions 56850 via svnmerge from file1-0/+2
2007-02-16Fix setting "autofallthrough" to yes by default. It was set to enabled inrussell1-2/+4
2007-01-31Merged revisions 53045 via svnmerge from russell2-0/+8
2007-01-29Argument number correctiontilghman1-2/+2
2007-01-22This fixes 8836, according to dnaturalmurf1-2/+0
2007-01-06Save 1 whopping byte of allocated memory!qwell1-1/+1
2007-01-02This is a slight modification to Josh's edits for #8579; both files edited we...murf2-2/+2
2006-12-30IAX has been deprecated for quite some time so we had better use IAX2 when cr...file1-1/+1
2006-12-30A fix for 8661, where the CUT func needed to have comma args converted to ver...murf1-1/+16
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to...murf3-97/+112
2006-12-27ast_copy_string is not available when LOW_MEMORY is used and things are being...file1-1/+1
2006-11-27Merged revisions 48037 via svnmerge from file1-1/+1
2006-11-13Eager people beat me to fixing the messed if, but we all forgot to update the...murf1-11/+8
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-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming4-25/+28
2006-10-13Bug 8128 fixed in this release via these changesmurf4-13/+226
2006-10-05This mod fixes a problem pointed out by dgarstang. Many thanks to Doug\!murf1-2/+29
2006-10-04These changes fix the problems reported in bug 8090murf19-281/+312
2006-10-04update thread creation code a bitkpfleming2-3/+3
2006-10-02Missed part of userconf functionality for chan_h323pcadach1-0/+4
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-6/+6
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming1-3/+3
2006-09-22This commits a change to return MODULE_LOAD_FAILURE on error, and SUCCESS (in...murf1-1/+3
2006-09-22If the extensions.ael file not found, or unreadable, we return AST_MODULE_LOA...murf1-0/+6
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-3/+3
2006-09-19Various updates from PCadach's chan_h323-live branchmattf2-2/+3
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming3-189/+1014
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-2/+104
2006-08-31everything that loads a config that needs a config file to runmogorman2-5/+8
2006-08-31This commit is a basic AEL enhancement: c-style commentsmurf7-418/+1256
2006-08-29Merged revisions 41269 via svnmerge from russell1-18/+13
2006-08-29Bugfix for 7813 applied to trunk as per patch supplied by stevensmurf1-4/+16
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-25Changes to fix all problems reported in 7804 are included here.murf3-9/+95
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):kpfleming7-106/+55
2006-08-12This commit merges the contents of 7721, as it applied to the trunk version. ...murf3-421/+461
2006-08-11added a -q for quiet, option to aelparsemurf12-164/+128
2006-08-09This bug adds enhancement as per bug 7606, the -wmurf21-235/+7171