From 5578b102bd681c4a0c0f85c13b55eab1b2eaffe3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 29 Apr 2017 23:30:37 -0600 Subject: [PATCH] Update app_config.php --- app/destinations/app_config.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 59b0792ca8..f03ef5be7e 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -62,6 +62,17 @@ $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $y++; + //default settings + $y = 0; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '70d8538a-89ab-4db6-87b1-f5e447680283'; + $apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit'; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'destinations'; + $apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric'; + $apps[$x]['default_settings'][$y]['default_setting_value'] = '3'; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ''; + $y++; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_destinations";