]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_dptools] Fix silence_ms misspelling typo in vad_test command
authorSharath K Shetty <1905589+TelephonyMan@users.noreply.github.com>
Wed, 1 Sep 2021 14:48:42 +0000 (20:18 +0530)
committerGitHub <noreply@github.com>
Wed, 1 Sep 2021 14:48:42 +0000 (17:48 +0300)
src/mod/applications/mod_dptools/mod_dptools.c

index 43329eb00636c4d332b9a8f50d0f798ddd45d34a..f35c3cb8f8b06a1f6d0cefd0dba0952d1eee2523 100644 (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"))) {