aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
AgeCommit message (Expand)AuthorFilesLines
2006-08-19convert lists of constants in channel.h to enums instead of #definesrussell1-74/+99
2006-08-13increase the maximum length of the mohinterpret/mohsuggest options (issue #7696)russell1-1/+1
2006-08-07Merge my applicationmap_fixup branch to address the issues described in thisrussell1-10/+8
2006-07-28add ExtenSpy variant of ChanSpykpfleming1-0/+4
2006-07-28add macros for the pure and const attributes to compiler.h, in case they everrussell1-3/+4
2006-07-28Add the function attribute "pure" or "const" to various functions that performrussell1-3/+3
2006-07-28move slinfactory structure definition back to header... it's just easier to u...kpfleming1-6/+39
2006-07-27more simplification, and correct a bug i introduced in the last commitkpfleming1-1/+1
2006-07-22remove an XXX comment and document that ast_autoservice_start() will return -1russell1-2/+12
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell1-1/+1
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell1-1/+1
2006-06-05yet another massive performance and memory savings improvementkpfleming1-4/+4
2006-06-04Doxygen improvementsoej1-211/+145
2006-06-01Merged revisions 31520 via svnmerge from kpfleming1-2/+3
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-0/+10
2006-05-25Merge in branch which gives you the ability to set the hangup causecode using...file1-0/+7
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...bweschke1-0/+1
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-1/+11
2006-05-09various doxygen fixeskpfleming1-0/+7
2006-05-09Make sure that we don't accept an answer on an inbound call and don't permit ...markster1-0/+1
2006-05-09use an enum for control frame typeskpfleming1-2/+21
2006-04-21- use symbolic constants and macros to play with the debug flagrizzo1-1/+5
2006-04-20comment that for callerid field, NULL and "" should be consideredrizzo1-23/+16
2006-04-11Data stores do not need a lock. As well change the way they are removed from ...file1-2/+2
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...file1-0/+38
2006-04-03list word cant be used with g++ and causes problemsmogorman1-1/+1
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-4/+2
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)oej1-0/+10
2006-03-19- Doxygen fixes. oej1-76/+67
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)kpfleming1-3/+1
2006-02-12major dialplan functions updatekpfleming1-1/+5
2006-02-11Merged revisions 9581 via svnmerge from russell1-0/+2
2006-02-11Add capability to retrieve list of channel typesmarkster1-0/+3
2006-02-01use string fields for some stuff in ast_channelkpfleming1-13/+9
2006-01-31add a note to hopefully decrease the chance that someone forgets to incrementrussell1-0/+3
2006-01-30Merge Rizzo's waitfor update (bug #4584)markster1-5/+28
2006-01-29add channel-driver callbacks for variable length DTMFkpfleming1-0/+6
2006-01-24convert ast_channel list to use linked list macros (issue #6338)russell1-1/+1
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)oej1-1/+14
2006-01-20- move ast_strdupa from channel.h to utils.hrussell1-11/+0
2006-01-11remove stray headerrussell1-1/+0
2005-12-31- fix some doxygen errorsrussell1-1/+1
2005-12-20Major peformance improvements to meetmemarkster1-0/+9
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-3/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-11issue #5590kpfleming1-104/+0
2005-11-08more header include simplificationkpfleming1-1/+0
2005-11-06issue #5605russell1-99/+170
2005-11-02add some doxygen docskpfleming1-0/+28
2005-11-01issue #5564kpfleming1-0/+2