aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-27Fix compile on systems without HAVE_NULLSAFE_PRINTF defined.qwell1-1/+1
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett1-1/+1
2010-03-25handle_speechset has 4 arguments.lmadsen1-1/+1
2010-02-10Solaris doesn't like outputting a NULL to a %s in format strings.tilghman1-8/+58
2010-01-19Create iterative method for querying SRV results, and use that for finding AG...tilghman1-18/+88
2010-01-08Initialize variables that we attempt to free later.tilghman1-0/+1
2010-01-04Merged revisions 237405 via svnmerge from tilghman1-4/+10
2010-01-04Fix timeout for AGI command speech recognize.jpeeler1-1/+1
2009-12-23Merged revisions 236184 via svnmerge from tilghman1-2/+2
2009-12-15Merged revisions 235052 via svnmerge from tilghman1-0/+3
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-5/+5
2009-08-10AST-2009-005tilghman1-12/+12
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-0/+2
2009-06-15Redesigned 'optional API' support.kpfleming1-5/+5
2009-06-01Move static documentation of E|Dead|AGI() application and manager action to XML.eliel1-36/+105
2009-05-24Move AGI static documentation to the new AstXML form.eliel1-93/+234
2009-05-23Move static AGI commands documentation to XML.eliel1-51/+111
2009-05-22Moved static documentation to the AstXML form.eliel1-50/+103
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-1/+1
2009-05-22Fix res_agi compilation after the const-ify the world merge.seanbright1-2/+3
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-106/+110
2009-05-18Move AGI documentation from static to the XML form.eliel1-29/+61
2009-05-04Restore 'asyncagi break' command to 1.6.1 and higher.tilghman1-0/+20
2009-04-29Merge str_substitution branch.tilghman1-4/+9
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-18/+38
2009-03-27Fix speech structure leak in the AGI speech recognition integration.file1-0/+7
2009-03-18Merged revisions 182810 via svnmerge from russell1-1/+1
2009-01-24Add a todo to finish the XML docs in this modulerussell1-0/+2
2009-01-12Merged revisions 168516 via svnmerge from jpeeler1-0/+5
2009-01-09When using ast_str with a non-ast_str-enabled API, we need to update the buffertilghman1-0/+1
2009-01-08Merged revisions 167840 via svnmerge from tilghman1-3/+19
2008-12-22Always use the value of the AGISIGHUP when running an AGI.mmichelson1-8/+16
2008-12-22Remove AST_PBX_KEEPALIVE usage from res_agi.russell1-19/+4
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-3/+3
2008-12-11Merged revisions 163088 via svnmerge from tilghman1-1/+1
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-12-04Added XML documentation for the following AGI commands:eliel1-23/+55
2008-11-26improve handling of API calls provided by loaded modules through use of some ...kpfleming1-1/+3
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cmnicholson1-9/+9
2008-11-19correct small bug introduced during API conversionkpfleming1-1/+1
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...kpfleming1-123/+158
2008-11-12Add XML documentation for AGI commands:eliel1-36/+81
2008-11-12This commit does two things:mvanbaak1-27/+1
2008-11-12- Add 'database del', 'database put' and 'set music' AGI commands XML documen...eliel1-21/+58
2008-11-12Implement AGI XML documentation parsing functions.eliel1-32/+167
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-1/+2
2008-10-12fix the 'agi show commands' CLI function.mvanbaak1-2/+2
2008-10-06Similar to r143204, masquerade the channel in the case of Park being called f...jpeeler1-0/+4
2008-09-28Merge the cli_cleanup branch.mvanbaak1-3/+3
2008-09-06Merged revisions 141503 via svnmerge from tilghman1-1/+1