\n";
if (
file_exists($_SERVER["DOCUMENT_ROOT"]."/themes/".$_SESSION['domain']['template']['name']."/images/icon_cdr_inbound_missed.png") &&
file_exists($_SERVER["DOCUMENT_ROOT"]."/themes/".$_SESSION['domain']['template']['name']."/images/icon_cdr_inbound_connected.png") &&
@@ -457,40 +447,38 @@
else {
echo " | | ";
}
- echo " ";
+ echo " | ";
echo $row['caller_id_name'].' ';
echo " | \n";
- echo " ";
+ echo " | ";
if (is_numeric($row['caller_id_number'])) {
- echo format_phone($row['caller_id_number']).' ';
+ echo format_phone($row['caller_id_number']).' ';
}
else {
- echo $row['caller_id_number'].' ';
+ echo $row['caller_id_number'].' ';
}
echo " | \n";
- echo " ".$tmp_start_epoch." | \n";
+ echo " ".$tmp_start_epoch." | \n";
$seconds = ($row['hangup_cause']=="ORIGINATOR_CANCEL") ? $row['duration'] : $row['billsec']; //If they cancelled, show the ring time, not the bill time.
- echo " ".gmdate("G:i:s", $seconds)." | \n";
- echo " ";
- if (if_group("admin") || if_group("superadmin")) {
- echo " ".$v_link_label_view."";
- }
- echo "".$v_link_label_add."";
- echo " | ";
+ echo " ".gmdate("G:i:s", $seconds)." | \n";
+ //echo " ";
+ //if (if_group("superadmin")) {
+ // echo " ".$v_link_label_view."";
+ //}
+ //echo " ".$v_link_label_add."";
+ //echo " | ";
echo "
\n";
$c = $c == 1 ? 0 : 1;
}
}
unset($result);
-
}
echo "