diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index 7829d26c4d..2619f2c8e7 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -178,7 +178,7 @@ $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'] = "caller_destination_number"; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "caller_destination"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++;