aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
AgeCommit message (Expand)AuthorFilesLines
2010-11-09Analog lines do not transfer CONNECTED LINE or execute the interception macros.rmudgett1-0/+46
2010-09-24Merged revisions 288637 via svnmerge from tilghman1-13/+0
2010-09-20Addition of the FrameHook API (AKA AwesomeHooks)dvossel1-0/+2
2010-09-10Merged revisions 286115 via svnmerge from twilson1-0/+21
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-38/+0
2010-07-20Merged revisions 278167 via svnmerge from tilghman1-0/+12
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett1-6/+10
2010-07-14ast_callerid restructuringrmudgett1-125/+532
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman1-4/+4
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel1-1/+2
2010-06-08Fix some doxygen warnings.lmadsen1-1/+9
2010-06-02Add ETSI Malicious Call ID support.rmudgett1-0/+20
2010-05-21Merged revisions 264999 via svnmerge from mmichelson1-1/+1
2010-05-21Merged revisions 264996 via svnmerge from mmichelson1-0/+16
2010-05-17Enhancements to connected line and redirecting work.mmichelson1-0/+44
2010-04-22Asterisk data retrieval API.eliel1-0/+21
2010-04-09Merge Call completion support into trunk.mmichelson1-24/+114
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett1-12/+1
2010-03-25Remove no-longer-used (and unsafe) field in ast_channel for linked lists.kpfleming1-1/+0
2010-03-03Removed cdrflags from ast_channel structure.rmudgett1-8/+0
2010-01-04Merged revisions 237405 via svnmerge from tilghman1-0/+4
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...kpfleming1-48/+48
2009-11-15Increase maximum length of language bufferstilghman1-1/+1
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-16/+16
2009-10-22Merged revisions 225105 via svnmerge from tilghman1-4/+4
2009-10-22Add support for calling and called subaddress. Partial support for COLP suba...rmudgett1-0/+105
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...kpfleming1-9/+3
2009-10-07Deadlock in channel masquerade handlingdvossel1-1/+7
2009-08-04Initial minimum ast_party_caller support.rmudgett1-0/+27
2009-07-22Remove trailing whitespace.russell1-11/+11
2009-06-29Allow trunk to once again compile under MALLOC_DEBUGtilghman1-0/+5
2009-06-26Note a new API call, and one that changed in doxygen.russell1-1/+6
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-10/+43
2009-06-16Merged revisions 200991 via svnmerge from kpfleming1-9/+16
2009-06-02Generic call forward api, ast_call_forward()dvossel1-0/+12
2009-06-01Add the ability to execute connected line interception macros.mmichelson1-0/+28
2009-05-31Constify the ast_frame arg to ast_queue_frame().russell1-2/+2
2009-05-05Properly account for memory allocated for channels and datastoreskpfleming1-2/+11
2009-04-29Resolve Solaris build issues and add some API documentation.russell1-1/+20
2009-04-24Update comment.rmudgett1-2/+3
2009-04-24Add \since tag for new API calls.russell1-0/+20
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-52/+245
2009-04-22Fix building of chan_h323 with gcc-3.3jpeeler1-1/+1
2009-04-08Add timer for features so that backup bridge config can go awayjpeeler1-1/+1
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-239/+782
2009-03-27Improve timing interface to remember which provider provided a timerkpfleming1-0/+1
2009-03-18Merged revisions 182810 via svnmerge from russell1-4/+0
2009-03-17Improve behavior of ast_answer() to not lose incoming frameskpfleming1-1/+50
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-126/+163
2009-03-05Merge phase 1 support for the new bridging architecture.file1-1/+7