Change value of yealink_voice_vad to 0
A value of 0 disables voice activity detection. VAD when enabled on a Yealink T54W made the audio at the beginning of the call start at the beginning of the call and sometimes took 1 to 30 seconds to start. Recommend changing this value on all systems using Yealink to use 0 to disable voice activity detection. Currently yealink_voice_vad is used in t46s, t41s, and t54w
This commit is contained in:
parent
9b0292f3d2
commit
7f7ca70210
|
|
@ -1420,7 +1420,7 @@
|
||||||
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
|
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
|
||||||
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_voice_vad";
|
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_voice_vad";
|
||||||
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
|
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
|
||||||
$apps[$x]['default_settings'][$y]['default_setting_value'] = "1";
|
$apps[$x]['default_settings'][$y]['default_setting_value'] = "0";
|
||||||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
||||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set 1 = On, 0 = Off (default)";
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set 1 = On, 0 = Off (default)";
|
||||||
$y++;
|
$y++;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue