aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-09automerge commitroot1-1/+1
2006-09-08automerge commitroot1-0/+23
2006-09-05Merged revisions 41768,41827,41830,41880,41882,41989,42014,42054 via svnmerge...file1-40/+71
2006-09-01automerge commitroot1-0/+2
2006-08-24automerge commitroot1-2/+2
2006-08-17automerge commitroot1-1/+2
2006-08-07automerge commitroot1-2/+8
2006-08-05automerge commitroot1-2/+1
2006-08-05automerge commitroot1-1/+1
2006-08-02automerge commitroot1-4/+11
2006-07-27automerge commitroot1-4/+7
2006-07-27automerge commitroot1-0/+4
2006-07-10automerge commitroot1-8/+28
2006-07-06automerge commitroot1-1/+2
2006-06-12automerge commitroot1-1/+14
2006-06-01automerge commitroot1-0/+8
2006-05-16automerge commitroot1-0/+2
2006-04-11automerge commitroot1-42/+35
2006-03-06automerge commitroot1-1/+1
2006-03-06automerge commitroot1-1/+1
2006-02-27automerge commitroot1-1/+2
2006-02-25automerge commitroot1-1/+6
2006-02-11automerge commitroot1-0/+2
2006-01-25automerge commitroot1-5/+8
2006-01-24automerge commitroot1-2/+4
2006-01-22automerge commitroot1-1/+1
2006-01-13updating to current 1.2kpfleming1-1/+1
2006-01-05eliminate rounding errors that caused call time limits to be inaccurate (issu...kpfleming1-9/+15
2006-01-04make monitoring more tolerant of peers that deliver frames in burstskpfleming1-4/+4
2006-01-03revert incorrect fix for bug #6048 from revision 7709kpfleming1-1/+1
2005-12-30Bug 6091 - Fix race condition around uniqueidtilghman1-0/+3
2005-12-15Bug #6003 - Don't free the channel structure until after having sent the mana...bweschke1-1/+1
2005-12-01ensure channel's scheduling context is freed (issue #5788)kpfleming1-2/+7
2005-11-30port memory leak fix from rev 7223 in trunkkpfleming1-2/+9
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-16issue #5770kpfleming1-1/+5
2005-11-11issue #5590kpfleming1-0/+1
2005-11-02native bridging changeskpfleming1-5/+1
2005-11-01issue #5564kpfleming1-2/+6
2005-11-01use a writeable frame (some channel drivers/transcoders may modify the frame ...kpfleming1-11/+11
2005-11-01optionally send silence during recording (issue #5135)kpfleming1-0/+97
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)kpfleming1-2/+2
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...kpfleming1-62/+413
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-20Fix timeout > 600000 on Linux x86-32markster1-1/+14
2005-10-17Handle device state changes properly when formatting characters are present (...markster1-2/+2
2005-10-16Add walk by channel name prefixedmarkster1-0/+6
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)markster1-4/+9
2005-10-14support sending text through agent channels (issue #5295)kpfleming1-1/+1
2005-10-13Fix crash in chanspy (bug #5332)markster1-9/+1