HomeSort by relevance Sort by last modified time
    Searched defs:cSeq (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 15 * Fredrik Wickstrom reported that dialog cseq counters are not incremented
195 // rfc 3261 says that the cseq header should be augmented for the new
199 CSeqHeader cSeq = (CSeqHeader) reoriginatedRequest.getHeader((CSeqHeader.NAME));
201 cSeq.setSeqNumber(cSeq.getSeqNumber() + 1l);
203 throw new SipException("Invalid CSeq -- could not increment : "
204 + cSeq.getSeqNumber());
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 219 private long cSeq;
397 this.cSeq = newOriginalRequest.getCSeq().getSeqNumber();
513 * @return the cseq of the request used to create the transaction.
516 return this.cSeq;
983 // CallID, CSeq number, and top Via
    [all...]

Completed in 207 milliseconds