aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell63-523/+283
2006-05-10remove a debug message and make the exit keys not be case sensitiverussell2-4/+5
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming15-35/+55
2006-05-10fix indentation of two large blocksrizzo1-101/+101
2006-05-10fix a couple of misindented lines;rizzo1-6/+9
2006-05-10add missing rulerizzo1-1/+1
2006-05-10provide a correct return value in case everything goes well,rizzo2-1/+3
2006-05-10use 'switch' insteaf of multiple 'if'rizzo1-6/+8
2006-05-10Allow media to go directly between IAX endpoints while signalling still markster4-36/+113
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