aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-24Merged revisions 158876 via svnmerge from mnicholson1-9/+9
2008-11-19Merged revisions 157743 via svnmerge from kpfleming1-1/+1
2008-11-19Merged revisions 157706 via svnmerge from kpfleming1-123/+158
2008-11-02import gcc 4.3.2 warning fixes from trunk, with a few changes specific to thi...kpfleming1-1/+2
2008-10-06Merged revisions 146923 via svnmerge from jpeeler1-0/+4
2008-09-06Merged revisions 141504 via svnmerge from tilghman1-1/+1
2008-09-04Merged revisions 141039 via svnmerge from jpeeler1-1/+1
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.seanbright1-13/+13
2008-08-09Update documentation as to the behavior of AGI in 1.6.0 and higher. Also, addtilghman1-16/+23
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-2/+2
2008-07-30Merged revisions 134480 via svnmerge from tilghman1-1/+1
2008-07-15Fix a couple of places in res_agi where the agi_commands lock would not berussell1-2/+6
2008-07-09Code wasn't ready to be merged - see -dev list discussiontilghman1-10/+2
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andoej1-2/+10
2008-06-18Whitespace onlyseanbright1-134/+134
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agitilghman1-1/+0
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,tilghman1-1/+17
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+2
2008-05-14Merged revisions 116466 via svnmerge from tilghman1-1/+5
2008-05-14Formatting changes (coding guidelines) while thinking about something else...oej1-29/+31
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-8/+10
2008-04-17Merged revisions 114195 via svnmerge from tilghman1-0/+8
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman1-27/+5
2008-04-05AsyncAGI should not close the manager session on error.tilghman1-2/+2
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2008-03-06trivial fix for an agi error when attempting to use EAGI on a dead/hungup cha...juggie1-1/+1
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-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