aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-10document special character interpretation.rizzo1-0/+31
2006-05-10indentation fixesrizzo1-8/+8
2006-05-10prevent a warning for uninitialized variable.rizzo1-0/+1
2006-05-10 Implement new support for "meetme list <confno> concise"bweschke1-16/+31
2006-05-09implement the new sorting algorithm for extensions,rizzo1-13/+130
2006-05-09various doxygen fixeskpfleming8-29/+36
2006-05-09clear memory before passing to ASTOBJ_INITrizzo1-1/+1
2006-05-09Formatting fixoej1-2/+2
2006-05-09Make sure that we don't accept an answer on an inbound call and don't permit ...markster2-5/+15
2006-05-09remove rule for running bootstrap, it's only safe to run it manually nowkpfleming1-3/+0
2006-05-09use an enum for control frame typeskpfleming3-40/+57
2006-05-09minor cleanups and removal of duplicate prototypeskpfleming1-32/+23
2006-05-09 This app is deprecated in /trunk, and thus, the change should not come forward.bweschke0-0/+0
2006-05-09remove duplicate atof() invokationrizzo1-4/+4
2006-05-09normalize code, remove some useless castsrizzo1-14/+12
2006-05-09Merged revisions 26050 via svnmerge from bweschke1-0/+1
2006-05-09use aclocal version 1.9 instead of 1.4 :-)kpfleming1-919/+11
2006-05-09ignore some more auto-generated fileskpfleming0-0/+0
2006-05-09update to include latest FreeBSD changeskpfleming2-312/+995
2006-05-09add regenerated configure scriptrussell1-1/+9
2006-05-09add default values for CPPFLAGS and LDFLAGS on FreeBSDrizzo1-0/+8
2006-05-09Make SIP early media work more efficiently without so many reinvitesmarkster4-15/+123
2006-05-09change some log_warning into log_debug rizzo1-3/+3
2006-05-09do not use a variable name that hides a useful library symbol (time())rizzo1-20/+18
2006-05-09change the check for zaptel to only check for linux/zaptel.h on Linux, andrussell3-999/+318
2006-05-09Make sure we update parameters correctly with reinvitemarkster1-2/+1
2006-05-09Oopsmarkster1-1/+29
2006-05-09Make menuselect be able to show what the modules aremarkster6-7/+18
2006-05-09large rewrite of the extension matching code,rizzo1-563/+513
2006-05-09misc fixupsrizzo1-6/+6
2006-05-09remove API function that was added and never usedkpfleming2-83/+0
2006-05-09remove trailing whitespacerizzo1-198/+198
2006-05-09mark a couple of dubious pieces of coderizzo1-0/+2
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