summaryrefslogtreecommitdiff
path: root/channels/chan_agent.c
AgeCommit message (Expand)Author
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-04-16Fix negative return handling in channel driversMatthew Jordan
2012-03-14Fix deadlock potential with some ast_indicate/ast_indicate_data calls.Richard Mudgett
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-03Fixes deadlocks occuring in chan_agent due to r335976Jonathan Rose
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-09-15Merged revisions 335991 via svnmerge from Gregory Nietsky
2011-08-31Merged revisions 334010 via svnmerge from Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-04-22Merged revisions 314959 via svnmerge from Matthew Nicholson
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2011-01-04Merged revisions 300521 via svnmerge from Leif Madsen
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,Eliel C. Sardanons
2010-07-03Merged revisions 273793 via svnmerge from Tilghman Lesher
2010-06-16Fix the actual place that was pointed out, for previous commit.Jason Parker
2010-06-16Merged revisions 270980 via svnmerge from Jason Parker
2010-06-14Add option to get untruncated channel name from AGENT function.Jason Parker
2010-01-19small correction from 241314Jeff Peeler
2010-01-19Merged revisions 241227 via svnmerge from Jeff Peeler
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-08-17Correct spelling of AGENTACCEPTDTMF in chan_agent.Sean Bright
2009-08-10AST-2009-005Tilghman Lesher
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-15Convert a number of global module variables to 'static'.Kevin P. Fleming
2009-06-01Remove documentation for the 'exten' argument to the AGENT function.Mark Michelson
2009-05-30Remove not used code in the Agent channel.Eliel C. Sardanons
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-18Merged revisions 189203 via svnmerge from David Vossel
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-01-27Merged revisions 171689 via svnmerge from Mark Michelson
2009-01-12Merged revisions 168507 via svnmerge from Jeff Peeler
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons