aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-09Merged revisions 136859 via svnmerge from tilghman1-16/+23
2008-07-30Merged revisions 134481 via svnmerge from tilghman1-1/+1
2008-07-15Merged revisions 131072 via svnmerge from russell1-2/+6
2008-06-05Merged revisions 120602 via svnmerge from tilghman1-1/+0
2008-06-03Merged revisions 120171 via svnmerge from tilghman1-1/+17
2008-05-14Merged revisions 116467 via svnmerge from tilghman1-1/+5
2008-04-17Merged revisions 114196 via svnmerge from tilghman1-0/+8
2008-04-05Merged revisions 112972 via svnmerge from tilghman1-2/+2
2008-03-18Merged revisions 109447 via svnmerge from russell1-1/+1
2008-03-06Merged revisions 106399 via svnmerge from juggie1-1/+1
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anrussell1-1/+1
2008-02-21Instead of a notice, make the message about a hung-up channel a debug message...mmichelson1-5/+2
2008-02-21Don't print the fact that we are using dead mode in AGI if called from the mmichelson1-1/+4
2008-02-14Formatting fixesoej1-2/+3
2008-02-11Remove ast_module_user usage from res_agi. This is taken care of in the core.file1-7/+1
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-31/+64
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-19/+1
2008-01-11Merged revisions 98317 via svnmerge from file1-1/+1
2008-01-05Now that the version.h file was getting properly regenerated every time the svnrussell1-1/+1
2008-01-03Add coordination between AMI and AGI applications, with an asyncagi methodtilghman1-3/+391
2007-12-25Add channel thread ID to the information passed to AGI.tilghman1-0/+2
2007-12-14Publish the AGI events to manager.tilghman1-1/+37
2007-12-14Merged revisions 92933 via svnmerge from tilghman1-1/+1
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...file1-1/+1
2007-12-10Only send a SIGHUP if the pid is greater than -1, otherwise all PIDs greater ...file1-1/+2
2007-12-04Pass the Asterisk version to AGI scripts as part of the initial dump of infotilghman1-0/+2
2007-12-03Add AGI commands for speech recognition. These mirror the dialplan applicatio...file1-2/+328
2007-11-28Fix a few log messages.file1-2/+2
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo1-1/+0
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-17start using asterisk/network.h for network related headers.rizzo1-5/+1
2007-11-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-6/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-11-07Print out the channel name as a prefix to the "agi debug" output. This makesrussell1-89/+94
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+1
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 84236 via svnmerge from russell1-0/+2
2007-09-18Merged revisions 82929 via svnmerge from russell1-4/+25
2007-09-18(issue #10724)qwell1-87/+86
2007-09-12Merged revisions 82296 via svnmerge from russell1-1/+1
2007-09-12Merged revisions 82278 via svnmerge from russell1-16/+1
2007-09-11Remove an unused variable. I have no idea why this was marked with the unusedrussell1-1/+0
2007-09-11Merged revisions 82245 via svnmerge from russell1-7/+25
2007-09-10(closes issue #10684)file1-5/+7
2007-08-23Merged revisions 80469 via svnmerge from russell1-8/+1
2007-08-22Merged revisions 80360 via svnmerge from russell1-1/+9