xml cdr details format duration (#5457)
This commit is contained in:
parent
ab7d1069a7
commit
4670a50fb0
|
|
@ -233,7 +233,7 @@
|
|||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($destination_number)."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($start_stamp)."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($end_stamp)."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($duration)."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape(gmdate("G:i:s", $duration))."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($hangup_cause)."</td>\n";
|
||||
echo "</table>";
|
||||
echo "<br /><br />\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue