feat: 看板用户事件CDR短信类型
This commit is contained in:
@@ -95,7 +95,7 @@ onMounted(() => {
|
|||||||
{{ item.data.calledParty }}
|
{{ item.data.calledParty }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div v-if="item.data.callType !== 'sms'">
|
||||||
{{ t('views.dashboard.overview.userActivity.duration') }}:
|
{{ t('views.dashboard.overview.userActivity.duration') }}:
|
||||||
<span>{{ parseDuration(item.data.callDuration) }}</span>
|
<span>{{ parseDuration(item.data.callDuration) }}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -227,6 +227,13 @@ onMounted(() => {
|
|||||||
"fwdType": "CFB" // CFU,CFB, CFNR, CFNL
|
"fwdType": "CFB" // CFU,CFB, CFNR, CFNL
|
||||||
"fwdParty":"7999",
|
"fwdParty":"7999",
|
||||||
"cause": 200 // 200, 403, 408, 500 .... }
|
"cause": 200 // 200, 403, 408, 500 .... }
|
||||||
|
|
||||||
|
{"neType":"IMS","neName":"IMS_001","rmUID":"4400HX1IMS001","timestamp":1707124616,
|
||||||
|
"CDR":{"recordType":"MOSM","seqNumber":1,"callReference":"IIocbkeoj@10.10.91.22",
|
||||||
|
"callerParty":"12307551241","calledParty":"+8613800755000","serviceResult":"ok",
|
||||||
|
"seizureTime":1707124616,"answerTime":1707124616,"releaseTime":1707124616,
|
||||||
|
"callDuration":0,"callType":"text","fwdType":"","fwdParty":"","cause":202}}
|
||||||
|
|
||||||
https://telnyx.com/resources/sip-response-codes-need-know-2-minutes
|
https://telnyx.com/resources/sip-response-codes-need-know-2-minutes
|
||||||
主叫:callerParty
|
主叫:callerParty
|
||||||
被叫:calledParty
|
被叫:calledParty
|
||||||
|
|||||||
Reference in New Issue
Block a user