summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-08-24 15:44:24 +0000
committerJoshua Colp <jcolp@digium.com>2006-08-24 15:44:24 +0000
commit53454690089c3c9005a4a70f234f1cf233332a97 (patch)
tree9ba2b46dae900ee8198d4ab6a7656a7d883abb46 /doc
parent2986a59faba6f0d4bbf4f14e351bad3f51aaa506 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/speechrec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/speechrec.txt b/doc/speechrec.txt
index 8aa157de1..da5e6c729 100644
--- a/doc/speechrec.txt
+++ b/doc/speechrec.txt
@@ -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