From 559a391130eb8c93f9cd5d63c7de0ba8fe4cc6db Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 13 Feb 2018 10:14:53 -0700 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 6df89521ec..9b7418a31c 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -413,6 +413,16 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "bigint"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "queue terminated epoch"; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_queue_canceled_epoch"; + $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "numeric"; + $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "numeric"; + $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "bigint"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "cause"; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_cancel_reason"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "cause"; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_cause"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent type";