mrjackwang
2022-03-04 bb50a243145dba2b3bf5f3bf225c63a092697a16
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);
        }
    }