aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-08Fixed signalling problem with pciradiojim2-8/+9
2005-09-08add missing break (issue #5154)russell1-0/+1
2005-09-08add frame type for T.38, remove some unused stuffkpfleming1-16/+3
2005-09-08oops :-)kpfleming1-20/+0
2005-09-08portability fixes for NetBSD (issue #5151)kpfleming1-2/+8
2005-09-08more Cygwin portability (issue #4678)kpfleming1-0/+7
2005-09-08first set of Cygwin portability stuff (issue #4678)kpfleming11-44/+117
2005-09-08ensure that MALLOC_DEBUG and 'make dont-optimize' don't conflict (issue #4970)kpfleming1-20/+29
2005-09-07initialize these variables because they could be used uninitialized in therussell1-2/+2
2005-09-07don't reject REGREL requests (issue #5152)kpfleming1-2/+3
2005-09-07update prompts to match new meetme menuskpfleming3-2/+2
2005-09-07ensure that TRANSFERSTATUS can return FAILURE (issue #5146)kpfleming1-1/+2
2005-09-07enable DTMF monitoring when DYNAMIC_FEATURES are specified for a brige (issue...kpfleming1-29/+53
2005-09-07remove useless buffer initializations (issue #5134)kpfleming9-160/+158
2005-09-07ensure debug messages are only output if debug is enabled (issue #5142)kpfleming1-2/+6
2005-09-07Revert change that removed q931_call structure too soonmattf1-1/+0
2005-09-07handle no-peer-specified-in-dial-string gracefully (issue #5132)kpfleming1-0/+6
2005-09-07add doxygen documentation (issue #5133)kpfleming1-33/+75
2005-09-07put a limit on Macro depth (to combat recursion) (issue #5114)kpfleming1-2/+23
2005-09-07clarify transmission failure message when RTP peer is behind NAT (issue #5136...kpfleming1-10/+30
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming17-110/+62
2005-09-07factor out INVITE response handling in its own function (issue #5127)kpfleming1-94/+205
2005-09-07eliminate signedness warnings (issue #5130)kpfleming1-5/+5
2005-09-07eliminate signedness warnings (issue #5129)kpfleming6-45/+48
2005-09-07add status variable output to System() app (issue #5121)kpfleming1-9/+34
2005-09-07remove unneeded variables (issue #5117)kpfleming1-5/+0
2005-09-07add more options (issue #5137)russell1-0/+5
2005-09-07fix some race conditionskpfleming1-14/+13
2005-09-07reset channel volumes when exiting apps that use themkpfleming2-8/+20
2005-09-07Fix spelling of Accountcode. *wink*twisted1-1/+1
2005-09-07add note about volume adjustments in app_meetme (new sound files are on their...kpfleming1-0/+11
2005-09-07re-add 'listen' volume controlkpfleming1-87/+137
2005-09-07another bugletkpfleming1-1/+1
2005-09-07actually do issue #4170 right... it was supposed to adjust talk volume, not l...kpfleming1-26/+26
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...kpfleming5-219/+474
2005-09-06Allow "auto" dtmf mode to select between RFC2833 and inband based on peer's o...markster2-4/+20
2005-09-06Don't recreate stuff on authentication (so it works on reinvites)markster1-15/+18
2005-09-06Fixed possible hangup race condition that would lead to segfualt with hangups.mattf1-1/+2
2005-09-05fix a warning on osxrussell1-1/+1
2005-09-05look in CROSS_COMPILE_TARGET for speex headers (issue #5118)russell1-3/+3
2005-09-02revert unnecessary changekpfleming1-3/+0
2005-09-02ensure that OSP-provided call duration limit is honored (issue #5099)kpfleming1-0/+3
2005-09-02eliminate compiler warning (issue #5094)kpfleming1-2/+2
2005-09-02correct terminology (issue #5100)kpfleming1-1/+1
2005-09-02ensure that notify message sent out have the correct state (issue #5088 with ...kpfleming1-13/+13
2005-09-02use unsigned char for data elements and native-signed char for strings (issue...kpfleming3-39/+40
2005-09-02use native-sign characters for strings (issue #5105)kpfleming3-40/+40
2005-09-02use matching char types for strings (issue #5106)kpfleming1-1/+1
2005-09-02Fix vidupdate for chan_zap to eliminate sillyl warningmarkster1-0/+3
2005-09-02factor calling-plan-apply logic into a separate functionkpfleming1-43/+31