diff --git a/Layout/default/VoiceCallActive/Index.php b/Layout/default/VoiceCallActive/Index.php
index a3753fe09..e6c1a8439 100644
--- a/Layout/default/VoiceCallActive/Index.php
+++ b/Layout/default/VoiceCallActive/Index.php
@@ -34,7 +34,7 @@ include(realpath(dirname(__FILE__) . "/../../$mfLayoutPackage") . "/header.php")
small ref="table">
-
+
+
+
+
+
Ringing
+
Outgoing
+
Ingoing
+
-
- {{ new Date(row.answer_time).toLocaleString() }}
+ {{ !isNaN(new Date(row.answer_time)) ? new Date(row.answer_time).toLocaleString() : 'Call is not running' }}
-
+
+
+
+ {{ row.status }}
+
-
+
+
+
+
+