aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-12Merged revisions 168517 via svnmerge from jpeeler1-0/+5
2009-01-09Merged revisions 168090 via svnmerge from tilghman1-0/+1
2009-01-08Merged revisions 167894 via svnmerge from tilghman1-3/+19
2008-12-22Merged revisions 166470 via svnmerge from mmichelson1-8/+16
2008-12-22Merged revisions 166258 via svnmerge from russell1-19/+4
2008-12-11Merged revisions 163089 via svnmerge from tilghman1-1/+1
2008-11-19Merged revisions 157743 via svnmerge from kpfleming1-1/+1
2008-11-19Merged revisions 157706 via svnmerge from kpfleming1-126/+159
2008-11-03port gcc 4.3.x warning fixes from trunk to this branchkpfleming1-1/+2
2008-09-06Merged revisions 141504 via svnmerge from tilghman1-1/+1
2008-09-04Merged revisions 141039 via svnmerge from jpeeler1-1/+1
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