summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
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
2006-12-05Doxygen updatesOlle Johansson
2006-11-30Documentation updatesOlle Johansson
2006-11-24Doxygen updateOlle Johansson
2006-11-20Merged revisions 47850 via svnmerge from Joshua Colp
2006-11-16Merged revisions 44809 via svnmerge from Paul Cadach
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-10-30Issue 8246 Doxygen updates (kshumard) Olle Johansson
2006-09-26Merged revisions 43707 via svnmerge from Joshua Colp
2006-09-21SS7 marked the start of an open season for trunk again but here's something m...Joshua Colp
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-08-19convert lists of constants in channel.h to enums instead of #definesRussell Bryant
2006-08-13increase the maximum length of the mohinterpret/mohsuggest options (issue #7696)Russell Bryant
2006-08-07Merge my applicationmap_fixup branch to address the issues described in thisRussell Bryant
2006-07-28add ExtenSpy variant of ChanSpyKevin P. Fleming
2006-07-28add macros for the pure and const attributes to compiler.h, in case they everRussell Bryant
2006-07-28Add the function attribute "pure" or "const" to various functions that performRussell Bryant
2006-07-28move slinfactory structure definition back to header... it's just easier to u...Kevin P. Fleming
2006-07-27more simplification, and correct a bug i introduced in the last commitKevin P. Fleming
2006-07-22remove an XXX comment and document that ast_autoservice_start() will return -1Russell Bryant
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyRussell Bryant
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structureRussell Bryant
2006-06-05yet another massive performance and memory savings improvementKevin P. Fleming