From 34e36835275432baddb5e7ce37c3ffaa8b3625d6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 31 Jul 2021 19:15:18 -0600 Subject: [PATCH] Add sip_call_id to the xml cdr table. --- app/xml_cdr/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index 9df0c958f5..ca2009ab9a 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -396,6 +396,10 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_call_id"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";