src/main/java/com/genersoft/iot/vmp/gb28181/transmit/request/impl/ByeRequestProcessor.java
@@ -10,7 +10,7 @@ /** * @Description: BYE请求处理器 * @author: songww * @author: swwheihei * @date: 2020年5月3日 下午5:32:05 */ @Component @@ -25,7 +25,7 @@ * @param config */ @Override public void process(RequestEvent evt, SipLayer layer, ServerTransaction transaction) { public void process(RequestEvent evt, SipLayer layer) { // TODO Auto-generated method stub }