aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
AgeCommit message (Expand)AuthorFilesLines
2006-02-11now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)russell1-0/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...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
2005-11-01optionally send silence during recording (issue #5135)kpfleming1-0/+4
2005-11-01document locking rules for spy API functionskpfleming1-0/+18
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...kpfleming1-18/+91
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-4/+9
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-16Use FILE * instead of fd for files to support bufferingmarkster1-0/+3
2005-10-14support sending text through agent channels (issue #5295)kpfleming1-1/+1
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster1-1/+1
2005-10-04support call duration limits on inbound OSP calls (issue #5346)kpfleming1-0/+12
2005-09-26use a more generic means to decide whether we need to provide poll/dlfcn func...kpfleming1-1/+1
2005-09-15add API for searching active channels by context/extenkpfleming1-0/+3
2005-09-08first set of Cygwin portability stuff (issue #4678)kpfleming1-3/+1
2005-09-01eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->t...kpfleming1-2/+0
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-5/+14
2005-08-23add ability to map feature sequences to applications (issue #3764)kpfleming1-0/+2
2005-08-09bridging code cleanups:kpfleming1-2/+9
2005-08-03Fix timestamp issue with features (bug #4760 with mods)markster1-0/+2
2005-07-25formatting cleanups (bug #4782)kpfleming1-0/+7
2005-07-20put ast_recvchar under its desc, add desc for ast_senddigit, don't use arussell1-2/+8
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-4/+13
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-8/+9
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-36/+9
2005-07-05add function to convert a cause code to a stringrussell1-1/+10
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)kpfleming1-0/+9
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-2/+2
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...kpfleming1-2/+2
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster1-1/+1
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)kpfleming1-6/+25
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when to...kpfleming1-6/+10
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-8/+8
2005-04-01Merging in xylome's beaerer capabilty patch (bug 3547)mattf1-1/+14
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-5/+5
2005-03-23Merge API changes for chanspymarkster1-2/+21
2005-03-17Add support for Solaris/x86 (bug #3064)markster1-0/+3
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-0/+8
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-19/+112
2005-02-23Merge anthm's CDR updates (bug #3595)markster1-1/+1
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-44/+44
2005-01-15Make groups be 64-bits (bug #3351, with mods)markster1-1/+6
2005-01-10More flagification, courtesy drumkilla (bug #3280)markster1-2/+3
2005-01-09Remove unused channel fields (bug #3301)markster1-4/+0
2005-01-08Warn if flags is signed instead of unsigned (bug #3279)markster1-2/+2