From 3f6a57c7835163483b05e231fe5c4474d9ddc0f7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 21 Mar 2019 14:04:16 -0600 Subject: [PATCH] Update app_config.php --- app/call_block/app_config.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/call_block/app_config.php b/app/call_block/app_config.php index ba60118bdc..02a9e41b1f 100644 --- a/app/call_block/app_config.php +++ b/app/call_block/app_config.php @@ -28,6 +28,16 @@ $apps[$x]['description']['sv-se'] = ""; $apps[$x]['description']['uk-ua'] = ""; + //default settings + $y=0; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "e8356e52-3d18-4da5-93b1-9b2e08878982"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "call_block"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "recent_call_limit"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "50"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Number of recent calls to show."; + //permission details $y=0; $apps[$x]['permissions'][$y]['name'] = "call_block_view"; @@ -97,4 +107,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enable/disable blocking the call."; -?> \ No newline at end of file +?>