src/main/java/com/genersoft/iot/vmp/gb28181/transmit/event/request/impl/InviteRequestProcessor.java
@@ -926,6 +926,8 @@ if (device == null) { device = storager.queryVideoDeviceByChannelId(requesterId); realChannelId = requesterId; }else { realChannelId = channelId; } if (device == null) { // 检查channelID是否可用