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";