|
@@ -271,7 +271,7 @@ public class UnicomLogic {
|
|
if(ring != null && ringingTime != null) {
|
|
if(ring != null && ringingTime != null) {
|
|
callRecord.setRingTimestamp((int)DateUtil.betweenMs(ring,ringingTime));
|
|
callRecord.setRingTimestamp((int)DateUtil.betweenMs(ring,ringingTime));
|
|
}
|
|
}
|
|
- String ossUrl = ossUtil.getAccessUrl()+filepath;
|
|
|
|
|
|
+ String ossUrl = ossUtil.getAccessUrl2()+filepath;
|
|
callRecord.setFileUrl(ossUrl);
|
|
callRecord.setFileUrl(ossUrl);
|
|
if(callRecord.getCallTimestamp() > 0){
|
|
if(callRecord.getCallTimestamp() > 0){
|
|
callRecord.setStatus("回访成功");
|
|
callRecord.setStatus("回访成功");
|