[mod_dptools] Fix silence_ms misspelling typo in vad_test command

This commit is contained in:
Sharath K Shetty 2021-09-01 20:18:42 +05:30 committed by GitHub
parent 86d2189032
commit ee9214c6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6285,7 +6285,7 @@ SWITCH_STANDARD_APP(vad_test_function)
if ((var = switch_channel_get_variable(channel, "vad_silence_ms"))) {
tmp = atoi(var);
if (tmp > 0) switch_vad_set_param(vad, "sicence_ms", tmp);
if (tmp > 0) switch_vad_set_param(vad, "silence_ms", tmp);
}
if ((var = switch_channel_get_variable(channel, "vad_thresh"))) {