code review
parent
0222a1e70d
commit
c38ffe3786
|
@ -476,7 +476,7 @@ public class InviteRequestProcessor extends SIPRequestProcessorParent implements
|
||||||
hookEvent.run(code, msg, data);
|
hookEvent.run(code, msg, data);
|
||||||
} else if (code == InviteErrorCode.ERROR_FOR_SIGNALLING_TIMEOUT.getCode()
|
} else if (code == InviteErrorCode.ERROR_FOR_SIGNALLING_TIMEOUT.getCode()
|
||||||
|| code == InviteErrorCode.ERROR_FOR_STREAM_TIMEOUT.getCode()) {
|
|| code == InviteErrorCode.ERROR_FOR_STREAM_TIMEOUT.getCode()) {
|
||||||
logger.info("[录像下载]超时, 用户:{}, 通道:{}", username, channelId);
|
logger.info("[上级响应Invite]超时, 用户:{}, 通道:{}", username, channelId);
|
||||||
redisCatchStorage.deleteSendRTPServer(platform.getServerGBId(), channelId, callIdHeader.getCallId(), null);
|
redisCatchStorage.deleteSendRTPServer(platform.getServerGBId(), channelId, callIdHeader.getCallId(), null);
|
||||||
errorEvent.run(code, msg, data);
|
errorEvent.run(code, msg, data);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue