Searched refs:earlyDialogId (Results 1 – 1 of 1) sorted by relevance
162 private transient String earlyDialogId; field in SIPDialog573 this.earlyDialogId = sipRequest.getDialogId(false); in SIPDialog()3180 void setEarlyDialogId(String earlyDialogId) { in setEarlyDialogId() argument3181 this.earlyDialogId = earlyDialogId; in setEarlyDialogId()3185 return earlyDialogId; in getEarlyDialogId()