From 08b4c9505dc61db2dc9d0fde9c1c75f10a1b1428 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 21 Jun 2017 19:10:11 -0600 Subject: [PATCH] Update app_config.php --- app/xml_cdr/app_config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index f676e774ad..9b78bb7fb1 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -315,6 +315,10 @@ $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."; $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'] = ""; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "leg"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "char(1)"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; @@ -409,4 +413,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Save who hung up or cancelled the leg."; -?> \ No newline at end of file +?>