mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Documentation updates (thanks Shaun for the speechrec.txt one!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40968 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -169,7 +169,7 @@ ARG1 is equal to the file to play back after "I heard..." is played.
|
||||
exten => s,7,Set(CONFIRM=${SPEECH_TEXT(0)})
|
||||
exten => s,8,GotoIf($["${SPEECH_TEXT(0)}" = "1"]?9:10)
|
||||
exten => s,9,Set(CONFIRM=yes)
|
||||
exten => s,10,Set(${CONFIRMED}=${OLDTEXT0})
|
||||
exten => s,10,Set(CONFIRMED=${OLDTEXT0})
|
||||
exten => s,11,SpeechDeactivateGrammar(yes_no)
|
||||
|
||||
* The Asterisk Speech Recognition C API
|
||||
|
Reference in New Issue
Block a user