datastores: Audit ast_channel_datastore_remove usage.
[asterisk/asterisk.git] / apps / app_speech_utils.c
2014-07-28 Richard Mudgettdatastores: Audit ast_channel_datastore_remove usage.
2014-07-25 Mark MichelsonAdd module support level to ast_module_info structure...
2014-07-20 Matthew Jordanmedia formats: re-architect handling of media for perfo...
2014-03-27 Corey FarrellFix dialplan function NULL channel safety issues
2013-09-16 Richard Mudgettapp_speech_utils: Fix unresolved symbol ast_speech_get_...
2012-10-01 Joshua ColpAdd support for retrieving engine specific settings...
2012-04-20 Terry WilsonDocument Speech* apps hangup on failure and suggest...
2012-03-13 Terry WilsonFinalize ast_channel opaquification
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-01-24 Terry WilsonOpaquify channel stringfields
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2011-02-03 David VosselAsterisk media architecture conversion - no more format...
2010-09-02 Tilghman LesherMerged revisions 284610 via svnmerge from
2010-05-19 Matthew NicholsonMerged revisions 264334 via svnmerge from
2009-11-04 Tilghman LesherExpand codec bitfield from 32 bits to 64 bits.
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-03-01 Mark MichelsonSwap reversed timevals.
2009-02-19 Joshua ColpMerged revisions 177383 via svnmerge from
2008-12-06 Eliel C. SardanonsMove Speech* applications and functions documentation...
2008-10-08 Joshua ColpMerged revisions 147517 via svnmerge from
2008-10-06 Tilghman LesherMerged revisions 146799 via svnmerge from
2008-08-05 Kevin P. Flemingmake datastore creation and destruction a generic API...
2008-05-22 Michiel van Baak- revert change to ast_queue_hangup and create ast_queu...
2008-05-01 Tilghman LesherModify TIMEOUT() to be accurate down to the millisecond.
2008-04-30 Tilghman LesherLock around variables retrieved, and copy the values...
2008-04-25 Tilghman LesherWhitespace changes only
2008-03-07 Tilghman LesherMerged revisions 106552 via svnmerge from
2008-01-30 Russell BryantAdd the 'n' option to SpeechBackground, which has the...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-06 Mark Michelson"show application <foo>" changes for clarity.
2007-08-13 Joshua ColpMerged revisions 79334 via svnmerge from
2007-08-13 Joshua ColpMerged revisions 79207 via svnmerge from
2007-07-31 Tilghman LesherMostly cleanup of documentation to substitute the pipe...
2007-07-25 Joshua ColpMerged revisions 77176 via svnmerge from
2007-07-16 Joshua ColpApplications no longer need to call ast_module_user_add...
2007-07-16 Joshua ColpIt is no longer required for each module that deals...
2007-07-11 Joshua ColpUse the linkedlists.h AST_LIST_NEXT macro for modifying...
2007-07-11 Joshua ColpAllow the native formats of a channel to influence...
2007-06-22 Jason ParkerMerged revisions 71068 via svnmerge from
2007-06-15 Joshua ColpMerged revisions 69558 via svnmerge from
2007-06-14 Russell BryantConvert uses of strdup() to ast_strdup()
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-04-13 Joshua ColpMerged revisions 61651 via svnmerge from
2007-04-06 Joshua ColpMerged revisions 60361 via svnmerge from
2007-04-03 Joshua ColpMerged revisions 59963 via svnmerge from
2007-03-26 Joshua ColpMerged revisions 59223 via svnmerge from
2007-03-26 Joshua ColpMerged revisions 59213 via svnmerge from
2007-02-28 Joshua ColpMerged revisions 57053 via svnmerge from
2007-02-21 Joshua ColpMerged revisions 55947 via svnmerge from
2007-02-16 Joshua ColpMerged revisions 54714 via svnmerge from
2007-02-08 Joshua ColpMerged revisions 53601 via svnmerge from
2007-01-18 Joshua ColpMerged revisions 51251 via svnmerge from
2007-01-10 Joshua ColpMerged revisions 50433 via svnmerge from
2007-01-05 Kevin P. Flemingconst-ify some more APIs, and fix rev 49710 from branch...
2006-10-05 Steve MurphyAs per ToDo list, I have made it so that Wait(), WaitEx...
2006-08-24 Joshua ColpDocumentation updates (thanks Shaun for the speechrec...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-07-18 Joshua ColpExpand speech API so that the developer can interact...
2006-06-11 Russell Bryantdon't leak a frame when breaking out of the loop on...
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-30 Kevin P. Flemingfix various typos and other bits (from Ian Kinner)
2006-05-24 Joshua ColpNothing to see here... move along
2006-05-24 Joshua ColpUpdate some documentation (file internal brain bug...
2006-05-15 Joshua ColpMake sure that the channel is answered before doing...
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
2006-05-01 Russell Bryantremove \n from the end of a couple of synopsis fields
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-13 Joshua ColpUpdates to speech recognition API and dialplan utilitie...
2006-04-12 Joshua ColpAdd ability to see if the person calling said anything...
2006-04-10 Joshua ColpPresenting a revised data stores and oh my, a generic...