summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
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
2007-05-22 Add a new feature for Music on Hold. If you set the "digit" option for aRussell Bryant
2007-04-24Merged revisions 61781 via svnmerge from Russell Bryant
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-03-03Expand datastores to add the notion of inheritance. This will be needed forTilghman Lesher
2007-03-01Merged revisions 57364 via svnmerge from Russell Bryant
2007-02-16Adding Realtime Text support (T.140) to AsteriskOlle Johansson
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2007-01-12make the automatic post-answer delay happen only when the answer is 'automati...Kevin P. Fleming
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-12-25rename the structs struct tone_zone_sound and struct tone_zoneLuigi Rizzo
2006-12-18unbreak the macro used for incrementing the frame counters.Luigi Rizzo
2006-12-15remove ast_safe_string_alloc() - it is completelyLuigi Rizzo
2006-12-15constify ast_state2str() and note it is not reentrant.Luigi Rizzo
2006-12-15remove the macro LOAD_OH and expand it inline in the onlyLuigi Rizzo
2006-12-12Fix various spelling mistakes in comments.Russell Bryant