summaryrefslogtreecommitdiff
path: root/channel.c
AgeCommit message (Expand)Author
2006-07-12G726-32 changes:Kevin P. Fleming
2006-07-10Merged revisions 37361 via svnmerge from Kevin P. Fleming
2006-07-06patch resolves issue with when to decide if its right time Matt O'Gorman
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationsKevin P. Fleming
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyRussell Bryant
2006-06-22don't blow up if a jitterbuffer is not in useRussell Bryant
2006-06-13adds support for t38 pass through patch brought up to trunk fromMatt O'Gorman
2006-06-12Merged revisions 33724 via svnmerge from Joshua Colp
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsOlle Johansson
2006-06-06fix a channel deadlock in ast_answerRussell Bryant
2006-06-04- 5 is the highest used debug level, so let's stay thereOlle Johansson
2006-06-03 Make sure DEBUG is really cranked up before we decide to flood the logs with...BJ Weschke
2006-06-01Merged revisions 31520 via svnmerge from Kevin P. Fleming
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-31a few more control frame types that don't need to generate useless notices in...Kevin P. Fleming
2006-05-25Merge in branch which gives you the ability to set the hangup causecode using...Joshua Colp
2006-05-16Merged revisions 27468 via svnmerge from Kevin P. Fleming
2006-05-11use the proper method to get out of the bridge loopKevin P. Fleming
2006-05-11initialize the bridge result to 'no result', so that we can check for code pa...Kevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-09Make sure that we don't accept an answer on an inbound call and don't permit ...Mark Spencer
2006-05-09use an enum for control frame typesKevin P. Fleming
2006-05-09mark a couple of dubious pieces of codeLuigi Rizzo
2006-05-08Minor cleanup on dtmf calling (bug #7076)Mark Spencer
2006-05-05 Make the "Avoided Initial Deadlock for '....', X retries!" a LOG_DEBUG msg i...BJ Weschke
2006-05-03remove useless variables, and argument checks for functionsLuigi Rizzo
2006-05-03no point in clearing a local variable just before returnLuigi Rizzo
2006-04-30remove T38_SUPPORT define that is no longer neededKevin P. Fleming
2006-04-26more janitor work, patch from bug 6975.Matt O'Gorman
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-21convert to use ast_stream_and_waitLuigi Rizzo
2006-04-21- use symbolic constants and macros to play with the debug flagLuigi Rizzo
2006-04-21make NULL and "" equivalent in cid fields, mark some missing NULL checks.Luigi Rizzo
2006-04-19move to a different file (channel.c for the time being) theLuigi Rizzo
2006-04-19- use ast_calloc instead of ast_mallocLuigi Rizzo
2006-04-18Do not depend on having an end sound for stopping the bridge when time runs o...Joshua Colp
2006-04-17actually return the number steps... not the number of steps minus 1Kevin P. Fleming
2006-04-17add an API so that the number of steps required for a translation path can be...Kevin P. Fleming
2006-04-16minor formatting fixesLuigi Rizzo
2006-04-16move some duplicated code outside an if/then/else blockLuigi Rizzo
2006-04-16make sure there is [almost] only a single exit point for a very longLuigi Rizzo
2006-04-16simplify the ast_channel walking routines.Luigi Rizzo
2006-04-16move common conditions to the outside block.Luigi Rizzo
2006-04-16simplify logic in ast_generic_bridge()Luigi Rizzo
2006-04-16move common code in one placeLuigi Rizzo
2006-04-16avoid returning in the middle of a switch() in ast_answer()Luigi Rizzo
2006-04-16simplify function __ast_request_and_dial() as follows:Luigi Rizzo