| | |
| | |
|
| | | import java.text.ParseException;
|
| | |
|
| | | import javax.sip.ClientTransaction;
|
| | | import javax.sip.Dialog;
|
| | | import javax.sip.InvalidArgumentException;
|
| | | import javax.sip.ResponseEvent;
|
| | | import javax.sip.SipException;
|
| | | import javax.sip.address.Address;
|
| | | import javax.sip.address.SipURI;
|
| | | import javax.sip.header.CSeqHeader;
|
| | | import javax.sip.header.ContactHeader;
|
| | | import javax.sip.header.FromHeader;
|
| | | import javax.sip.header.ViaHeader;
|
| | | import javax.sip.message.Request;
|
| | | import javax.sip.message.Response;
|
| | |
| | | import com.genersoft.iot.vmp.gb28181.transmit.SIPProcessorFactory;
|
| | | import com.genersoft.iot.vmp.gb28181.transmit.response.ISIPResponseProcessor;
|
| | |
|
| | | // import java.util.regex.Pattern;
|
| | | // import java.util.regex.Matcher;
|
| | |
|
| | | /**
|
| | | * @Description:处理INVITE响应
|
| | | * @author: songww
|
| | | * @date: 2020年5月3日 下午4:43:52
|
| | | * @Description:处理INVITE响应 |
| | | * @author: swwheihei
|
| | | * @date: 2020年5月3日 下午4:43:52 |
| | | */
|
| | | @Component
|
| | | public class InviteResponseProcessor implements ISIPResponseProcessor {
|