summaryrefslogtreecommitdiff
path: root/res/res_agi.c
AgeCommit message (Expand)Author
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...Tilghman Lesher
2010-07-02Fix various typos reported by LintianTzafrir Cohen
2010-06-16MSG_OOB flag on HANGUP packet removed.Paul Belanger
2010-04-27Fix compile on systems without HAVE_NULLSAFE_PRINTF defined.Jason Parker
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-03-25handle_speechset has 4 arguments.Leif Madsen
2010-02-10Solaris doesn't like outputting a NULL to a %s in format strings.Tilghman Lesher
2010-01-19Create iterative method for querying SRV results, and use that for finding AG...Tilghman Lesher
2010-01-08Initialize variables that we attempt to free later.Tilghman Lesher
2010-01-04Merged revisions 237405 via svnmerge from Tilghman Lesher
2010-01-04Fix timeout for AGI command speech recognize.Jeff Peeler
2009-12-23Merged revisions 236184 via svnmerge from Tilghman Lesher
2009-12-15Merged revisions 235052 via svnmerge from Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
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