|
|
@@ -138,7 +138,7 @@ public class UserOutboundServiceImpl extends BaseMybatisDao<UserArchivesMapper>
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public Object callCompleted(InputCallCompleter in) {
|
|
|
+ public Object pushcallCompleted(InputCallCompleter in) {
|
|
|
//{authentication=authenticationBo{customer='C322', timestamp='1732070407', seq='68197723', digest='c310ec894cee31765baa1b4f97426014'},
|
|
|
// notify={type=billing, startTime=2024-11-20 10:39:37, ringTime=2024-11-20 10:39:39, answerTime=2024-11-20 10:39:53,
|
|
|
// byeTime=2024-11-20 10:40:05, staffNo=1863336, group1=默认班组, group2=, callee=13297312076, caller=15574937814,
|
|
|
@@ -153,6 +153,7 @@ public class UserOutboundServiceImpl extends BaseMybatisDao<UserArchivesMapper>
|
|
|
String caller=(String) notify.get("caller");
|
|
|
String typeResult=(String) notify.get("typeResult");
|
|
|
String timeLength=(String) notify.get("timeLength");
|
|
|
+ String callResultMsg=(String) notify.get("callResultMsg");
|
|
|
String name=admin.getName();
|
|
|
String ContactName=null;
|
|
|
String uid=null;
|
|
|
@@ -171,6 +172,7 @@ public class UserOutboundServiceImpl extends BaseMybatisDao<UserArchivesMapper>
|
|
|
String substring = callee.substring(callee.length() - 4);
|
|
|
callLog.setMobileLastDigits(substring);
|
|
|
callLog.setDuration(Integer.parseInt(timeLength));
|
|
|
+ callLog.setRemarks(callResultMsg);
|
|
|
callLogMapper.insert(callLog);
|
|
|
//需要关闭客户呼叫中
|
|
|
try {
|