summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
2008-07-01another minor ast_channel memory size decrease... for nearly all channels, 'd...Kevin P. Fleming
2008-06-28yay for airplane ride optimizations... sort the fields in ast_channel by alig...Kevin P. Fleming
2008-06-13Merge changes from timing branchRussell Bryant
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-14Merged revisions 116463 via svnmerge from Russell Bryant
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-21(closes issue #6113)Jeff Peeler
2008-03-13Merged revisions 108583 via svnmerge from Russell Bryant
2008-02-18Add a non-invasive API for application level manipulation of T38 on a channel...Joshua Colp
2008-02-18Context tracing for channelsTilghman Lesher
2008-01-30Constifying the interface to get pvt_ids in the bridge, based on Olle Johansson
2008-01-28Merged revisions 100581 via svnmerge from Russell Bryant
2008-01-22Add a generic function to set the bridged call PVT unique id stringOlle Johansson
2008-01-03Document recent API additionTilghman Lesher
2007-12-31fix a spelling error in a commentRussell Bryant
2007-12-04Merged revisions 90735 via svnmerge from Mark Michelson
2007-12-03Merged revisions 90548 via svnmerge from Joshua Colp
2007-11-30Adding support for the "automixmonitor" dial and queue options.Mark Michelson
2007-11-29Merged revisions 90145 via svnmerge from Russell Bryant
2007-11-28Merge some channel.h doxygen updates from team/russell/chan_refcountRussell Bryant
2007-11-27Document that the channel is not locked when the send_digit_begin and endRussell Bryant
2007-11-25Try to get channel.h and channel.c aligned in regards to ast_set_callerid as ...Olle Johansson
2007-11-25Housekeeping...Olle Johansson
2007-11-23Let's start with implementing the base architecture for UTF8 caller ID'sOlle Johansson
2007-11-22formatting cleanupLuigi Rizzo
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-17use autoconf results to conditionally compile timersubLuigi Rizzo
2007-11-17Update the configure script check for sys/poll.h to also provide the result inRussell Bryant
2007-11-17use poll as detected by configureLuigi Rizzo
2007-11-16remove redundant #include "asterisk/compat.h",Luigi Rizzo
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notLuigi Rizzo
2007-10-31Remove old whisper remnants from channel.hJoshua Colp
2007-10-18Merged revisions 86330 via svnmerge from Russell Bryant
2007-09-27Merged revisions 84018 via svnmerge from Dwayne M. Hubbard
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-09-05Merged revisions 81599 via svnmerge from Russell Bryant
2007-08-28* Constify the uid field of channel datastoresRussell Bryant
2007-08-13constify the return value of reason2strRussell Bryant
2007-08-10Merged revisions 79099 via svnmerge from Steve Murphy
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...Joshua Colp
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...Joshua Colp
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes toRussell Bryant
2007-07-09Implementation of a feature that will disable "missed calls" counters on SIP ...Olle Johansson
2007-07-09Merged revisions 73985 via svnmerge from Tilghman Lesher