| | |
| | | import javax.sip.message.Response;
|
| | |
|
| | | import com.genersoft.iot.vmp.storager.IRedisCatchStorage;
|
| | | import org.slf4j.Logger;
|
| | | import org.slf4j.LoggerFactory;
|
| | | // import org.slf4j.Logger;
|
| | | // import org.slf4j.LoggerFactory;
|
| | | import org.springframework.beans.factory.annotation.Autowired;
|
| | | import org.springframework.beans.factory.annotation.Qualifier;
|
| | | import org.springframework.stereotype.Component;
|
| | |
|
| | | import com.genersoft.iot.vmp.conf.SipConfig;
|
| | |
| | | import com.genersoft.iot.vmp.utils.redis.RedisUtil;
|
| | |
|
| | | /**
|
| | | * @Description:TODO(这里用一句话描述这个类的作用) |
| | | * @Description: SIP信令处理分配 |
| | | * @author: swwheihei
|
| | | * @date: 2020年5月3日 下午4:24:37
|
| | | */
|
| | | @Component
|
| | | public class SIPProcessorFactory {
|
| | |
|
| | | private final static Logger logger = LoggerFactory.getLogger(SIPProcessorFactory.class);
|
| | | // private final static Logger logger = LoggerFactory.getLogger(SIPProcessorFactory.class);
|
| | |
|
| | | @Autowired
|
| | | private SipConfig sipConfig;
|