From 4bb8bbe8a4c779e2da67bd351c5e8a2c73ec2987 Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Mon, 5 Feb 2024 12:49:12 -0500 Subject: [PATCH] Update app_config.php (#6884) --- app/snom/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/snom/app_config.php b/app/snom/app_config.php index 43f4c53de8..71bd76c0a6 100644 --- a/app/snom/app_config.php +++ b/app/snom/app_config.php @@ -334,5 +334,13 @@ $apps[$x]['default_settings'][$y]['default_setting_value'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "New dialtone when the hold is pressed."; + $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "10d7e528-d3ca-495c-bfdc-7969d3235601"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "snom_provision_timer_seconds"; + $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'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "If a value greater than 0 is set (=number of seconds) the phone configuration will be requested from the setting server after the time has elapsed."; ?>