res_agi: Add message indicating need for \n character in verbose message
[asterisk/asterisk.git] / res / res_agi.c
2012-07-25 Jonathan Roseres_agi: Add message indicating need for \n character...
2012-04-17 Matthew JordanFix places in resources where a negative return value...
2012-03-13 Terry WilsonFinalize ast_channel opaquification
2012-02-29 Sean BrightAdd IPv6 support to FastAGI.
2012-02-29 Terry WilsonOpaquify ast_channel structs and lists
2012-02-24 Terry WilsonOpaquification for ast_format structs in struct ast_channel
2012-02-20 Terry Wilsonast_channel opaquification of pointers and integral...
2012-02-14 Russell Bryantres_agi: Add AGIEXITONHANGUP variable.
2012-02-13 Terry WilsonOpaquify char * and char[] in ast_channel
2012-01-24 Terry WilsonOpaquify channel stringfields
2012-01-09 Terry WilsonReplace direct access to channel name with accessor...
2011-11-15 Richard MudgettMake FastAGI HANGUP show up in AGI debug output.
2011-10-20 Richard MudgettFix AGI exec Park to honor the Park application parameters.
2011-10-10 Matthew NicholsonMerged revisions 340109 via svnmerge from
2011-09-29 Olle JohanssonJust formatting.
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2011-06-13 Leif MadsenMerged revisions 323154 via svnmerge from
2011-05-28 Richard MudgettMerged revisions 321436 via svnmerge from
2011-05-03 Russell BryantMerged revisions 316265 via svnmerge from
2011-04-22 Russell BryantMerged revisions 314780 via svnmerge from
2011-04-18 Richard MudgettMerged revisions 314069 via svnmerge from
2011-04-13 Richard MudgettMerged revisions 313700 via svnmerge from
2011-04-13 Richard MudgettMerged revisions 313658 via svnmerge from
2011-04-13 Richard MudgettMerged revisions 313615 via svnmerge from
2011-04-13 Richard MudgettMerged revisions 313588 via svnmerge from
2011-02-04 Paul BelangerReplace ast_log(LOG_DEBUG, ...) with ast_debug()
2011-02-03 David VosselAsterisk media architecture conversion - no more format...
2011-01-24 Matthew NicholsonAccording to section 19.1.2 of RFC 3261:
2011-01-19 Sean BrightMerged revisions 302549 via svnmerge from
2010-11-22 Erin SpicelandRevert to the previous behavior of AGI command WAIT...
2010-11-19 Erin SpicelandAdd extra functionality to AGI command WAIT FOR DIGIT.
2010-09-30 Tilghman LesherMerged revisions 289543,289581 via svnmerge from
2010-09-27 Russell BryantMerged revisions 288927 via svnmerge from
2010-09-27 Russell BryantMerged revisions 288925 via svnmerge from
2010-07-20 Tilghman LesherAdd load priority order, such that preload becomes...
2010-07-14 Richard Mudgettast_callerid restructuring
2010-07-09 Tilghman LesherKill some startup warnings and errors and make some...
2010-07-02 Tzafrir CohenFix various typos reported by Lintian
2010-06-16 Paul BelangerMSG_OOB flag on HANGUP packet removed.
2010-04-27 Jason ParkerFix compile on systems without HAVE_NULLSAFE_PRINTF...
2010-04-03 Richard MudgettConsolidate ast_channel.cid.cid_rdnis into ast_channel...
2010-03-25 Leif Madsenhandle_speechset has 4 arguments.
2010-02-10 Tilghman LesherSolaris doesn't like outputting a NULL to a %s in forma...
2010-01-19 Tilghman LesherCreate iterative method for querying SRV results, and...
2010-01-08 Tilghman LesherInitialize variables that we attempt to free later.
2010-01-04 Tilghman LesherMerged revisions 237405 via svnmerge from
2010-01-04 Jeff PeelerFix timeout for AGI command speech recognize.
2009-12-23 Tilghman LesherMerged revisions 236184 via svnmerge from
2009-12-15 Tilghman LesherMerged revisions 235052 via svnmerge from
2009-11-04 Tilghman LesherExpand codec bitfield from 32 bits to 64 bits.
2009-08-10 Tilghman LesherAST-2009-005
2009-06-26 Russell BryantMerge the new Channel Event Logging (CEL) subsystem.
2009-06-15 Kevin P. FlemingRedesigned 'optional API' support.
2009-06-01 Eliel C. SardanonsMove static documentation of E|Dead|AGI() application...
2009-05-24 Eliel C. SardanonsMove AGI static documentation to the new AstXML form.
2009-05-23 Eliel C. SardanonsMove static AGI commands documentation to XML.
2009-05-22 Eliel C. SardanonsMoved static documentation to the AstXML form.
2009-05-22 Eliel C. SardanonsImplement a new element in AstXML for AMI actions docum...
2009-05-22 Sean BrightFix res_agi compilation after the const-ify the world...
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-18 Eliel C. SardanonsMove AGI documentation from static to the XML form.
2009-05-04 Tilghman LesherRestore 'asyncagi break' command to 1.6.1 and higher.
2009-04-29 Tilghman LesherMerge str_substitution branch.
2009-04-24 Russell BryantConvert the ast_channel data structure over to the...
2009-03-27 Joshua ColpFix speech structure leak in the AGI speech recognition...
2009-03-18 Russell BryantMerged revisions 182810 via svnmerge from
2009-01-24 Russell BryantAdd a todo to finish the XML docs in this module
2009-01-12 Jeff PeelerMerged revisions 168516 via svnmerge from
2009-01-09 Tilghman LesherWhen using ast_str with a non-ast_str-enabled API,...
2009-01-08 Tilghman LesherMerged revisions 167840 via svnmerge from
2008-12-22 Mark MichelsonAlways use the value of the AGISIGHUP when running...
2008-12-22 Russell BryantRemove AST_PBX_KEEPALIVE usage from res_agi.
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-11 Tilghman LesherMerged revisions 163088 via svnmerge from
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
2008-12-04 Eliel C. SardanonsAdded XML documentation for the following AGI commands:
2008-11-26 Kevin P. Flemingimprove handling of API calls provided by loaded module...
2008-11-24 Matthew NicholsonAdded EVENT_FLAG_AGI and used it for manager calls...
2008-11-19 Kevin P. Flemingcorrect small bug introduced during API conversion
2008-11-19 Kevin P. Flemingmake some corrections to the ast_agi_register_multiple...
2008-11-12 Eliel C. SardanonsAdd XML documentation for AGI commands:
2008-11-12 Michiel van BaakThis commit does two things:
2008-11-12 Eliel C. Sardanons- Add 'database del', 'database put' and 'set music...
2008-11-12 Eliel C. SardanonsImplement AGI XML documentation parsing functions.
2008-11-02 Kevin P. Flemingbring over all the fixes for the warnings found by...
2008-10-12 Michiel van Baakfix the 'agi show commands' CLI function.
2008-10-06 Jeff PeelerSimilar to r143204, masquerade the channel in the case...
2008-09-28 Michiel van BaakMerge the cli_cleanup branch.
2008-09-06 Tilghman LesherMerged revisions 141503 via svnmerge from
2008-09-04 Jeff PeelerMerged revisions 141028 via svnmerge from
2008-08-10 Sean BrightAll of the res/ stuff (other than res_jabber) from...
2008-08-09 Tilghman LesherUpdate documentation as to the behavior of AGI in 1...
2008-08-05 Kevin P. Flemingmake datastore creation and destruction a generic API...
2008-07-30 Tilghman LesherMerged revisions 134480 via svnmerge from
2008-07-15 Russell BryantFix a couple of places in res_agi where the agi_command...
2008-07-09 Tilghman LesherCode wasn't ready to be merged - see -dev list discussion
2008-07-05 Olle JohanssonImplement flags for AGI in the channel structure so...
2008-06-18 Sean BrightWhitespace only
2008-06-05 Tilghman LesherConditionally load the AGI command gosub, depending...
2008-06-03 Tilghman LesherMove compatibility options into asterisk.conf, default...
next