summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
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
2005-06-24update to current loader API (bug #4574)Kevin P. Fleming
2005-06-21make query cache time configurable (bug #4524)Kevin P. Fleming
2005-06-20move tools used during build into build_tools subdirectoryKevin 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
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-03allow global variables to be reset on reload (defaults to off) (bug #4385)Kevin P. Fleming
2005-05-25Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin bein...Josh Roberson
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...Russell Bryant
2005-05-19check to see if a comma or an open paren came first when splitting the applic...Russell Bryant
2005-05-12fix some more typos and clarity issuesRussell Bryant
2005-05-12fix a little typoRussell Bryant
2005-05-08Fix gethostname calls (bug #4198, with mods)Mark Spencer
2005-05-05remove obsolete module (still available in CVS history if needed) (inspired b...Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-27perform global variable substitution before splitting extension and cidmatch ...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-15Add warning for _. match (bug #4032)Mark Spencer
2005-04-13ensure that the random number generator(s) are always seeded with a different...Kevin P. Fleming
2005-04-01optimize file reading in pbx_spool (bug #3927)Kevin P. Fleming
2005-04-01Fix spool files that lack their last returnMark Spencer