[svn-commits] trunk r30959 - /trunk/doc/speechrec.txt

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue May 30 15:11:35 MST 2006


Author: file
Date: Tue May 30 17:11:34 2006
New Revision: 30959

URL: http://svn.digium.com/view/asterisk?rev=30959&view=rev
Log:
Tiny documentation fix

Modified:
    trunk/doc/speechrec.txt

Modified: trunk/doc/speechrec.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/speechrec.txt?rev=30959&r1=30958&r2=30959&view=diff
==============================================================================
--- trunk/doc/speechrec.txt (original)
+++ trunk/doc/speechrec.txt Tue May 30 17:11:34 2006
@@ -148,8 +148,7 @@
 	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:
 



More information about the svn-commits mailing list