summaryrefslogtreecommitdiff
path: root/channels/chan_agent.c
AgeCommit message (Expand)Author
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
2007-08-16Merged revisions 79748 via svnmerge from Mark Michelson
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-06Add a TalkingToChan to the response of the "agents" manager action.Jason Parker
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23Merged revisions 76654 via svnmerge from Joshua Colp
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-18Minor code tweaks. Variables were being checked wrong in some situations and ...Joshua Colp
2007-07-12Merged revisions 74997 via svnmerge from Mark Michelson
2007-07-11Merged revisions 74722 via svnmerge from Mark Michelson
2007-07-10Merged revisions 74379 via svnmerge from Jason Parker
2007-07-10Fix building that was broken by recent monitor.h changes. Thanks Russell for...Jason Parker
2007-07-09remove an unused variableRussell Bryant
2007-07-06Merged revisions 73675 via svnmerge from Mark Michelson
2007-06-25Merged revisions 71522 via svnmerge from Joshua Colp
2007-06-25Merged revisions 71412 via svnmerge from Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-13Completely remove callback mode and all references to it from chan_agent.Jason Parker
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!Russell Bryant
2007-06-12Remove old stuff from the AgentCallbackLogin days and only autocomplete agent...Joshua Colp
2007-06-07Merged revisions 68280 via svnmerge from Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-22Use ast_strlen_zero where possible. (issue #9774 reported by eliel)Joshua Colp
2007-04-27Merged revisions 62218 via svnmerge from Russell Bryant
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-02-28Merged revisions 57093 via svnmerge from Joshua Colp
2007-02-20Merged revisions 55670 via svnmerge from Joshua Colp
2007-02-16Merged revisions 55002 via svnmerge from Joshua Colp
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way hereKevin P. Fleming
2007-01-05Merged revisions 49676 via svnmerge from Kevin P. Fleming
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-03remove useless usecnt stuffLuigi Rizzo
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman