aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2010-03-20Resolve a number of FreeBSD build issues.russell1-0/+1
2010-01-25Err, and use the new menuselect define, too.tilghman1-2/+2
2010-01-25Restore FreeBSD to able-to-compile-ish-modetilghman1-2/+2
2010-01-25Buildbot pointed out an error (thanks, buildbot!)tilghman1-4/+4
2010-01-25Oops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands.tilghman1-3/+3
2010-01-24Only rebuild bison and flex source files on demand, if bison and flex are det...tilghman2-11/+18
2010-01-22Rebuild from flex, bison sources when necessary.tilghman1-2/+4
2010-01-20Modify fix for issue 16554 to be more inline with what is already in trunk.seanbright1-8/+9
2010-01-20Fix a memory leak in pbx_spool when using SetVar in a call file.seanbright1-7/+10
2009-12-04Parse global variables or expressions in hint extensionsmnick1-6/+20
2009-08-10AST-2009-005tilghman6-24/+24
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming1-6/+6
2009-06-03Fix a possible crash in pbx_spool.seanbright1-3/+3
2009-04-29Patch to fix tab-completion crash on "remove extension"dbrooks1-90/+5
2009-04-20Properly handle @s within hints in AEL.seanbright2-402/+427
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler2-7/+7
2009-02-18This patch fixes a regression of sorts that was introduced in murf2-220/+225
2009-01-22Allow global variables after substitution to be as long as other variables.tilghman1-0/+4
2009-01-16This patch fixes a problem where a goto (or jump, in this case)murf1-0/+1
2008-12-12Specify uint32_t for variables storing a CRC32 so that it is actually 32 bitsrussell1-15/+15
2008-12-11Clean up the dundi cache every 5 minutes.mnicholson1-2/+43
2008-12-10(closes issue #14022)murf2-423/+431
2008-12-09In discussion with seanbright on #asterisk-dev, I have added a default rule,...murf2-84/+107
2008-12-09Previous fix used ast_malloc and ast_copy_string and messed up the standalone...murf2-79/+105
2008-12-09(closes issue #14019)murf3-60/+80
2008-12-03If an entry is added to the directory during a scan when another entry expires,tilghman1-2/+6
2008-12-03Don't start scanning the directory until all modules are loaded, because sometilghman1-1/+8
2008-11-19the gcc optimizer frequently finds broken code (use of uninitalized variables...kpfleming1-1/+1
2008-11-03somehow missed a bunch of gcc 4.3.x warnings in this branch on the first passkpfleming1-4/+16
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming6-453/+644
2008-09-27improve header inclusion process in a few small ways:kpfleming5-0/+10
2008-09-19Adjust for technology when generating user extensiondbailey1-1/+1
2008-09-04(closes issue #13357)murf5-442/+876
2008-08-08(closes issue #13236)murf5-321/+638
2008-07-31Specify codecs in callfiles and manager, to allow video calls to be set uptilghman1-2/+7
2008-07-30(closes issue #13197)murf1-2/+7
2008-07-30Reduce stack consumption by 12.5% of the max stack size to fix a crash whenrussell1-34/+55
2008-07-16(closes issue #13090)murf1-6/+19
2008-07-12in 1.4 the functions still have | as argument seperator.mvanbaak1-1/+1
2008-07-04Move the free down onetilghman1-2/+2
2008-07-04Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,tilghman1-33/+82
2008-06-29ignore warnings for prototypes in GTK headerskpfleming1-0/+2
2008-06-18Set the variables top-down, so that if a script sets a variable more than once,tilghman1-3/+12
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-6/+16
2008-06-04Make the "dialplan remove include" CLI command actually work. Also, tweakrussell1-3/+6
2008-06-04Fix a log message and add a message for when the dialplan is done reloading.file1-0/+1
2008-06-03Due to incorrect use of the AST_LIST_INSERT_HEAD() macro the loopback switchtilghman1-18/+26
2008-06-03Updated the regressions on AEL. Hadn't updatedmurf9-796/+879
2008-06-03as per http://lists.digium.com/pipermail/asterisk-users/2008-June/212934.html,murf1-6/+0
2008-05-21Revert accidental commit of the last changetilghman1-12/+3