Update xml_cdr.php (#4256)
This commit is contained in:
parent
4b9f6c0a2b
commit
e2d6f5520d
|
|
@ -594,6 +594,9 @@
|
||||||
if ($prefix == $is_prefixed) {
|
if ($prefix == $is_prefixed) {
|
||||||
$content .= substr(format_phone(escape(substr($row['destination_number'], 0, 20))),strlen($prefix))."\n";
|
$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 {
|
else {
|
||||||
$content .= format_phone(escape(substr($row['destination_number'], 0, 20)))."\n";
|
$content .= format_phone(escape(substr($row['destination_number'], 0, 20)))."\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue