]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2904 detect_speech documentation incomplete
authorJeff Lenk <jeff@jefflenk.com>
Thu, 9 Dec 2010 20:25:39 +0000 (14:25 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 9 Dec 2010 20:25:39 +0000 (14:25 -0600)
src/mod/applications/mod_dptools/mod_dptools.c

index 4fd6a676ea5a7abcf14a7db6f8bcfbfc51f2fb53..eaff5b9364752bc0bfbd808fab1a42f54d002101 100755 (executable)
@@ -269,7 +269,7 @@ SWITCH_STANDARD_APP(bind_digit_action_function)
 }
 
 
-#define DETECT_SPEECH_SYNTAX "<mod_name> <gram_name> <gram_path> [<addr>] OR grammar <gram_name> [<path>] OR pause OR resume"
+#define DETECT_SPEECH_SYNTAX "<mod_name> <gram_name> <gram_path> [<addr>] OR grammar <gram_name> [<path>] OR nogrammar <gram_name> OR pause OR resume OR stop OR param <name> <value>"
 SWITCH_STANDARD_APP(detect_speech_function)
 {
        char *argv[4];