Lines Matching full:dialog
233 SIPDialog dialog = (SIPDialog) eventWrapper.transaction
235 if (dialog != null)
236 dialog.requestConsumed();
295 * If the response for a request within a dialog is a 481
297 * Timeout), the UAC SHOULD terminate the dialog.
305 "Removing dialog on 408 or 481 response");
318 * field, and each represents a distinct dialog, with a
319 * distinct dialog identifier.
322 * does not care about the dialog and gc the dialog after
333 "Warning! unacknowledged dialog. " + sipDialog.getState());
336 * If we dont see an ACK in 32 seconds, we want to tear down the dialog.