summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-17remove some more deprecated (pre-1.2) stuffKevin P. Fleming
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...Russell Bryant
2006-01-09Merged revisions 7908 via svnmerge fromTilghman Lesher
2006-01-07Merged revisions 7848 via svnmerge fromTilghman Lesher
2006-01-06Merged revisions 7831 via svnmerge fromTilghman Lesher
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-21Merged revisions 7577 via svnmerge fromTilghman Lesher
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-29remove remaining .cvsignore filesKevin P. Fleming
2005-11-20Make conform to coding guidelines... thanks drumkilla :)Josh Roberson
2005-11-20issue #5806Josh Roberson
2005-11-16issue #5761Kevin P. Fleming
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-11-13Never call load_module / unload_moduleMark Spencer
2005-11-11issue #5354Kevin P. Fleming
2005-11-10issue #5701Kevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-08issue #5648Kevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-11-01issue #4678Kevin P. Fleming
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)Kevin 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-18clean up DUNDiLookup applicationRussell Bryant
2005-10-18fix typoKevin P. Fleming
2005-10-13ensure that priorityjumping option returns to its default during reload if it...Kevin P. Fleming
2005-10-13Fix ael if, while, else (bug #5370)Mark Spencer
2005-10-12Back out improper freeing of variablesMark Spencer
2005-10-11allow semicolons to be escaped in call files (issue #5407)Russell Bryant
2005-10-11Fix memory leak in outbound calls (bug #5406, with mods)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-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-09-02use native-sign characters for strings (issue #5105)Kevin P. Fleming
2005-09-02use matching char types for strings (issue #5106)Kevin P. Fleming
2005-08-30clean up, use make functions instead of subshells, remove unused stuffKevin 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-26add a global option to disable priority jumping in applications (when they ge...Kevin P. Fleming
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15get rid of compiler warningRussell Bryant
2005-07-15fix some indentationRussell Bryant
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)Kevin P. Fleming
2005-07-05don't force autofallthrough to on (bug #4599)Kevin P. Fleming