summaryrefslogtreecommitdiff
path: root/channels/chan_agent.c
AgeCommit message (Expand)Author
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
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-26Don't allow for configuration options to overwrite optionsMark Michelson
2008-11-10Merged revisions 155861 via svnmerge from Mark Michelson
2008-11-05Add AgentLogin(), AgentMonitorOutgoing() applications andEliel C. Sardanons
2008-10-09Reverting format addition for nowTilghman Lesher
2008-10-09Fudges for wav16, just like wav49Tilghman Lesher
2008-09-19We should only unsubscribe to the device state eventMark Michelson
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-09-05Merged revisions 141366 via svnmerge from Mark Michelson
2008-08-19Merged revisions 138942 via svnmerge from Mark Michelson
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownSean Bright
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIsTilghman Lesher
2008-07-25Merged revisions 133649 via svnmerge from Tilghman Lesher
2008-07-24I made this change from DEVICE_STATE to DEVICE_STATE_CHANGE, but I had it bac...Russell Bryant
2008-07-17Instead of attempting to pass through AST_EVENT_DEVICE_STATE, use DEVICE_STAT...Russell Bryant
2008-07-16Add missing terminator to ast_event_subscribe to fix a crash.Russell Bryant
2008-07-13Unlock list before returningTilghman Lesher
2008-07-11Merged revisions 130102 via svnmerge from Tilghman Lesher
2008-07-02Merged revisions 127560 via svnmerge from Mark Michelson
2008-07-02The ackcall and endcall options in agents.conf now have supplemental optionsMark Michelson
2008-06-11Merged revisions 121861 via svnmerge from Tilghman Lesher
2008-06-09Merged revisions 121229 via svnmerge from Mark Michelson
2008-06-07Merged revisions 121078 via svnmerge from Russell Bryant
2008-05-29Merged revisions 118953 via svnmerge from Tilghman Lesher
2008-05-14Merged revisions 116463 via svnmerge from Russell Bryant
2008-03-18Merged revisions 109575 via svnmerge from Mark Michelson
2008-02-25Merged revisions 104086 via svnmerge from Russell Bryant
2008-01-31Merged revisions 101433 via svnmerge from Russell Bryant
2008-01-31Merged revisions 101413-101414 via svnmerge from Russell Bryant
2008-01-22Merged revisions 99594 via svnmerge from Olle Johansson
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...Mark Michelson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-11-06Update chan_agent documentation. Change a | to , as that is now the required ...Joshua Colp
2007-10-26Correctly use defined return values in (some) load_module functions.Jason Parker
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-01Merged revisions 84274 via svnmerge from Dwayne M. Hubbard
2007-09-27Merged revisions 84018 via svnmerge from Dwayne M. Hubbard
2007-09-18(issue #10724)Jason Parker
2007-09-17convert various places that access the channel lock directly to use the chann...Russell Bryant
2007-08-27Merged revisions 81120 via svnmerge from Mark Michelson