aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-01Twould help if we actually defined ->mod before comparing against it (reporte...tilghman1-19/+20
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-1/+1
2007-07-30Fix the return value of ast_agi_fdprintf() to include the result from ast_car...russell1-3/+1
2007-07-30Improve ast_agi_fdprintf() by using the ast_str() API.russell1-6/+12
2007-07-30Merged revisions 77788 via svnmerge from russell1-4/+6
2007-07-30Cleanup of res_agi, ensuring thread safety (closes issue #10288)tilghman1-111/+134
2007-07-30Merged revisions 77783 via svnmerge from tilghman1-1/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-10/+5
2007-07-23You need to put static in front of a static RWLIST declaration to make it rea...file1-2/+1
2007-07-23Enhance AGI with several fixes:tilghman1-170/+194
2007-07-23Missed one conversion to comma delimiter (thanks, Juggie) and add documentati...tilghman1-7/+10
2007-07-19(closes issue #10210, reported and patched by juggie)russell1-4/+13
2007-07-17Merged revisions 75401 via svnmerge from russell1-1/+1
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-1/+0
2007-07-11Code cleanup of res_agifile1-111/+81
2007-07-02After some discussion on the asterisk-dev list, we determined that this approachrussell1-72/+0
2007-07-02Fix up the AGI doc dump CLI command and update the AGI commands tex file to notrussell1-0/+3