Searched refs:getCSeq (Results 1 – 12 of 12) sorted by relevance
629 + sipRequest.getCSeq().getSeqNumber()); in processRequest()631 if (dialog.getRemoteSeqNumber() >= sipRequest.getCSeq().getSeqNumber() in processRequest()798 && sipRequest.getCSeq().getSeqNumber() > dialog.getRemoteSeqNumber() in processRequest()830 && !dialog.isAckSent(lastTransaction.getLastResponse().getCSeq() in processRequest()881 + " " + sipRequest.getCSeq()); in processRequest()887 if (dialog.getRemoteSeqNumber() >= sipRequest.getCSeq().getSeqNumber() in processRequest()1184 if (dialog.getLastAckSent().getCSeq().getSeqNumber() == response in processResponse()1185 .getCSeq().getSeqNumber()) { in processResponse()1192 && response.getCSeq().getMethod().equals(dialog.getMethod())) { in processResponse()1273 String method = sipResponse.getCSeq().getMethod(); in processResponse()[all …]
327 if (sipResponse.getCSeq().getMethod() in deliverEvent()338 sipDialog.doDeferredDeleteIfNoAckSent(sipResponse.getCSeq().getSeqNumber()); in deliverEvent()
616 this.localSequenceNumber = sipResponse.getCSeq().getSeqNumber(); in SIPDialog()622 this.method = sipResponse.getCSeq().getMethod(); in SIPDialog()847 && SIPRequest.isTargetRefresh(sipResponse.getCSeq().getMethod())) { in addRoute()989 long cseqNo = ((SIPRequest)request).getCSeq().getSeqNumber(); in sendAck()999 ((SIPRequest)ackRequest).getCSeq().getSeqNumber()); in sendAck()1072 if (tr.getCSeq() == sipRequest.getCSeq().getSeqNumber()) { in ackReceived()1185 return remoteSequenceNumber < dialogRequest.getCSeq().getSeqNumber(); in isRequestConsumable()1278 return cseqNo <=((SIPRequest) this.getLastAckSent()).getCSeq().getSeqNumber(); in isAckSent()1392 d.localSequenceNumber = subscribeTx.getCSeq(); in createFromNOTIFY()1394 d.remoteSequenceNumber = not.getCSeq().getSeqNumber(); in createFromNOTIFY()[all …]
561 String method = messageToTest.getCSeq().getMethod(); in isMessagePartOfTransaction()636 if (messageToTest.getCSeq().getMethod().equalsIgnoreCase(Request.CANCEL) in isMessagePartOfTransaction()637 && !getOriginalRequest().getCSeq().getMethod().equalsIgnoreCase( in isMessagePartOfTransaction()646 && getOriginalRequest().getCSeq().getSeqNumber() == messageToTest in isMessagePartOfTransaction()647 .getCSeq().getSeqNumber() in isMessagePartOfTransaction()648 … && ((!messageToTest.getCSeq().getMethod().equals(Request.CANCEL)) || getOriginalRequest() in isMessagePartOfTransaction()649 .getMethod().equals(messageToTest.getCSeq().getMethod())) in isMessagePartOfTransaction()905 if (!transactionResponse.getCSeq().getMethod().equals( in sendMessage()1247 if (!sipResponse.getCSeq().getMethod().equals(this.getMethod())) { in sendResponse()1279 && sipResponse.getCSeq().getMethod().equals(Request.INVITE) in sendResponse()[all …]
364 && getMethod().equals(messageToTest.getCSeq().getMethod()); in isMessagePartOfTransaction()374 transactionMatches = getOriginalRequest().getCSeq().getMethod().equals( in isMessagePartOfTransaction()375 messageToTest.getCSeq().getMethod()); in isMessagePartOfTransaction()730 … if (dialog.getLastAckSent().getCSeq().getSeqNumber() == transactionResponse.getCSeq() in inviteClientTransaction()740 && transactionResponse.getCSeq().getMethod().equals(dialog.getMethod())) { in inviteClientTransaction()1363 String method = sipResponse.getCSeq().getMethod(); in processResponse()1402 && dialogResponse.getCSeq().getMethod().equals( in processResponse()
397 this.cSeq = newOriginalRequest.getCSeq().getSeqNumber(); in setOriginalRequest()515 public final long getCSeq() { in getCSeq() method in SIPTransaction997 && getOriginalRequest().getCSeq().getSeqNumber() == requestToTest in doesCancelMatchTransaction()998 .getCSeq().getSeqNumber() in doesCancelMatchTransaction()
401 || sipMessage.getCSeq() == null in processIncomingDataPacket()410 + sipMessage.getCSeq() + "Via = " in processIncomingDataPacket()
420 || sipMessage.getCSeq() == null || sipMessage.getViaHeaders() == null) { in processMessage()
394 || sipMessage.getCallId() == null || sipMessage.getCSeq() == null in processMessage()
220 if (getCSeq() == null) { in checkHeaders()309 && getCSeq().getMethod() != null in checkHeaders()310 && requestLine.getMethod().compareTo(getCSeq().getMethod()) != 0) { in checkHeaders()350 CSeq cseq = (CSeq) this.getCSeq(); in setRequestLineDefaults()781 cancel.getCSeq().setMethod(Request.CANCEL); in createCancelRequest()927 newRequest.getCSeq().setMethod(Request.ACK); in createErrorAck()
844 if (this.getCSeq().getMethod().equals(Request.CANCEL)) in getTransactionId()845 return (topVia.getBranch() + ":" + this.getCSeq().getMethod()).toLowerCase(); in getTransactionId()870 if (this.getCSeq().getMethod().equals(Request.CANCEL)) { in getTransactionId()1047 public CSeqHeader getCSeq() { in getCSeq() method in SIPMessage
408 if (getCSeq() == null) { in checkHeaders()