diff --git a/app/call_block/app_config.php b/app/call_block/app_config.php index 04913de6fa..38d6bb5d4d 100644 --- a/app/call_block/app_config.php +++ b/app/call_block/app_config.php @@ -44,7 +44,7 @@ $apps[$x]['default_settings'][$y]['default_setting_category'] = "call_block"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "save_call_detail_record"; $apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean"; - $apps[$x]['default_settings'][$y]['default_setting_value'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Choose whether to save the call detail record when the call is blocked."; @@ -202,4 +202,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>