aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-10do masquerade-behind-proxy checking with better control over lockskpfleming1-8/+28
2006-07-06patch resolves issue with when to decide if its right time mogorman1-1/+2
2006-06-12Greatly simply the mixmonitor thread, and move channel reference directly to ...file1-1/+14
2006-06-01handle Zap transfers behind chan_agent properly so the agent doesn't get stuc...kpfleming1-0/+8
2006-05-16don't leak frames when deferring DTMF or dropping duplicate ANSWER frames (is...kpfleming1-0/+2
2006-04-21Rolling back change until kpfleming is comfytilghman1-4/+1
2006-04-21Bug 7004 - release all threads waiting on a condition prior to freeing ittilghman1-1/+4
2006-04-11simplify spy queue flushing logic, and always force a flush when one side get...kpfleming1-42/+35
2006-03-06Revert earlier changeoej1-1/+1
2006-03-06Fix for astmm compilationoej1-1/+1
2006-02-27don't hang up the channel if its state is set to UP before we return from ast...russell1-1/+2
2006-02-25ensure that spy frame queueing is able to deal with translation failing for a...kpfleming1-1/+6
2006-02-11now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)russell1-0/+2
2006-01-25Issue #6439 - the "timebomb" bug. Patch by Markster over GPRSoej1-5/+8
2006-01-24ensure that channel cannot become zombie after we check but before we try to ...kpfleming1-2/+4
2006-01-22fix MixMonitor crash (issue #6321, probably others)russell1-1/+1
2006-01-11Minor typo refrenced in 6191mogorman1-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
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster1-59/+38
2005-10-04support call duration limits on inbound OSP calls (issue #5346)kpfleming1-0/+25
2005-09-29code cleanupskpfleming1-32/+38
2005-09-15add API for searching active channels by context/extenkpfleming1-15/+42
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-01various devicestate fixes (issue #5081, take two)kpfleming1-28/+19
2005-09-01don't reverse variable order during inheritance (issue #5091)kpfleming1-2/+2
2005-09-01eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->t...kpfleming1-4/+4
2005-08-31ensure revents fields are initialized before calling poll()kpfleming1-0/+2
2005-08-31clarify comments (issue #5075)kpfleming1-2/+2