648540858
2022-03-06 9d37b411ec6f0eea32b7d659d62f31bee4d93dbb
src/main/java/com/genersoft/iot/vmp/gb28181/event/offline/KeepaliveTimeoutListenerForPlatform.java
@@ -76,10 +76,7 @@
            eventResult.callId = callid;
            eventResult.msg = "注册超时";
            eventResult.type = "register timeout";
            if (sipSubscribe.getErrorSubscribe(callid) != null) {
                sipSubscribe.getErrorSubscribe(callid).response(eventResult);
            }
            sipSubscribe.getErrorSubscribe(callid).response(eventResult);
        }
    }