Commit Graph

28 Commits (556b6b12673640b0b10c99de7ec0f609cebc215d)

Author SHA1 Message Date
Jason Parker e107da04b4 Merged revisions 71065 via svnmerge from
18 years ago
Joshua Colp ad3c504b10 Add support for setting the maximum length of acceptable DTMF in SpeechBackground.
18 years ago
Joshua Colp 72a00026cd Do not bother looking for a result if none are present.
18 years ago
Joshua Colp f996b1cbc8 Add support for returning different types of results (ie: NBest).
18 years ago
Joshua Colp 06634b25ea Don't clash when a person both speaks and uses DTMF.
18 years ago
Joshua Colp fd950a2955 Add ability to specify no timeout. This means as soon as the prompt is done playing it moves on to the next priority.
18 years ago
Joshua Colp a541ea96e1 Make SpeechBackground obey the digit timeout value.
18 years ago
Joshua Colp d92e56ac89 Better handle timeouts when the individual speaks after everything has been played but before the timeout ends.
18 years ago
Joshua Colp 10864c42ea Only start playing the next file if we have not been quieted.
18 years ago
Joshua Colp ae5eec37dd Don't let dtmf leak over into the engine and let it skew the results... also give DTMF results priority. (issue #9014 reported by surftek)
18 years ago
Joshua Colp dce4b744a1 Fix timeout issue when utterance is longer then timeout itself.
18 years ago
Joshua Colp f6132a8ec4 Only start timeout once we reach the end of the files to play back.
19 years ago
Joshua Colp 4ec0f8cbd6 Merge speech-multi branch which adds support for joining multiple sound files together to be played one after another in SpeechBackground.
19 years ago
Joshua Colp 5345469008 Documentation updates (thanks Shaun for the speechrec.txt one!)
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Joshua Colp 457ec51f8d Expand speech API so that the developer can interact with the engine more directly and use specific functions of the connector even if a generic API call is not available
19 years ago
Russell Bryant 558d3924ac don't leak a frame when breaking out of the loop on a timeout
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Kevin P. Fleming 18606233da fix various typos and other bits (from Ian Kinner)
19 years ago
Joshua Colp f35e669a98 Nothing to see here... move along
19 years ago
Joshua Colp 6f8c704e2b Update some documentation (file internal brain bug #42)
19 years ago
Joshua Colp 80a705c121 Make sure that the channel is answered before doing SpeechBackground. (issue #josh-wait-I-dont-have-issue-numbers)
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Russell Bryant 48b812829d remove \n from the end of a couple of synopsis fields
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Joshua Colp 5e43f18529 Updates to speech recognition API and dialplan utilities. Moved to using dialplan functions, and some other misc things.
19 years ago
Joshua Colp 416cd5d8a0 Add ability to see if the person calling said anything or not.
19 years ago
Joshua Colp e4811a8248 Presenting a revised data stores and oh my, a generic speech recognition API! I wonder what we can do with this now...
19 years ago