swwheihei
2020-07-16 4202cfb88fe3ab437b8764c388869d159d8d6ce3
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/request/impl/SubscribeRequestProcessor.java
@@ -17,7 +17,7 @@
/**    
 * @Description:SUBSCRIBE请求处理器
 * @author: songww
 * @author: swwheihei
 * @date:   2020年5月3日 下午5:31:20     
 */
@Component
@@ -32,7 +32,7 @@
    * @param config    
    */
   @Override
   public void process(RequestEvent evt, SipLayer layer, ServerTransaction transaction) {
   public void process(RequestEvent evt, SipLayer layer) {
      Request request = evt.getRequest();
      try {
@@ -43,7 +43,7 @@
            response.setExpires(expireHeader);
         }
         System.out.println("response : " + response.toString());
         ServerTransaction transaction = layer.getServerTransaction(evt);
         if (transaction != null) {
            transaction.sendResponse(response);
            transaction.terminate();