summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
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
2006-06-04Doxygen improvementsOlle Johansson
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