aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_speech_utils.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-19If we are able to create a speech structure unset the ERROR variable in case ...file1-0/+2
2008-10-08If we receive DTMF make sure that the state of the speech structure goes back...file1-0/+1
2008-10-06Dialplan functions should not actually return 0, unless they have modified thetilghman1-2/+10
2008-03-07Safely use the strncat() function.tilghman1-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/+1
2007-07-25(closes issue #10303)file1-2/+10
2007-06-22Merged revisions 71065 via svnmerge from qwell1-2/+1
2007-06-15Add support for setting the maximum length of acceptable DTMF in SpeechBackgr...file1-1/+9
2007-04-13Do not bother looking for a result if none are present.file1-0/+3
2007-04-06Add support for returning different types of results (ie: NBest).file1-15/+52
2007-04-03Don't clash when a person both speaks and uses DTMF.file1-2/+4
2007-03-26Add ability to specify no timeout. This means as soon as the prompt is done p...file1-3/+12
2007-03-26Make SpeechBackground obey the digit timeout value.file1-1/+1
2007-02-28Better handle timeouts when the individual speaks after everything has been p...file1-3/+4
2007-02-21Only start playing the next file if we have not been quieted.file1-1/+1
2007-02-16Don't let dtmf leak over into the engine and let it skew the results... also ...file1-26/+30
2007-02-08Fix timeout issue when utterance is longer then timeout itself.file1-2/+3
2007-01-18Only start timeout once we reach the end of the files to play back.file1-1/+1
2007-01-10Merge speech-multi branch which adds support for joining multiple sound files...file1-28/+25
2006-08-24Documentation updates (thanks Shaun for the speechrec.txt one!)file1-2/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-59/+45
2006-07-18Expand speech API so that the developer can interact with the engine more dir...file1-0/+25
2006-06-11don't leak a frame when breaking out of the loop on a timeoutrussell1-0/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-30fix various typos and other bits (from Ian Kinner)kpfleming1-1/+1
2006-05-24Nothing to see here... move alongfile1-1/+1
2006-05-24Update some documentation (file internal brain bug #42)file1-2/+2
2006-05-15Make sure that the channel is answered before doing SpeechBackground. (issue ...file1-0/+6
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+2
2006-05-01remove \n from the end of a couple of synopsis fieldsrussell1-2/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-18/+6
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using dial...file1-184/+399
2006-04-12Add ability to see if the person calling said anything or not.file1-0/+2
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...file1-0/+575