feat: 看板用户事件CDR短信类型
This commit is contained in:
@@ -95,7 +95,7 @@ onMounted(() => {
|
||||
{{ item.data.calledParty }}
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
<div v-if="item.data.callType !== 'sms'">
|
||||
{{ t('views.dashboard.overview.userActivity.duration') }}:
|
||||
<span>{{ parseDuration(item.data.callDuration) }}</span>
|
||||
</div>
|
||||
@@ -227,6 +227,13 @@ onMounted(() => {
|
||||
"fwdType": "CFB" // CFU,CFB, CFNR, CFNL
|
||||
"fwdParty":"7999",
|
||||
"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
|
||||
主叫:callerParty
|
||||
被叫:calledParty
|
||||
|
||||
Reference in New Issue
Block a user