+
+ {{ t('views.dashboard.cdr.cdrInfo') }}
+
+
+ {{ t('views.ne.common.neName') }}:
+ {{ record.neName }}
+
+
+ {{ t('views.ne.common.rmUid') }}:
+ {{ record.rmUID }}
+
+
+ {{ t('views.dashboard.cdr.time') }}:
+ {{ parseDateToStr(+record.timestamp * 1000) }}
+
+
+ {{ t('views.dashboard.cdr.rowInfo') }}
+
+
+ {{ t('views.dashboard.cdr.type') }}:
+
+
+
+ {{ t('views.dashboard.cdr.duration') }}:
+
+ {{ parseDuration(record.cdrJSON.callDuration) }}
+
+ -
+
+
+ {{ t('views.dashboard.cdr.caller') }}:
+ {{ record.cdrJSON.callerParty }}
+
+
+ {{ t('views.dashboard.cdr.called') }}:
+ {{ record.cdrJSON.calledParty }}
+
+
+ {{ t('views.dashboard.cdr.result') }}:
+
+
+
+
+ {{ t('views.dashboard.overview.userActivity.resultOK') }}
+
+
+
+