From 74031d8bec799d0393f1fe72b7552cfcb389a97d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 1 Feb 2017 13:22:24 -0700 Subject: [PATCH] Update app_config.php --- app/fax/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/fax/app_config.php b/app/fax/app_config.php index cf508f9e97..959622b0e2 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -316,6 +316,14 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Delay before next call sequence'; $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '325e3b06-1199-40e0-8703-8adf7efd9f4f'; + $apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax'; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'storage_type'; + $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; + $apps[$x]['default_settings'][$y]['default_setting_value'] = 'base64'; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; + $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Store FAX in base64.'; + $y++; //schema details $y = 0; //table array index