summaryrefslogtreecommitdiff
path: root/res/res_agi.c
AgeCommit message (Expand)Author
2008-11-19correct small bug introduced during API conversionKevin P. Fleming
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...Kevin P. Fleming
2008-11-12Add XML documentation for AGI commands:Eliel C. Sardanons
2008-11-12This commit does two things:Michiel van Baak
2008-11-12- Add 'database del', 'database put' and 'set music' AGI commands XML documen...Eliel C. Sardanons
2008-11-12Implement AGI XML documentation parsing functions.Eliel C. Sardanons
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-12fix the 'agi show commands' CLI function.Michiel van Baak
2008-10-06Similar to r143204, masquerade the channel in the case of Park being called f...Jeff Peeler
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-06Merged revisions 141503 via svnmerge from Tilghman Lesher
2008-09-04Merged revisions 141028 via svnmerge from Jeff Peeler
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-08-09Update documentation as to the behavior of AGI in 1.6.0 and higher. Also, addTilghman Lesher
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-07-30Merged revisions 134480 via svnmerge from Tilghman Lesher
2008-07-15Fix a couple of places in res_agi where the agi_commands lock would not beRussell Bryant
2008-07-09Code wasn't ready to be merged - see -dev list discussionTilghman Lesher
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andOlle Johansson
2008-06-18Whitespace onlySean Bright
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agiTilghman Lesher
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,Tilghman Lesher
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