summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
2006-06-01Merged revisions 31520 via svnmerge from Kevin P. Fleming
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-25Merge in branch which gives you the ability to set the hangup causecode using...Joshua Colp
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...BJ Weschke
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-09various doxygen fixesKevin P. Fleming
2006-05-09Make sure that we don't accept an answer on an inbound call and don't permit ...Mark Spencer
2006-05-09use an enum for control frame typesKevin P. Fleming
2006-04-21- use symbolic constants and macros to play with the debug flagLuigi Rizzo
2006-04-20comment that for callerid field, NULL and "" should be consideredLuigi Rizzo
2006-04-11Data stores do not need a lock. As well change the way they are removed from ...Joshua Colp
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...Joshua Colp
2006-04-03list word cant be used with g++ and causes problemsMatt O'Gorman
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)Olle Johansson
2006-03-19- Doxygen fixes. Olle Johansson
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-02-11Add capability to retrieve list of channel typesMark Spencer
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31add a note to hopefully decrease the chance that someone forgets to incrementRussell Bryant
2006-01-30Merge Rizzo's waitfor update (bug #4584)Mark Spencer
2006-01-29add channel-driver callbacks for variable length DTMFKevin P. Fleming
2006-01-24convert ast_channel list to use linked list macros (issue #6338)Russell Bryant
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)Olle Johansson
2006-01-20- move ast_strdupa from channel.h to utils.hRussell Bryant
2006-01-11remove stray headerRussell Bryant
2005-12-31- fix some doxygen errorsRussell Bryant
2005-12-20Major peformance improvements to meetmeMark Spencer
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-11issue #5590Kevin P. Fleming
2005-11-08more header include simplificationKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-11-02add some doxygen docsKevin P. Fleming
2005-11-01issue #5564Kevin P. Fleming
2005-11-01optionally send silence during recording (issue #5135)Kevin P. Fleming
2005-11-01document locking rules for spy API functionsKevin P. Fleming
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