From 896092a9328c2935bc2d449c9f6f3baf872f4500 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 15 Dec 2018 10:03:02 -0700 Subject: [PATCH] Update app_config.php --- app/xml_cdr/app_config.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index ebb3146313..84d3dd26ef 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -275,17 +275,6 @@ $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']['text'] = "xml"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "xml_cdr"; - $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'] = "json"; - $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "jsonb"; - $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "caller_id_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; @@ -535,5 +524,16 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_hangup_disposition"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Save who hung up or cancelled the leg."; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "xml"; + $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "xml_cdr"; + $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'] = "json"; + $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "jsonb"; + $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; ?>