From 7422515bf419912934971e14a97b5d603e367bb9 Mon Sep 17 00:00:00 2001 From: Mendel <44873735+rabbidiesel@users.noreply.github.com> Date: Sat, 11 Dec 2021 13:03:09 -0500 Subject: [PATCH] Update app_config.php (#6179) Found that this is the variable that are on most yealink configs. --- app/yealink/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/yealink/app_config.php b/app/yealink/app_config.php index df95ca0f86..cb0e0269ab 100644 --- a/app/yealink/app_config.php +++ b/app/yealink/app_config.php @@ -639,6 +639,14 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Enable phone to query the contact names from the remote phonebook when receiving incoming calls. 0-Disabled (default), 1-Enabled;"; $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "a921482c-40db-4aaf-85a8-71732a8b2033"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_remote_phonebook_enable"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $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'] = "Perform a remote phone book search for an incoming or outgoing call and display the matched results on the LCD screen. 0-Disabled;1-Enabled"; + $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "1a703585-bee8-4b77-8e5b-7f1fb29958ff"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_local_directory_enable";