aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-30 22:11:34 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-30 22:11:34 +0000
commit6c8a201619b96413036ccd74280ed99d87b7e72f (patch)
treee379297845e7b0ee3a217803c0ccc9996cccc1b3 /doc
parent79c7f47ef48159bf5edf96eaee838fa304b6494d (diff)
Tiny documentation fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30959 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/speechrec.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/speechrec.txt b/doc/speechrec.txt
index 46da11b8b..7c4960ea3 100644
--- a/doc/speechrec.txt
+++ b/doc/speechrec.txt
@@ -148,8 +148,7 @@ $company_directory = ($josh | $mark | $kevin) { $ = $$ };
exten => s,3,SpeechStart()
exten => s,4,SpeechBackground(who-would-you-like-to-dial)
exten => s,5,SpeechDeactivateGrammar(company-directory)
- exten => s,6,SpeechDestroy()
- exten => s,7,Goto(internal-extensions-${SPEECH_TEXT(0)})
+ exten => s,6,Goto(internal-extensions-${SPEECH_TEXT(0)})
- Useful Dialplan Tidbits: