From c73de2e48e0f96b01973c8324a818bc694567622 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 1 Feb 2017 13:30:49 -0700 Subject: [PATCH] Update app_config.php --- app/recordings/app_config.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/app/recordings/app_config.php b/app/recordings/app_config.php index b660cb2765..065d87d8a2 100644 --- a/app/recordings/app_config.php +++ b/app/recordings/app_config.php @@ -68,6 +68,17 @@ $apps[$x]['permissions'][6]['groups'][] = "admin"; $apps[$x]['permissions'][6]['groups'][] = "superadmin"; + //default settings + $y = 0; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'a780b88f-188b-4d73-a1df-f93a114ca16d'; + $apps[$x]['default_settings'][$y]['default_setting_category'] = 'recordings'; + $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'] = ''; + $y++; + //schema details $y = 0; //table array index $z = 0; //field array index @@ -121,4 +132,4 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Recording file encoded in base64."; $z++; -?> \ No newline at end of file +?>