summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-09Increase PRI buffers just in caseMark Spencer
2005-09-09Fix 'w' to correctly send sending complete on PRIMatthew Fredrickson
2005-09-09Make lock logging reentrant when DEBUG_THREADS enabledMark Spencer
2005-09-09don't use a signed buffer for data that the protocol specifies as unsigned.Russell Bryant
2005-09-08Fixed signalling problem with pciradioJim Dixon
2005-09-08add missing break (issue #5154)Russell Bryant
2005-09-08add frame type for T.38, remove some unused stuffKevin P. Fleming
2005-09-08oops :-)Kevin P. Fleming
2005-09-08portability fixes for NetBSD (issue #5151)Kevin P. Fleming
2005-09-08more Cygwin portability (issue #4678)Kevin P. Fleming
2005-09-08first set of Cygwin portability stuff (issue #4678)Kevin P. Fleming
2005-09-08ensure that MALLOC_DEBUG and 'make dont-optimize' don't conflict (issue #4970)Kevin P. Fleming
2005-09-07initialize these variables because they could be used uninitialized in theRussell Bryant
2005-09-07don't reject REGREL requests (issue #5152)Kevin P. Fleming
2005-09-07update prompts to match new meetme menusKevin P. Fleming
2005-09-07ensure that TRANSFERSTATUS can return FAILURE (issue #5146)Kevin P. Fleming
2005-09-07enable DTMF monitoring when DYNAMIC_FEATURES are specified for a brige (issue...Kevin P. Fleming
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-09-07ensure debug messages are only output if debug is enabled (issue #5142)Kevin P. Fleming
2005-09-07Revert change that removed q931_call structure too soonMatthew Fredrickson
2005-09-07handle no-peer-specified-in-dial-string gracefully (issue #5132)Kevin P. Fleming
2005-09-07add doxygen documentation (issue #5133)Kevin P. Fleming
2005-09-07put a limit on Macro depth (to combat recursion) (issue #5114)Kevin P. Fleming
2005-09-07clarify transmission failure message when RTP peer is behind NAT (issue #5136...Kevin P. Fleming
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)Kevin P. Fleming
2005-09-07factor out INVITE response handling in its own function (issue #5127)Kevin P. Fleming
2005-09-07eliminate signedness warnings (issue #5130)Kevin P. Fleming
2005-09-07eliminate signedness warnings (issue #5129)Kevin P. Fleming
2005-09-07add status variable output to System() app (issue #5121)Kevin P. Fleming
2005-09-07remove unneeded variables (issue #5117)Kevin P. Fleming
2005-09-07add more options (issue #5137)Russell Bryant
2005-09-07fix some race conditionsKevin P. Fleming
2005-09-07reset channel volumes when exiting apps that use themKevin P. Fleming
2005-09-07Fix spelling of Accountcode. *wink*Josh Roberson
2005-09-07add note about volume adjustments in app_meetme (new sound files are on their...Kevin P. Fleming
2005-09-07re-add 'listen' volume controlKevin P. Fleming
2005-09-07another bugletKevin P. Fleming
2005-09-07actually do issue #4170 right... it was supposed to adjust talk volume, not l...Kevin P. Fleming
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...Kevin P. Fleming
2005-09-06Allow "auto" dtmf mode to select between RFC2833 and inband based on peer's o...Mark Spencer
2005-09-06Don't recreate stuff on authentication (so it works on reinvites)Mark Spencer
2005-09-06Fixed possible hangup race condition that would lead to segfualt with hangups.Matthew Fredrickson
2005-09-05fix a warning on osxRussell Bryant
2005-09-05look in CROSS_COMPILE_TARGET for speex headers (issue #5118)Russell Bryant
2005-09-02revert unnecessary changeKevin P. Fleming
2005-09-02ensure that OSP-provided call duration limit is honored (issue #5099)Kevin P. Fleming
2005-09-02eliminate compiler warning (issue #5094)Kevin P. Fleming
2005-09-02correct terminology (issue #5100)Kevin P. Fleming
2005-09-02ensure that notify message sent out have the correct state (issue #5088 with ...Kevin P. Fleming
2005-09-02use unsigned char for data elements and native-signed char for strings (issue...Kevin P. Fleming