aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-4516/+0
2006-08-19suppress warnings introduced by putting states in an enumrussell1-0/+2
2006-08-19convert lists of constants in channel.h to enums instead of #definesrussell1-2/+2
2006-08-17Merged revisions 40227 via svnmerge from russell1-1/+2
2006-08-15Make tonepair generated through fixed pointmarkster1-14/+37
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-22/+4
2006-08-07Merged revisions 39056 via svnmerge from file1-2/+8
2006-08-05- add DIALING_OFFHOOK and PRERING to ast_state2strrussell1-1/+5
2006-08-05Merged revisions 38982 via svnmerge from russell1-2/+1
2006-08-05Merged revisions 38903-38904 via svnmerge from russell1-1/+1
2006-08-01Merged revisions 38686 via svnmerge from kpfleming1-4/+11
2006-07-28add ExtenSpy variant of ChanSpykpfleming1-5/+13
2006-07-28just for fun, let's lock the whisper buffer for writing AND reading :-)kpfleming1-0/+2
2006-07-28move slinfactory structure definition back to header... it's just easier to u...kpfleming1-4/+82
2006-07-27more simplification, and correct a bug i introduced in the last commitkpfleming1-1/+2
2006-07-27Merged revisions 38347 via svnmerge from kpfleming1-4/+7
2006-07-27Merged revisions 38310 via svnmerge from kpfleming1-0/+4
2006-07-27fix crashes with MALLOC_DEBUG enabled that were a result of my recent threadrussell1-1/+9
2006-07-23ast_malloc is sufficient here, since snprintf is called on the bufferrussell1-1/+1
2006-07-23resolve another XXX comment by implementing proper handling of control framesrussell1-2/+2
2006-07-21make ast_state2str thread safe by using thread local storage instead of arussell1-6/+19
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-7/+9
2006-07-12G726-32 changes:kpfleming1-1/+3
2006-07-10Merged revisions 37361 via svnmerge from kpfleming1-8/+28
2006-07-06patch resolves issue with when to decide if its right time mogorman1-1/+2
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-1/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-7/+0
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell1-2/+1
2006-06-22don't blow up if a jitterbuffer is not in userussell1-1/+2
2006-06-13adds support for t38 pass through patch brought up to trunk frommogorman1-0/+4
2006-06-12Merged revisions 33724 via svnmerge from file1-1/+14
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+5
2006-06-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsoej1-4/+7
2006-06-06fix a channel deadlock in ast_answerrussell1-1/+3
2006-06-04- 5 is the highest used debug level, so let's stay thereoej1-1/+1
2006-06-03 Make sure DEBUG is really cranked up before we decide to flood the logs with...bweschke1-1/+1
2006-06-01Merged revisions 31520 via svnmerge from kpfleming1-0/+8
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-3/+26
2006-05-31a few more control frame types that don't need to generate useless notices in...kpfleming1-1/+6
2006-05-25Merge in branch which gives you the ability to set the hangup causecode using...file1-44/+57
2006-05-16Merged revisions 27468 via svnmerge from kpfleming1-0/+3
2006-05-11use the proper method to get out of the bridge loopkpfleming1-5/+5
2006-05-11initialize the bridge result to 'no result', so that we can check for code pa...kpfleming1-2/+2
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-7/+2
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-5/+15
2006-05-09Make sure that we don't accept an answer on an inbound call and don't permit ...markster1-5/+14
2006-05-09use an enum for control frame typeskpfleming1-1/+16
2006-05-09mark a couple of dubious pieces of coderizzo1-0/+2
2006-05-08Minor cleanup on dtmf calling (bug #7076)markster1-2/+1
2006-05-05 Make the "Avoided Initial Deadlock for '....', X retries!" a LOG_DEBUG msg i...bweschke1-1/+1