From f5d766ad66503a5cad4215390e2a75b66e1cac2c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 13 Apr 2021 18:34:17 -0600 Subject: [PATCH] Add polycom_subscribe_expires to default settings. --- app/polycom/app_config.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/polycom/app_config.php b/app/polycom/app_config.php index bdb9ce40b9..154a5248e1 100644 --- a/app/polycom/app_config.php +++ b/app/polycom/app_config.php @@ -502,4 +502,13 @@ $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 0, soft key is positioned in the first empty space from the left. If 1, the soft key is displayed BEFORE (to the left of) the first default soft key. default = 0"; + $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "d25fc66f-f363-4322-8efa-80b438a9a64f"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "polycom_subscribe_expires"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "3600"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Subscribe expire time in seconds. Default 3600"; + ?>