summaryrefslogtreecommitdiff
path: root/res/res_agi.c
AgeCommit message (Expand)Author
2009-08-10AST-2009-005Tilghman Lesher
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-15Redesigned 'optional API' support.Kevin P. Fleming
2009-06-01Move static documentation of E|Dead|AGI() application and manager action to XML.Eliel C. Sardanons
2009-05-24Move AGI static documentation to the new AstXML form.Eliel C. Sardanons
2009-05-23Move static AGI commands documentation to XML.Eliel C. Sardanons
2009-05-22Moved static documentation to the AstXML form.Eliel C. Sardanons
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-22Fix res_agi compilation after the const-ify the world merge.Sean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Move AGI documentation from static to the XML form.Eliel C. Sardanons
2009-05-04Restore 'asyncagi break' command to 1.6.1 and higher.Tilghman Lesher
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-03-27Fix speech structure leak in the AGI speech recognition integration.Joshua Colp
2009-03-18Merged revisions 182810 via svnmerge from Russell Bryant
2009-01-24Add a todo to finish the XML docs in this moduleRussell Bryant
2009-01-12Merged revisions 168516 via svnmerge from Jeff Peeler
2009-01-09When using ast_str with a non-ast_str-enabled API, we need to update the bufferTilghman Lesher
2009-01-08Merged revisions 167840 via svnmerge from Tilghman Lesher
2008-12-22Always use the value of the AGISIGHUP when running an AGI.Mark Michelson
2008-12-22Remove AST_PBX_KEEPALIVE usage from res_agi.Russell Bryant
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-11Merged revisions 163088 via svnmerge from Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-04Added XML documentation for the following AGI commands:Eliel C. Sardanons
2008-11-26improve handling of API calls provided by loaded modules through use of some ...Kevin P. Fleming
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cMatthew Nicholson
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