aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
AgeCommit message (Expand)AuthorFilesLines
2007-01-19Merged revisions 51311 via svnmerge from russell1-16/+22
2007-01-12make the automatic post-answer delay happen only when the answer is 'automati...kpfleming1-2/+3
2007-01-06finish const-ifying ast_func_read()kpfleming1-2/+2
2006-12-25rename the structs struct tone_zone_sound and struct tone_zonerizzo1-1/+1
2006-12-18unbreak the macro used for incrementing the frame counters.rizzo1-1/+14
2006-12-15remove ast_safe_string_alloc() - it is completelyrizzo1-6/+0
2006-12-15constify ast_state2str() and note it is not reentrant.rizzo1-1/+1
2006-12-15remove the macro LOAD_OH and expand it inline in the onlyrizzo1-11/+0
2006-12-12Fix various spelling mistakes in comments.russell1-10/+9
2006-12-05Doxygen updatesoej1-0/+31
2006-11-30Documentation updatesoej1-9/+23
2006-11-24Doxygen updateoej1-16/+19
2006-11-20Merged revisions 47850 via svnmerge from file1-0/+1
2006-11-16Merged revisions 44809 via svnmerge from pcadach1-1/+1
2006-11-07A fair number of changes for the sake of bug 7506murf1-1/+7
2006-10-30Issue 8246 Doxygen updates (kshumard) oej1-2/+7
2006-09-26Merged revisions 43707 via svnmerge from file1-2/+2
2006-09-21SS7 marked the start of an open season for trunk again but here's something m...file1-0/+10
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-15/+25
2006-08-29Merge team/russell/frame_cachingrussell1-1/+1
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