src/main/java/com/genersoft/iot/vmp/gb28181/event/SipSubscribe.java
@@ -60,7 +60,7 @@ logger.debug("errorSubscribes.size:{}",errorSubscribes.size()); } public interface Event { void response(EventResult eventResult) ; public interface Event { void response(EventResult eventResult); } /** @@ -77,8 +77,10 @@ dialogTerminated, // 设备未找到 deviceNotFoundEvent, // 设备未找到 cmdSendFailEvent // 消息发送失败 cmdSendFailEvent, // 消息发送失败 failedToGetPort } public static class EventResult<EventObject>{