Searched refs:dialogState (Results 1 – 2 of 2) sorted by relevance
176 private int dialogState; field in SIPDialog455 if (dialog.isAckSeen() || dialog.dialogState == TERMINATED_STATE) { in runTask()549 this.dialogState = NULL_STATE; // not yet initialized. in SIPDialog()837 } else if (this.dialogState == TERMINATED_STATE) { in addRoute()840 } else if (this.dialogState == CONFIRMED_STATE) { in addRoute()1217 if (state != NULL_STATE && state != this.dialogState) in setState()1226 this.dialogState = state; in setState()1331 if (this.dialogState == CONFIRMED_STATE in addRoute()1335 if (this.dialogState == CONFIRMED_STATE || this.dialogState == TERMINATED_STATE) { in addRoute()1822 if (this.dialogState == NULL_STATE) in getState()[all …]
2173 DialogState dialogState = itDialog.getState(); in auditDialogs() local2176 + (dialogState != null ? dialogState.toString() : "null"); in auditDialogs()