From 758f38d66474280f5ad07d45aa18026017677a23 Mon Sep 17 00:00:00 2001 From: Len Date: Thu, 9 Jul 2020 19:47:56 -0400 Subject: [PATCH] Update app_config.php (#5342) * Update app_config.php Description: It configures whether to use audio encryption service. CFG Configuration: account.x.srtp_encryption Valid Value: (0-Disabled;1-Optional;2-Compulsory) Optional: The phone will negotiate with the other phone what type of encryption to use for the session. Compulsory: The phone must use SRTP during a call. --- app/yealink/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/yealink/app_config.php b/app/yealink/app_config.php index 739361479c..d213ae8ecd 100644 --- a/app/yealink/app_config.php +++ b/app/yealink/app_config.php @@ -109,7 +109,7 @@ $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; $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_description'] = "0-Disabled (default), 1-Forced, 2-Negotiate"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "0=Disabled, 1=Optional, 2=Compulsory"; $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "f0704072-c3d9-48df-b89b-2aea6035b3c4"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";