From 92d7d9524f19ded9445d7f5eab6d84684ec8b82d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 31 Jan 2018 14:57:45 -0700 Subject: [PATCH] Update app_config.php --- app/xml_cdr/app_config.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index ea5a7f5601..6ff642a271 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -391,17 +391,21 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent name"; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent_type"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent type"; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent_bridged"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "bridged true or false"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_queue_answered_epoch"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent type"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "queue answered epoch"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_queue_terminated_epoch"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent type"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "queue terminated epoch"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_cause"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";