summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...Tilghman Lesher
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,Eliel C. Sardanons
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-06-02Add ETSI Malicious Call ID support.Richard Mudgett
2010-05-21Merged revisions 264999 via svnmerge from Mark Michelson
2010-05-21Merged revisions 264996 via svnmerge from Mark Michelson
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-04-22Asterisk data retrieval API.Eliel C. Sardanons
2010-04-09Merge Call completion support into trunk.Mark Michelson
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-03-25Remove no-longer-used (and unsafe) field in ast_channel for linked lists.Kevin P. Fleming
2010-03-03Removed cdrflags from ast_channel structure.Richard Mudgett
2010-01-04Merged revisions 237405 via svnmerge from Tilghman Lesher
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...Kevin P. Fleming
2009-11-15Increase maximum length of language buffersTilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-22Merged revisions 225105 via svnmerge from Tilghman Lesher
2009-10-22Add support for calling and called subaddress. Partial support for COLP suba...Richard Mudgett
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...Kevin P. Fleming
2009-10-07Deadlock in channel masquerade handlingDavid Vossel
2009-08-04Initial minimum ast_party_caller support.Richard Mudgett
2009-07-22Remove trailing whitespace.Russell Bryant
2009-06-29Allow trunk to once again compile under MALLOC_DEBUGTilghman Lesher
2009-06-26Note a new API call, and one that changed in doxygen.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-16Merged revisions 200991 via svnmerge from Kevin P. Fleming
2009-06-02Generic call forward api, ast_call_forward()David Vossel
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-05-31Constify the ast_frame arg to ast_queue_frame().Russell Bryant
2009-05-05Properly account for memory allocated for channels and datastoresKevin P. Fleming
2009-04-29Resolve Solaris build issues and add some API documentation.Russell Bryant
2009-04-24Update comment.Richard Mudgett
2009-04-24Add \since tag for new API calls.Russell Bryant
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-22Fix building of chan_h323 with gcc-3.3Jeff Peeler
2009-04-08Add timer for features so that backup bridge config can go awayJeff Peeler
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-03-27Improve timing interface to remember which provider provided a timerKevin P. Fleming
2009-03-18Merged revisions 182810 via svnmerge from Russell Bryant
2009-03-17Improve behavior of ast_answer() to not lose incoming framesKevin P. Fleming
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2009-03-05Merge phase 1 support for the new bridging architecture.Joshua Colp
2009-02-19Fix another merge error from 176708Jeff Peeler
2009-02-17Merged revisions 176701 via svnmerge from Jeff Peeler
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationMark Michelson
2009-01-30Fix redefinition of flag in channel.hMark Michelson
2009-01-28Merged revisions 172030 via svnmerge from Steve Murphy