summaryrefslogtreecommitdiff
path: root/channels/chan_agent.c
AgeCommit message (Expand)Author
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-01-29chan_agent: Prevent multiple channels from logging in as the same agent.Richard Mudgett
2013-01-03chan_agent: Fix wrapup time wait response.Richard Mudgett
2013-01-03chan_agent: Misc code cleanup.Richard Mudgett
2013-01-03chan_agent: Fix agent_indicate() locking.Richard Mudgett
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-12-14chan_agent: Remove some duplicated code.Richard Mudgett
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-09-25Remove dead code and documentation for nonexistent feature.Mark Michelson
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-08-30Clean up doxygen warningsMatthew Jordan
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