aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: