aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-09don't build strcompat for menuselect except on Solariskpfleming2-2/+7
2006-05-09more code simplifications.rizzo1-29/+14
2006-05-09remove a check of the result of ast_mutex_lockrussell1-14/+7
2006-05-09put all the QUEUE_STRATEGY values in an enum, and use them in all of the placesrussell1-13/+15
2006-05-09simplify matchcid()rizzo1-9/+18
2006-05-09use S_OR where appropriate, comment an unclear difference in formatrizzo1-6/+12
2006-05-09more small simplificationsrizzo1-5/+6
2006-05-09Bug 7114 - Originate success/failure indicator was reversedtilghman1-1/+1
2006-05-09Bug 7009 - use the actual path, so that a table index can be usedtilghman1-6/+6
2006-05-09Bug 6787 - Allow escaping of newline characters for invoking non-Festival TTS...tilghman1-0/+17
2006-05-09 strategy "ringall" is really int value of 0, not 1.bweschke1-1/+1
2006-05-08Warn user if the custom format is not one of the optionstilghman1-1/+5
2006-05-08another function restructuredrizzo1-43/+27
2006-05-08more code restructuringrizzo1-26/+24
2006-05-08remove some common code in parsing function callsrizzo1-36/+29
2006-05-08more code restructuringrizzo1-52/+45
2006-05-08restructure a function reducing nesting depth.rizzo1-157/+142
2006-05-08remove checks of the result of ast_mutex_lockrussell1-24/+6
2006-05-08fix indentation of a large block.rizzo1-74/+73
2006-05-08revert a patch that wasn't supposed to be committed ... oopsrussell1-7/+6
2006-05-08make sure that the MOD_SUBDIR_CFLAGS and OTHER_SUBDIR_FLAGS come beforerussell2-10/+11
2006-05-08on mac, QUAD_MIN and QUAD_MAX are already defined, so this causes a bunchrussell1-2/+2
2006-05-08minor code restructuring in preparation for more work.rizzo1-11/+20
2006-05-08Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise t...tilghman1-0/+4
2006-05-08make Makefile slightly less noisykpfleming1-7/+7
2006-05-08localize some variablesrizzo1-6/+7
2006-05-08commit the proper configure scriptkpfleming2-7/+893
2006-05-08silly people that don't want to install/run autoconf :-)kpfleming6-0/+24626
2006-05-08Add documentation on "allowtransfer"oej1-0/+3
2006-05-08document th way extensions are sortedrizzo1-7/+27
2006-05-08Issue #7103 (mikma)oej1-3/+3
2006-05-08add smarter checking for termcap support, which fixes a build problem whenrussell3-9/+29
2006-05-08use a file that configure will _always_ regenerate as the trigger for running...kpfleming1-2/+2
2006-05-08add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -Iincluderussell1-1/+1
2006-05-08- Issue 7101 (mikma) - Don't crash with no From: header in pedantic modeoej1-28/+33
2006-05-08Minor cleanup on dtmf calling (bug #7076)markster1-2/+1
2006-05-08remove incorrect Makefile rule that was causing aelparse to be rebuilt unnece...kpfleming1-2/+0
2006-05-08don't let make use implicit rules for bison/flex output fileskpfleming2-3/+9
2006-05-08Merged revisions 25563 via svnmerge from bweschke1-1/+4
2006-05-08 Block r25522 from coming into /trunk. /trunk uses list macros now and 1.2 do...bweschke0-0/+0
2006-05-08 Make QueueStatusComplete manager event thread safe by wrapping it inside the...bweschke1-1/+2
2006-05-08Merged revisions 25520 via svnmerge from bweschke1-1/+1
2006-05-08Merged revisions 25518 via svnmerge from bweschke1-2/+4
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)bweschke4-10/+10
2006-05-08 Fix situation for when there is no monitor_option defined, but there is a mo...bweschke1-3/+4
2006-05-08use ast_channel_(un)lockrussell1-7/+7
2006-05-08added managerevent meetmemute with status on or off.mogorman1-0/+10
2006-05-08remove a check of the result from ast_mutex_lockrussell1-7/+3
2006-05-08Incorrect log statement when playing transfer sounds (issue #7008 reported an...file1-2/+2
2006-05-08 - convert the lists of switches to use the linked list macrosrussell2-147/+74