summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationMark Michelson
2009-01-30Fix redefinition of flag in channel.hMark Michelson
2009-01-28Merged revisions 172030 via svnmerge from Steve Murphy
2009-01-13Merged revisions 168561 via svnmerge from Russell Bryant
2008-12-15Merged revisions 164416 via svnmerge from Mark Michelson
2008-12-12Merged revisions 163448 via svnmerge from Russell Bryant
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-18Merged revisions 157305 via svnmerge from Mark Michelson
2008-11-09In order to move away from nested function use, some changes to the recently ...Sean Bright
2008-11-09Merged revisions 155553 via svnmerge from Sean Bright
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theSean Bright
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...Terry Wilson
2008-09-12Merged revisions 142675 via svnmerge from Steve Murphy
2008-08-10Fix this again so we can compile with shadow warnings enabled and IMAP chosenSean Bright
2008-08-05datastore inheritance is a channel feature, so move this definition backKevin P. Fleming
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-07-09Code wasn't ready to be merged - see -dev list discussionTilghman Lesher
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andOlle Johansson
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