From 07e7238264d0de25d5db453e2b2ebf1b935752d9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 15 Oct 2017 11:36:59 -0600 Subject: [PATCH] Update app_config.php --- app/xml_cdr/app_config.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index fdb895e2cf..a41a59ad68 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -318,10 +318,20 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_file"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Indicates if a recording was made. If a recording exists set this value to true."; + $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "record_path"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "record_name"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "leg"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "char(1)";