aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_speech.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-31Make it the engine's responsible to check for the presence of results.file1-1/+1
2007-08-13Instead of accepting a single DTMF character accept a full string.file1-1/+1
2007-08-13Add an API call to allow the engine to know that DTMF was received.file1-0/+15
2007-07-31Add a flag to the speech API that allows an engine to set whether it received...file1-1/+2
2007-05-31Change a couple of header files to not use "new", which is a reserved keywordrussell1-1/+1
2007-04-06Add support for returning different types of results (ie: NBest).file1-0/+13
2006-10-13Clear the quiet flag too since we are restarting a recognition again (reporte...file1-0/+1
2006-10-13Check return value from engine in case of failure (ie: out of licenses) (repo...file1-2/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-13/+6
2006-07-18Expand speech API so that the developer can interact with the engine more dir...file1-0/+12
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-18/+7
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using dial...file1-1/+31
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...file1-0/+346