summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...Kevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-16Use FILE * instead of fd for files to support bufferingMark Spencer
2005-10-14support sending text through agent channels (issue #5295)Kevin P. Fleming
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-26use a more generic means to decide whether we need to provide poll/dlfcn func...Kevin P. Fleming
2005-09-15add API for searching active channels by context/extenKevin P. Fleming
2005-09-08first set of Cygwin portability stuff (issue #4678)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-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-23add ability to map feature sequences to applications (issue #3764)Kevin P. Fleming
2005-08-09bridging code cleanups:Kevin P. Fleming
2005-08-03Fix timestamp issue with features (bug #4760 with mods)Mark Spencer
2005-07-25formatting cleanups (bug #4782)Kevin P. Fleming
2005-07-20put ast_recvchar under its desc, add desc for ast_senddigit, don't use aRussell Bryant
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)Kevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...Kevin P. Fleming
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)Mark Spencer
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)Kevin P. Fleming
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when to...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-01Merging in xylome's beaerer capabilty patch (bug 3547)Matthew Fredrickson
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...Mark Spencer
2005-03-23Merge API changes for chanspyMark Spencer
2005-03-17Add support for Solaris/x86 (bug #3064)Mark Spencer
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-23Merge anthm's CDR updates (bug #3595)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-15Repair // comments to /* */ comments (bug #3347)Mark Spencer
2005-01-15Make groups be 64-bits (bug #3351, with mods)Mark Spencer
2005-01-10More flagification, courtesy drumkilla (bug #3280)Mark Spencer
2005-01-09Remove unused channel fields (bug #3301)Mark Spencer
2005-01-08Warn if flags is signed instead of unsigned (bug #3279)Mark Spencer
2005-01-08Make queue support channel variable inheritance (bug #3274)Mark Spencer
2005-01-05Merge Tony's attended # transfer with changes (bug #3241)Mark Spencer
2005-01-04Make features configurable and easier to implementMark Spencer
2004-12-24Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast...Mark Spencer
2004-12-16Merge russell's flag macro patch (with slight mods) (bug #3046)Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-12-07Big diet for struct ast_channelMark Spencer
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...Mark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer