aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-30Add SIP video fixesmarkster1-1/+4
2005-08-29ensure CDR pointer is cleared after detaching it from channel (related to iss...kpfleming1-0/+1
2005-08-22add a LOG_DTMF logging channel and send all bridged DTMF events out that chan...kpfleming1-0/+8
2005-08-16temporarily revert aggressive native bridge attemptskpfleming1-1/+2
2005-08-09bridging code cleanups:kpfleming1-144/+151
2005-08-08Don't wait longer than our timeout for something to happen (bug #4653)markster1-3/+5
2005-08-03Fix timestamp issue with features (bug #4760 with mods)markster1-6/+6
2005-07-31Fix monitoring when channel redirected (bug #3809, patch redone)markster1-0/+3
2005-07-27fix warningrussell1-1/+1
2005-07-25formatting cleanups (bug #4782)kpfleming1-81/+122
2005-07-25get rid of a warningrussell1-1/+1
2005-07-20put ast_recvchar under its desc, add desc for ast_senddigit, don't use arussell1-3/+3
2005-07-18get rid of unused variablerussell1-1/+1
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-14/+11
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-34/+12
2005-07-15phase two of string portability stuff:kpfleming1-2/+2
2005-07-15first phase of proper fix for portable string function problems (bug #4669)kpfleming1-8/+2
2005-07-12fix logic error in searching for channel by name (bug #4684)kpfleming1-2/+6
2005-07-12cast constants into the proper type (bug #4686)kpfleming1-2/+2
2005-07-09Typo Fix (per corydon76)anthm1-1/+1
2005-07-09D'ohmalcolmd1-1/+1
2005-07-09Bug #4652 - Take twomalcolmd1-1/+1