Home | History | Annotate | Download | only in sip

Lines Matching refs:getDialogId

294         String dialogId = sipRequest.getDialogId(true);
499 + dialog.getDialogId());
994 if (subscriptionDialog == null || subscriptionDialog.getDialogId() == null
995 || !subscriptionDialog.getDialogId().equals(dialogId)) {
1000 if (subscriptionDialog != null && subscriptionDialog.getDialogId() == null) {
1245 transaction.setDialog(dialog, dialog.getDialogId());
1270 String dialogID = sipResponse.getDialogId(false);
1351 .getDialogId(false));
1390 && sipResponse.getDialogId(false).equals(
1391 sipDialog.getLastAckSent().getDialogId(false))) {