small correction from 241314
[asterisk/asterisk.git] / channels / chan_agent.c
2010-01-19 Jeff Peelersmall correction from 241314
2010-01-19 Jeff PeelerMerged revisions 241227 via svnmerge from
2009-11-04 Tilghman LesherExpand codec bitfield from 32 bits to 64 bits.
2009-08-17 Sean BrightCorrect spelling of AGENTACCEPTDTMF in chan_agent.
2009-08-10 Tilghman LesherAST-2009-005
2009-06-26 Russell BryantMerge the new Channel Event Logging (CEL) subsystem.
2009-06-15 Kevin P. FlemingConvert a number of global module variables to 'static'.
2009-06-01 Mark MichelsonRemove documentation for the 'exten' argument to the...
2009-05-30 Eliel C. SardanonsRemove not used code in the Agent channel.
2009-05-22 Eliel C. SardanonsImplement a new element in AstXML for AMI actions docum...
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-04-24 Russell BryantConvert the ast_channel data structure over to the...
2009-04-18 David VosselMerged revisions 189203 via svnmerge from
2009-04-03 Mark MichelsonThis commit introduces COLP/CONP and Redirecting party...
2009-04-02 Joshua ColpMerge in the RTP engine API.
2009-01-27 Mark MichelsonMerged revisions 171689 via svnmerge from
2009-01-12 Jeff PeelerMerged revisions 168507 via svnmerge from
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
2008-11-29 Kevin P. Flemingincorporates r159808 from branches/1.4:
2008-11-26 Mark MichelsonDon't allow for configuration options to overwrite...
2008-11-10 Mark MichelsonMerged revisions 155861 via svnmerge from
2008-11-05 Eliel C. SardanonsAdd AgentLogin(), AgentMonitorOutgoing() applications and
2008-10-09 Tilghman LesherReverting format addition for now
2008-10-09 Tilghman LesherFudges for wav16, just like wav49
2008-09-19 Mark MichelsonWe should only unsubscribe to the device state event
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-09-05 Mark MichelsonMerged revisions 141366 via svnmerge from
2008-08-19 Mark MichelsonMerged revisions 138942 via svnmerge from
2008-08-09 Sean BrightMerge more changes from the resolve-shadow-warnings...
2008-07-25 Tilghman LesherDeprecate *_device_state_* APIs in favor of *_devstate_...
2008-07-25 Tilghman LesherMerged revisions 133649 via svnmerge from
2008-07-24 Russell BryantI made this change from DEVICE_STATE to DEVICE_STATE_CH...
2008-07-17 Russell BryantInstead of attempting to pass through AST_EVENT_DEVICE_...
2008-07-16 Russell BryantAdd missing terminator to ast_event_subscribe to fix...
2008-07-13 Tilghman LesherUnlock list before returning
2008-07-11 Tilghman LesherMerged revisions 130102 via svnmerge from
2008-07-02 Mark MichelsonMerged revisions 127560 via svnmerge from
2008-07-02 Mark MichelsonThe ackcall and endcall options in agents.conf now...
2008-06-11 Tilghman LesherMerged revisions 121861 via svnmerge from
2008-06-09 Mark MichelsonMerged revisions 121229 via svnmerge from
2008-06-07 Russell BryantMerged revisions 121078 via svnmerge from
2008-05-29 Tilghman LesherMerged revisions 118953 via svnmerge from
2008-05-14 Russell BryantMerged revisions 116463 via svnmerge from
2008-03-18 Mark MichelsonMerged revisions 109575 via svnmerge from
2008-02-25 Russell BryantMerged revisions 104086 via svnmerge from
2008-01-31 Russell BryantMerged revisions 101433 via svnmerge from
2008-01-31 Russell BryantMerged revisions 101413-101414 via svnmerge from
2008-01-22 Olle JohanssonMerged revisions 99594 via svnmerge from
2008-01-02 Mark MichelsonChange instances of AST_NONSTANDARD_APP_ARGS(foo, bar...
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi Rizzoremove a bunch of duplicate includes
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-14 Luigi Rizzomake the 'name' and 'value' fields in ast_variable...
2007-11-08 Kevin P. Flemingimprove linked-list macros in two ways:
2007-11-06 Mark Michelson"show application <foo>" changes for clarity.
2007-11-06 Joshua ColpUpdate chan_agent documentation. Change a | to , as...
2007-10-26 Jason ParkerCorrectly use defined return values in (some) load_modu...
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-01 Dwayne M. HubbardMerged revisions 84274 via svnmerge from
2007-09-27 Dwayne M. HubbardMerged revisions 84018 via svnmerge from
2007-09-18 Jason Parker(issue #10724)
2007-09-17 Russell Bryantconvert various places that access the channel lock...
2007-08-27 Mark MichelsonMerged revisions 81120 via svnmerge from
2007-08-16 Mark MichelsonMerged revisions 79748 via svnmerge from
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-08-08 Joshua ColpAdd support for using epoll instead of poll. This shoul...
2007-08-06 Jason ParkerAdd a TalkingToChan to the response of the "agents...
2007-07-26 Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-23 Joshua ColpMerged revisions 76654 via svnmerge from
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-07-18 Joshua ColpMinor code tweaks. Variables were being checked wrong...
2007-07-12 Mark MichelsonMerged revisions 74997 via svnmerge from
2007-07-11 Mark MichelsonMerged revisions 74722 via svnmerge from
2007-07-10 Jason ParkerMerged revisions 74379 via svnmerge from
2007-07-10 Jason ParkerFix building that was broken by recent monitor.h change...
2007-07-09 Russell Bryantremove an unused variable
2007-07-06 Mark MichelsonMerged revisions 73675 via svnmerge from
2007-06-25 Joshua ColpMerged revisions 71522 via svnmerge from
2007-06-25 Joshua ColpMerged revisions 71412 via svnmerge from
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-13 Jason ParkerCompletely remove callback mode and all references...
2007-06-12 Russell BryantCompletely remove all of the code related to jumping...
2007-06-12 Joshua ColpRemove old stuff from the AgentCallbackLogin days and...
2007-06-07 Russell BryantMerged revisions 68280 via svnmerge from
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-05-22 Joshua ColpUse ast_strlen_zero where possible. (issue #9774 report...
2007-04-27 Russell BryantMerged revisions 62218 via svnmerge from
2007-04-10 Steve MurphyMerged revisions 60989 via svnmerge from
2007-02-28 Joshua ColpMerged revisions 57093 via svnmerge from
2007-02-20 Joshua ColpMerged revisions 55670 via svnmerge from
2007-02-16 Joshua ColpMerged revisions 55002 via svnmerge from
2007-01-19 Russell BryantMerged revisions 51311 via svnmerge from
2007-01-05 Kevin P. Flemingconst-ify some more APIs, and fix rev 49710 from branch...
2007-01-05 Kevin P. FlemingMerged revisions 49676 via svnmerge from
2006-12-06 Russell BryantConstify a bunch of usage strings for CLI commands.
2006-11-07 Steve MurphyA fair number of changes for the sake of bug 7506
2006-11-03 Luigi Rizzoremove useless usecnt stuff
2006-11-02 Tilghman LesherMerged revisions 47051 via svnmerge from
next