summaryrefslogtreecommitdiff
path: root/channel.c
AgeCommit message (Expand)Author
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-16issue #5770Kevin P. Fleming
2005-11-11issue #5590Kevin P. Fleming
2005-11-02native bridging changesKevin P. Fleming
2005-11-01issue #5564Kevin P. Fleming
2005-11-01use a writeable frame (some channel drivers/transcoders may modify the frame ...Kevin P. Fleming
2005-11-01optionally send silence during recording (issue #5135)Kevin P. Fleming
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)Kevin P. Fleming
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-20Fix timeout > 600000 on Linux x86-32Mark Spencer
2005-10-17Handle device state changes properly when formatting characters are present (...Mark Spencer
2005-10-16Add walk by channel name prefixedMark Spencer
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)Mark Spencer
2005-10-14support sending text through agent channels (issue #5295)Kevin P. Fleming
2005-10-13Fix crash in chanspy (bug #5332)Mark Spencer
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)Mark Spencer
2005-10-04support call duration limits on inbound OSP calls (issue #5346)Kevin P. Fleming
2005-09-29code cleanupsKevin P. Fleming
2005-09-15add API for searching active channels by context/extenKevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-01various devicestate fixes (issue #5081, take two)Kevin P. Fleming
2005-09-01don't reverse variable order during inheritance (issue #5091)Kevin P. Fleming
2005-09-01eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->t...Kevin P. Fleming
2005-08-31ensure revents fields are initialized before calling poll()Kevin P. Fleming
2005-08-31clarify comments (issue #5075)Kevin P. Fleming
2005-08-30Add SIP video fixesMark Spencer
2005-08-29ensure CDR pointer is cleared after detaching it from channel (related to iss...Kevin P. Fleming
2005-08-22add a LOG_DTMF logging channel and send all bridged DTMF events out that chan...Kevin P. Fleming
2005-08-16temporarily revert aggressive native bridge attemptsKevin P. Fleming
2005-08-09bridging code cleanups:Kevin P. Fleming
2005-08-08Don't wait longer than our timeout for something to happen (bug #4653)Mark Spencer
2005-08-03Fix timestamp issue with features (bug #4760 with mods)Mark Spencer
2005-07-31Fix monitoring when channel redirected (bug #3809, patch redone)Mark Spencer
2005-07-27fix warningRussell Bryant
2005-07-25formatting cleanups (bug #4782)Kevin P. Fleming
2005-07-25get rid of a warningRussell Bryant
2005-07-20put ast_recvchar under its desc, add desc for ast_senddigit, don't use aRussell Bryant
2005-07-18get rid of unused variableRussell Bryant
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-15first phase of proper fix for portable string function problems (bug #4669)Kevin P. Fleming
2005-07-12fix logic error in searching for channel by name (bug #4684)Kevin P. Fleming
2005-07-12cast constants into the proper type (bug #4686)Kevin P. Fleming
2005-07-09Typo Fix (per corydon76)Anthony Minessale II
2005-07-09D'ohMalcolm Davenport
2005-07-09Bug #4652 - Take twoMalcolm Davenport
2005-07-08Bug #4652 - Require libstrfunc for FreeBSD. Thanks CorydonMalcolm Davenport
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming