aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-19Fix another merge error from 176708jpeeler1-1/+1
2009-02-17Merged revisions 176701 via svnmerge from jpeeler1-0/+2
2009-02-17Merge a large set of updates to the Asterisk indications API.russell1-1/+1
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationmmichelson1-1/+1
2009-01-30Fix redefinition of flag in channel.hmmichelson1-1/+1
2009-01-28Merged revisions 172030 via svnmerge from murf1-0/+4
2009-01-13Merged revisions 168561 via svnmerge from russell1-1/+1
2008-12-15Merged revisions 164416 via svnmerge from mmichelson1-0/+5
2008-12-12Merged revisions 163448 via svnmerge from russell1-1/+15
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-5/+5
2008-11-18Merged revisions 157305 via svnmerge from mmichelson1-0/+4
2008-11-09In order to move away from nested function use, some changes to the recently ...seanbright1-1/+2
2008-11-09Merged revisions 155553 via svnmerge from seanbright1-1/+2
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theseanbright1-0/+11
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-0/+1
2008-09-12Merged revisions 142675 via svnmerge from murf1-0/+5
2008-08-10Fix this again so we can compile with shadow warnings enabled and IMAP chosenseanbright1-3/+3
2008-08-05datastore inheritance is a channel feature, so move this definition backkpfleming1-0/+2
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-38/+17
2008-07-09Code wasn't ready to be merged - see -dev list discussiontilghman1-6/+0
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andoej1-0/+6
2008-07-01another minor ast_channel memory size decrease... for nearly all channels, 'd...kpfleming1-1/+1
2008-06-28yay for airplane ride optimizations... sort the fields in ast_channel by alig...kpfleming1-73/+66
2008-06-13Merge changes from timing branchrussell1-3/+11