Home | History | Annotate | Download | only in stack

Lines Matching refs:dialogId

1364         String dialogId = sipResponse.getDialogId(false);
1373 dialog = this.getDialog(dialogId);
1404 .equals(dialogId))) {
1415 dialog = sipStack.getDialog(dialogId);
1465 String dialogId
1466 retval = (Dialog) getDialog(dialogId);
1488 public SIPDialog getDialog(String dialogId) {
1489 SIPDialog retval = (SIPDialog) this.sipDialogs.get(dialogId);
1500 public void setDialog(SIPDialog sipDialog, String dialogId) {
1503 "setDialog: " + dialogId + "sipDialog = " + sipDialog);
1516 if (dialogId != null && sipDialog.getDialogId() != null) {
1517 this.sipDialogs.put(dialogId, sipDialog);