lawrencehj
2021-03-26 f9d30bdfadd68e61f545e1c5f6260d4f58dca040
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);