pull/243/head
parent
cb213f4417
commit
c23932eb00
|
@ -66,6 +66,7 @@ public class PlatformKeepaliveExpireEventLister implements ApplicationListener<P
|
||||||
storager.updateParentPlatformStatus(event.getPlatformGbID(), false);
|
storager.updateParentPlatformStatus(event.getPlatformGbID(), false);
|
||||||
publisher.platformNotRegisterEventPublish(event.getPlatformGbID());
|
publisher.platformNotRegisterEventPublish(event.getPlatformGbID());
|
||||||
parentPlatformCatch.setKeepAliveReply(0);
|
parentPlatformCatch.setKeepAliveReply(0);
|
||||||
|
redisCatchStorage.updatePlatformCatchInfo(parentPlatformCatch);
|
||||||
}else {
|
}else {
|
||||||
// 再次发送心跳
|
// 再次发送心跳
|
||||||
String callId = sipCommanderForPlatform.keepalive(parentPlatform);
|
String callId = sipCommanderForPlatform.keepalive(parentPlatform);
|
||||||
|
|
Loading…
Reference in New Issue