summaryrefslogtreecommitdiff
path: root/apps/app_speech_utils.c
AgeCommit message (Expand)Author
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
2007-04-06Merged revisions 60361 via svnmerge from Joshua Colp
2007-04-03Merged revisions 59963 via svnmerge from Joshua Colp
2007-03-26Merged revisions 59223 via svnmerge from Joshua Colp
2007-03-26Merged revisions 59213 via svnmerge from Joshua Colp
2007-02-28Merged revisions 57053 via svnmerge from Joshua Colp
2007-02-21Merged revisions 55947 via svnmerge from Joshua Colp
2007-02-16Merged revisions 54714 via svnmerge from Joshua Colp
2007-02-08Merged revisions 53601 via svnmerge from Joshua Colp
2007-01-18Merged revisions 51251 via svnmerge from Joshua Colp
2007-01-10Merged revisions 50433 via svnmerge from Joshua Colp
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way hereKevin P. Fleming
2006-10-05As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), B...Steve Murphy
2006-08-24Documentation updates (thanks Shaun for the speechrec.txt one!)Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-18Expand speech API so that the developer can interact with the engine more dir...Joshua Colp
2006-06-11don't leak a frame when breaking out of the loop on a timeoutRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-30fix various typos and other bits (from Ian Kinner)Kevin P. Fleming
2006-05-24Nothing to see here... move alongJoshua Colp
2006-05-24Update some documentation (file internal brain bug #42)Joshua Colp
2006-05-15Make sure that the channel is answered before doing SpeechBackground. (issue ...Joshua Colp
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-01remove \n from the end of a couple of synopsis fieldsRussell Bryant
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using dial...Joshua Colp
2006-04-12Add ability to see if the person calling said anything or not.Joshua Colp
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...Joshua Colp