summaryrefslogtreecommitdiff
path: root/res/res_agi.c
AgeCommit message (Expand)Author
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-14Merged revisions 116466 via svnmerge from Tilghman Lesher
2008-05-14Formatting changes (coding guidelines) while thinking about something else...Olle Johansson
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-04-17Merged revisions 114195 via svnmerge from Tilghman Lesher
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...Tilghman Lesher
2008-04-05AsyncAGI should not close the manager session on error.Tilghman Lesher
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-06trivial fix for an agi error when attempting to use EAGI on a dead/hungup cha...Donny Kavanagh
2008-03-05Create a centralized configuration option for silencethresholdTilghman Lesher
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anRussell Bryant
2008-02-21Instead of a notice, make the message about a hung-up channel a debug message...Mark Michelson
2008-02-21Don't print the fact that we are using dead mode in AGI if called from the Mark Michelson
2008-02-14Formatting fixesOlle Johansson
2008-02-11Remove ast_module_user usage from res_agi. This is taken care of in the core.Joshua Colp
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-01-11Merged revisions 98317 via svnmerge from Joshua Colp
2008-01-05Now that the version.h file was getting properly regenerated every time the svnRussell Bryant
2008-01-03Add coordination between AMI and AGI applications, with an asyncagi methodTilghman Lesher
2007-12-25Add channel thread ID to the information passed to AGI.Tilghman Lesher
2007-12-14Publish the AGI events to manager.Tilghman Lesher
2007-12-14Merged revisions 92933 via svnmerge from Tilghman Lesher
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...Joshua Colp
2007-12-10Only send a SIGHUP if the pid is greater than -1, otherwise all PIDs greater ...Joshua Colp
2007-12-04Pass the Asterisk version to AGI scripts as part of the initial dump of infoTilghman Lesher
2007-12-03Add AGI commands for speech recognition. These mirror the dialplan applicatio...Joshua Colp
2007-11-28Fix a few log messages.Joshua Colp
2007-11-22remove a number of #include <fcntl.h> which are eitherLuigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi 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-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-07Print out the channel name as a prefix to the "agi debug" output. This makesRussell Bryant
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
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 84236 via svnmerge from Russell Bryant
2007-09-18Merged revisions 82929 via svnmerge from Russell Bryant
2007-09-18(issue #10724)Jason Parker
2007-09-12Merged revisions 82296 via svnmerge from Russell Bryant
2007-09-12Merged revisions 82278 via svnmerge from Russell Bryant
2007-09-11Remove an unused variable. I have no idea why this was marked with the unusedRussell Bryant
2007-09-11Merged revisions 82245 via svnmerge from Russell Bryant
2007-09-10(closes issue #10684)Joshua Colp
2007-08-23Merged revisions 80469 via svnmerge from Russell Bryant
2007-08-22Merged revisions 80360 via svnmerge from Russell Bryant