diff --git a/app/xml_cdr/xml_cdr_details.php b/app/xml_cdr/xml_cdr_details.php index 81b3c457c..407baedb1 100644 --- a/app/xml_cdr/xml_cdr_details.php +++ b/app/xml_cdr/xml_cdr_details.php @@ -350,6 +350,10 @@ else { $start_time = date("Y-m-d g:i:s a", (int) $start_epoch); $end_time = date("Y-m-d g:i:s a", (int) $end_epoch); + foreach($call_flow_summary as $x => $row) { + $call_flow_summary[$x]["start_stamp"] = date("Y-m-d g:i:s a", (int) $call_flow_summary[$x]["start_epoch"]); + $call_flow_summary[$x]["end_stamp"] = date("Y-m-d g:i:s a", (int) $call_flow_summary[$x]["end_epoch"]); + } } //set the year, month and date