Home | History | Annotate | Download | only in sip

Lines Matching refs:dialogErrorEvent

979      * @see gov.nist.javax.sip.stack.SIPDialogEventListener#dialogErrorEvent(gov.nist.javax.sip.stack.SIPDialogErrorEvent)
981 public synchronized void dialogErrorEvent(SIPDialogErrorEvent dialogErrorEvent) {
982 SIPDialog sipDialog = (SIPDialog) dialogErrorEvent.getSource();
984 if (dialogErrorEvent.getErrorID() == SIPDialogErrorEvent.DIALOG_ACK_NOT_SENT_TIMEOUT) {
986 } else if (dialogErrorEvent.getErrorID() == SIPDialogErrorEvent.DIALOG_REINVITE_TIMEOUT) {