HomeSort by relevance Sort by last modified time
    Searched defs:raiseErrorEvent (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 791 protected void raiseErrorEvent(int errorEventID) {
    [all...]
SIPDialog.java 321 raiseErrorEvent(SIPDialogErrorEvent.DIALOG_REINVITE_TIMEOUT);
414 raiseErrorEvent(SIPDialogErrorEvent.DIALOG_ACK_NOT_RECEIVED_TIMEOUT);
420 transaction.raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR);
502 raiseErrorEvent(SIPDialogErrorEvent.DIALOG_ACK_NOT_SENT_TIMEOUT);
510 raiseErrorEvent(SIPDialogErrorEvent.DIALOG_ACK_NOT_SENT_TIMEOUT);
680 private void raiseErrorEvent(int dialogTimeoutError) {
    [all...]

Completed in 903 milliseconds