Searched refs:cseqMethod (Results 1 – 1 of 1) sorted by relevance
2583 String cseqMethod = sipResponse.getCSeq().getMethod(); in setLastResponse() local2586 sipStack.getStackLogger().logDebug("cseqMethod = " + cseqMethod); in setLastResponse()2597 if (sipStack.isDialogCreated(cseqMethod)) { in setLastResponse()2619 if (cseqMethod.equals(getMethod()) && transaction != null in setLastResponse()2633 if (cseqMethod.equals(getMethod()) in setLastResponse()2645 if (cseqMethod.equals(Request.INVITE)) { in setLastResponse()2652 && (getState() == null || (cseqMethod.equals(getMethod()) && getState() in setLastResponse()2692 } else if (cseqMethod.equals(Request.NOTIFY) in setLastResponse()2701 } else if (cseqMethod.equals(Request.BYE) && statusCode / 100 == 2 in setLastResponse()2709 if (cseqMethod.equals(Request.BYE) && statusCode / 100 == 2 in setLastResponse()[all …]