Update xml_cdr.php (#4256)

This commit is contained in:
agree 2019-06-05 14:18:56 -04:00 committed by FusionPBX
parent 3dcec79663
commit 1c935a44e5
1 changed files with 3 additions and 0 deletions

View File

@ -594,6 +594,9 @@
if ($prefix == $is_prefixed) {
$content .= substr(format_phone(escape(substr($row['destination_number'], 0, 20))),strlen($prefix))."\n";
}
else {
$content .= format_phone(escape(substr($row['destination_number'], 0, 20)))."\n";
}
}
else {
$content .= format_phone(escape(substr($row['destination_number'], 0, 20)))."\n";