Home | History | Annotate | Download | only in sip

Lines Matching defs:dialog

52 import javax.sip.Dialog;
453 Dialog dialog = session.mDialog;
454 if (dialog == null) return Response.DECLINE;
456 if (!dialog
457 !dialog.getRemoteTag().equals(replaces.getFromTag())) {
465 !dialog.getRemoteParty().equals(referredBy.getAddress())) {
541 Dialog mDialog;
774 Dialog dialog = null;
776 dialog = ((RequestEvent) evt).getDialog();
778 dialog = ((ResponseEvent) evt).getDialog();
781 if (dialog != null) mDialog = dialog;
851 onError(new SipException("dialog terminated"));
853 if (SSI_DBG) log("not the current dialog; current=" + mDialog
882 Dialog dialog = transaction.getDialog();
886 ((dialog == null) ? "-" : dialog.getState()));
1253 // if re-invite gets timed out, terminate the dialog; but