From 79e42aafef41244d1a8d3f18f8bce7e3b3e7c55e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 16 Mar 2019 04:18:21 -0600 Subject: [PATCH] Update app_config.php --- app/xml_cdr/app_config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index 8e53feb81b..f7ec7f8fde 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -421,6 +421,12 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Save the last application data."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "missed_call"; + $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "boolean"; + $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_side"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Queue side is either member or agent";