lawrencehj
2021-04-13 8b4f7095e2e850cccd9b7bb00703163c08d31bbe
src/main/java/com/genersoft/iot/vmp/conf/SipPlatformRunner.java
@@ -33,10 +33,12 @@
        // 设置所有平台离线
        storager.outlineForAllParentPlatform();
        // 清理所有平台注册缓存
        redisCatchStorage.cleanPlatformRegisterInfos();
        List<ParentPlatform> parentPlatforms = storager.queryEnableParentPlatformList(true);
        for (ParentPlatform parentPlatform : parentPlatforms) {
            redisCatchStorage.updatePlatformRegister(parentPlatform);
            redisCatchStorage.updatePlatformKeepalive(parentPlatform);