Dectinc Chen
2021-04-16 681351d74040d64024c924a6d7da4e17b96d6a38
src/main/java/com/genersoft/iot/vmp/conf/SipPlatformRunner.java
@@ -33,6 +33,9 @@
        // 设置所有平台离线
        storager.outlineForAllParentPlatform();
        // 清理所有平台注册缓存
        redisCatchStorage.cleanPlatformRegisterInfos();
        List<ParentPlatform> parentPlatforms = storager.queryEnableParentPlatformList(true);
        for (ParentPlatform parentPlatform : parentPlatforms) {