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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37881 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2006-07-18 16:22:26 +00:00
parent 7dd7291aa0
commit 457ec51f8d
4 changed files with 45 additions and 0 deletions

View File

@@ -109,6 +109,10 @@ Returns the recognized text of a result.
Returns the matched grammar of the result.
- SPEECH_ENGINE(name)=value
Sets a speech engine specific attribute.
* Dialplan Flow:
-----------------