648540858
2020-12-18 a63ae08f5d8e54855468c24d79a2d7e1c524244c
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/SIPProcessorFactory.java
@@ -13,6 +13,7 @@
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Component;
import com.genersoft.iot.vmp.conf.SipConfig;
@@ -79,6 +80,7 @@
   private CancelResponseProcessor cancelResponseProcessor;
   @Autowired
   @Lazy
   private RegisterResponseProcessor registerResponseProcessor;
   
   @Autowired