aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_agent.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...mmichelson1-1/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-1/+1
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-11-06"show application <foo>" changes for clarity.mmichelson1-3/+3
2007-11-06Update chan_agent documentation. Change a | to , as that is now the required ...file1-1/+1
2007-10-26Correctly use defined return values in (some) load_module functions.qwell1-2/+2
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-3/+3
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-3/+3
2007-10-01Merged revisions 84274 via svnmerge from dhubbard1-5/+8
2007-09-27Merged revisions 84018 via svnmerge from dhubbard1-0/+35
2007-09-18(issue #10724)qwell1-48/+69
2007-09-17convert various places that access the channel lock directly to use the chann...russell1-2/+0
2007-08-27Merged revisions 81120 via svnmerge from mmichelson1-0/+6
2007-08-16Merged revisions 79748 via svnmerge from mmichelson1-0/+1
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-8/+11
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-2/+2
2007-08-06Add a TalkingToChan to the response of the "agents" manager action.qwell1-3/+12
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-23/+12
2007-07-23Merged revisions 76654 via svnmerge from file1-2/+2
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-1/+1
2007-07-18Minor code tweaks. Variables were being checked wrong in some situations and ...file1-2/+2
2007-07-12Merged revisions 74997 via svnmerge from mmichelson1-4/+6
2007-07-11Merged revisions 74722 via svnmerge from mmichelson1-1/+3
2007-07-10Merged revisions 74379 via svnmerge from qwell1-4/+6
2007-07-10Fix building that was broken by recent monitor.h changes. Thanks Russell for...qwell1-1/+1
2007-07-09remove an unused variablerussell1-2/+0
2007-07-06Merged revisions 73675 via svnmerge from mmichelson1-1/+1
2007-06-25Merged revisions 71522 via svnmerge from file1-1/+2
2007-06-25Merged revisions 71412 via svnmerge from file1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-66/+38
2007-06-13Completely remove callback mode and all references to it from chan_agent.qwell1-174/+11
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!russell1-11/+3
2007-06-12Remove old stuff from the AgentCallbackLogin days and only autocomplete agent...file1-12/+3
2007-06-07Merged revisions 68280 via svnmerge from russell1-1/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-5/+5
2007-05-22Use ast_strlen_zero where possible. (issue #9774 reported by eliel)file1-6/+6
2007-04-27Merged revisions 62218 via svnmerge from russell1-4/+2
2007-04-10Merged revisions 60989 via svnmerge from murf1-2/+2
2007-02-28Merged revisions 57093 via svnmerge from file1-1/+10
2007-02-20Merged revisions 55670 via svnmerge from file1-11/+18
2007-02-16Merged revisions 55002 via svnmerge from file1-1/+1
2007-01-19Merged revisions 51311 via svnmerge from russell1-3/+3
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way herekpfleming1-1/+1
2007-01-05Merged revisions 49676 via svnmerge from kpfleming1-6/+6
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-3/+3
2006-11-07A fair number of changes for the sake of bug 7506murf1-6/+4