From a045893faac395f3e3de161a6328072fcf71617e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 29 Jan 2018 15:29:10 -0700 Subject: [PATCH] Update app_config.php --- app/xml_cdr/app_config.php | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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++;