summaryrefslogtreecommitdiff
path: root/apps/app_speech_utils.c
AgeCommit message (Expand)Author
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-28datastores: Audit ast_channel_datastore_remove usage.Richard Mudgett
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2013-09-16app_speech_utils: Fix unresolved symbol ast_speech_get_setting().Richard Mudgett
2012-10-01Add support for retrieving engine specific settings using the speech API and ...Joshua Colp
2012-04-20Document Speech* apps hangup on failure and suggest TryExecTerry Wilson
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-05-19Merged revisions 264334 via svnmerge from Matthew Nicholson
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-03-01Swap reversed timevals.Mark Michelson
2009-02-19Merged revisions 177383 via svnmerge from Joshua Colp
2008-12-06Move Speech* applications and functions documentation to XML.Eliel C. Sardanons
2008-10-08Merged revisions 147517 via svnmerge from Joshua Colp
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,Tilghman Lesher
2008-04-25Whitespace changes onlyTilghman Lesher
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2008-01-30Add the 'n' option to SpeechBackground, which has the application not answer theRussell Bryant
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-08-13Merged revisions 79334 via svnmerge from Joshua Colp
2007-08-13Merged revisions 79207 via svnmerge from Joshua Colp
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-25Merged revisions 77176 via svnmerge from Joshua Colp
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-07-11Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results.Joshua Colp
2007-07-11Allow the native formats of a channel to influence the audio that is going to...Joshua Colp
2007-06-22Merged revisions 71068 via svnmerge from Jason Parker
2007-06-15Merged revisions 69558 via svnmerge from Joshua Colp
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-04-13Merged revisions 61651 via svnmerge from Joshua Colp