summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-09remove API function that was added and never usedKevin P. Fleming
2006-05-09remove trailing whitespaceLuigi Rizzo
2006-05-09mark a couple of dubious pieces of codeLuigi Rizzo
2006-05-09don't build strcompat for menuselect except on SolarisKevin P. Fleming
2006-05-09more code simplifications.Luigi Rizzo
2006-05-09remove a check of the result of ast_mutex_lockRussell Bryant
2006-05-09put all the QUEUE_STRATEGY values in an enum, and use them in all of the placesRussell Bryant
2006-05-09simplify matchcid()Luigi Rizzo
2006-05-09use S_OR where appropriate, comment an unclear difference in formatLuigi Rizzo
2006-05-09more small simplificationsLuigi Rizzo
2006-05-09Bug 7114 - Originate success/failure indicator was reversedTilghman Lesher
2006-05-09Bug 7009 - use the actual path, so that a table index can be usedTilghman Lesher
2006-05-09Bug 6787 - Allow escaping of newline characters for invoking non-Festival TTS...Tilghman Lesher
2006-05-09 strategy "ringall" is really int value of 0, not 1.BJ Weschke
2006-05-08Warn user if the custom format is not one of the optionsTilghman Lesher
2006-05-08another function restructuredLuigi Rizzo
2006-05-08more code restructuringLuigi Rizzo
2006-05-08remove some common code in parsing function callsLuigi Rizzo
2006-05-08more code restructuringLuigi Rizzo
2006-05-08restructure a function reducing nesting depth.Luigi Rizzo
2006-05-08remove checks of the result of ast_mutex_lockRussell Bryant
2006-05-08fix indentation of a large block.Luigi Rizzo
2006-05-08revert a patch that wasn't supposed to be committed ... oopsRussell Bryant
2006-05-08make sure that the MOD_SUBDIR_CFLAGS and OTHER_SUBDIR_FLAGS come beforeRussell Bryant
2006-05-08on mac, QUAD_MIN and QUAD_MAX are already defined, so this causes a bunchRussell Bryant
2006-05-08minor code restructuring in preparation for more work.Luigi Rizzo
2006-05-08Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise t...Tilghman Lesher
2006-05-08make Makefile slightly less noisyKevin P. Fleming
2006-05-08localize some variablesLuigi Rizzo
2006-05-08commit the proper configure scriptKevin P. Fleming
2006-05-08silly people that don't want to install/run autoconf :-)Kevin P. Fleming
2006-05-08Add documentation on "allowtransfer"Olle Johansson
2006-05-08document th way extensions are sortedLuigi Rizzo
2006-05-08Issue #7103 (mikma)Olle Johansson
2006-05-08add smarter checking for termcap support, which fixes a build problem whenRussell Bryant
2006-05-08use a file that configure will _always_ regenerate as the trigger for running...Kevin P. Fleming
2006-05-08add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -IincludeRussell Bryant
2006-05-08- Issue 7101 (mikma) - Don't crash with no From: header in pedantic modeOlle Johansson
2006-05-08Minor cleanup on dtmf calling (bug #7076)Mark Spencer
2006-05-08remove incorrect Makefile rule that was causing aelparse to be rebuilt unnece...Kevin P. Fleming
2006-05-08don't let make use implicit rules for bison/flex output filesKevin P. Fleming
2006-05-08Merged revisions 25563 via svnmerge from BJ Weschke
2006-05-08 Block r25522 from coming into /trunk. /trunk uses list macros now and 1.2 do...BJ Weschke
2006-05-08 Make QueueStatusComplete manager event thread safe by wrapping it inside the...BJ Weschke
2006-05-08Merged revisions 25520 via svnmerge from BJ Weschke
2006-05-08Merged revisions 25518 via svnmerge from BJ Weschke
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)BJ Weschke
2006-05-08 Fix situation for when there is no monitor_option defined, but there is a mo...BJ Weschke
2006-05-08use ast_channel_(un)lockRussell Bryant
2006-05-08added managerevent meetmemute with status on or off.Matt O'Gorman