Home | History | Annotate | Download | only in stack

Lines Matching refs:dialogState

81 import javax.sip.DialogState;
176 private int dialogState;
214 public final static int EARLY_STATE = DialogState._EARLY;
216 public final static int CONFIRMED_STATE = DialogState._CONFIRMED;
218 public final static int TERMINATED_STATE = DialogState._TERMINATED;
336 if (getState() != DialogState.TERMINATED) {
356 if (SIPDialog.this.getState() != DialogState.TERMINATED) {
455 if (dialog.isAckSeen() || dialog.dialogState == TERMINATED_STATE) {
549 this.dialogState = NULL_STATE; // not yet initialized.
832 "setContact: dialogState: " + this + "state = " + this.getState());
837 } else if (this.dialogState == TERMINATED_STATE) {
840 } else if (this.dialogState
858 if (this.getState() != DialogState.CONFIRMED
859 && this.getState() != DialogState.TERMINATED) {
1217 if (state != NULL_STATE && state != this.dialogState)
1222 this + " New dialog state is " + DialogState.getObject(state));
1226 this.dialogState = state;
1328 "setContact: dialogState: " + this + "state = " + this.getState());
1331 if (this.dialogState == CONFIRMED_STATE
1335 if (this.dialogState == CONFIRMED_STATE || this.dialogState == TERMINATED_STATE) {
1565 if (this.getState() != DialogState.EARLY) {
1821 public DialogState getState() {
1822 if (this.dialogState == NULL_STATE)
1824 return DialogState.getObject(this.dialogState);
2200 this.setState(DialogState._TERMINATED);
2327 if (this.getState() == null || this.getState().equals(DialogState.TERMINATED))
2569 if (this.getState() == DialogState.TERMINATED) {
2587 sipStack.getStackLogger().logDebug("dialogState = " + this.getState());
2612 } else if (getState() != null && getState().equals(DialogState.EARLY)
2635 && this.getState() != DialogState.CONFIRMED) {
2675 if ( this.getState() != DialogState.CONFIRMED && this.getState() != DialogState.TERMINATED ) {
2755 if (!this.isReInvite() && getState() != DialogState.CONFIRMED) {
2767 if (this.dialogState <= SIPDialog.EARLY_STATE
3132 } else if (this.getState() == DialogState.TERMINATED) {