From e7c55ccc1db6f6338037772c60254b018f23f710 Mon Sep 17 00:00:00 2001 From: Len Date: Thu, 18 Feb 2021 18:29:33 -0500 Subject: [PATCH] Duplicate variable yealink_ringtone_url and uuid Duplicate variable yealink_ringtone_url and uuid 7af991ec-ddb9-4942-a05d-d1acc529fef5 --- app/yealink/app_config.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/yealink/app_config.php b/app/yealink/app_config.php index 20c6333b0c..983e0478c7 100644 --- a/app/yealink/app_config.php +++ b/app/yealink/app_config.php @@ -567,14 +567,6 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "http://localhost/all,delete all the customized ring tones"; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7af991ec-ddb9-4942-a05d-d1acc529fef5"; - $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; - $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_ringtone_url"; - $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; - $apps[$x]['default_settings'][$y]['default_setting_value'] = "custom.wav"; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; - $apps[$x]['default_settings'][$y]['default_setting_description'] = "Before using this parameter, you should store the desired ring tone (custom.wav) to the provisioning server"; - $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "95862d61-18ac-41b5-ac69-467e0ef3afd7"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_remote_phonebook_1_name";