mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
FS-5573 --resolve
This commit is contained in:
@@ -445,6 +445,8 @@ SWITCH_STANDARD_APP(detect_speech_function)
|
||||
switch_ivr_detect_speech_disable_grammar(session, argv[1]);
|
||||
} else if (!strcasecmp(argv[0], "grammarsalloff")) {
|
||||
switch_ivr_detect_speech_disable_all_grammars(session);
|
||||
} else if (!strcasecmp(argv[0], "init")) {
|
||||
switch_ivr_detect_speech_init(session, argv[1], argv[2], NULL);
|
||||
} else if (!strcasecmp(argv[0], "pause")) {
|
||||
switch_ivr_pause_detect_speech(session);
|
||||
} else if (!strcasecmp(argv[0], "resume")) {
|
||||
|
||||
Reference in New Issue
Block a user