aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_agent.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+1
2011-05-03Merged revisions 316265 via svnmerge from russell1-7/+1
2011-04-22Merged revisions 314959 via svnmerge from mnicholson1-62/+92
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-35/+47
2011-01-04Merged revisions 300521 via svnmerge from lmadsen1-1/+1
2010-09-02Merged revisions 284610 via svnmerge from tilghman1-0/+2
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-14ast_callerid restructuringrmudgett1-5/+8
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel1-0/+88
2010-07-03Merged revisions 273793 via svnmerge from tilghman1-1/+6
2010-06-16Fix the actual place that was pointed out, for previous commit.qwell1-0/+2
2010-06-16Merged revisions 270980 via svnmerge from qwell1-0/+2
2010-06-14Add option to get untruncated channel name from AGENT function.qwell1-0/+7
2010-01-19small correction from 241314jpeeler1-2/+0
2010-01-19Merged revisions 241227 via svnmerge from jpeeler1-1/+19
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-13/+14
2009-08-17Correct spelling of AGENTACCEPTDTMF in chan_agent.seanbright1-1/+1
2009-08-10AST-2009-005tilghman1-4/+4
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-9/+9
2009-06-15Convert a number of global module variables to 'static'.kpfleming1-1/+1
2009-06-01Remove documentation for the 'exten' argument to the AGENT function.mmichelson1-3/+0
2009-05-30Remove not used code in the Agent channel.eliel1-303/+36
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-12/+30
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-3/+3
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-4/+5
2009-04-18Merged revisions 189203 via svnmerge from dvossel1-51/+63
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-2/+1
2009-04-02Merge in the RTP engine API.file1-1/+0
2009-01-27Merged revisions 171689 via svnmerge from mmichelson1-64/+0
2009-01-12Merged revisions 168507 via svnmerge from jpeeler1-19/+28
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-1/+1
2008-11-26Don't allow for configuration options to overwrite optionsmmichelson1-5/+27
2008-11-10Merged revisions 155861 via svnmerge from mmichelson1-3/+9
2008-11-05Add AgentLogin(), AgentMonitorOutgoing() applications andeliel1-40/+103
2008-10-09Reverting format addition for nowtilghman1-5/+2
2008-10-09Fudges for wav16, just like wav49tilghman1-2/+5
2008-09-19We should only unsubscribe to the device state eventmmichelson1-1/+3
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-2/+15
2008-09-05Merged revisions 141366 via svnmerge from mmichelson1-1/+1
2008-08-19Merged revisions 138942 via svnmerge from mmichelson1-0/+6
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownseanbright1-16/+16
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIstilghman1-10/+10
2008-07-25Merged revisions 133649 via svnmerge from tilghman1-8/+15
2008-07-24I made this change from DEVICE_STATE to DEVICE_STATE_CHANGE, but I had it bac...russell1-1/+1
2008-07-17Instead of attempting to pass through AST_EVENT_DEVICE_STATE, use DEVICE_STAT...russell1-1/+2
2008-07-16Add missing terminator to ast_event_subscribe to fix a crash.russell1-1/+1
2008-07-13Unlock list before returningtilghman1-0/+1
2008-07-11Merged revisions 130102 via svnmerge from tilghman1-1/+59
2008-07-02Merged revisions 127560 via svnmerge from mmichelson1-0/+9