diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index a41a59ad68..ea5a7f5601 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -381,11 +381,29 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Unique session identifier"; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent_uuid"; + $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; + $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "agent id"; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_agent"; $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]['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"; + $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"; + $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"; $z++;