Home | History | Annotate | Download | only in stack

Lines Matching defs:not

7  * employees are not subject to copyright protection in the United States
9 * license is not needed to use the software.
15 * AND DATA ACCURACY. NIST does not warrant or make any representations
17 * not limited to the correctness, accuracy, reliability or usefulness of
311 * Could not send re-INVITE fire a timeout on the INVITE.
315 "Could not send re-INVITE time out ClientTransaction");
397 // If I ACK has not been seen on Dialog,
440 // time out whether or not
493 * Did not send ACK so we need to delete the dialog.
500 sipStack.getStackLogger().logError("ACK Was not sent. killing dialog");
508 sipStack.getStackLogger().logError("ACK Was not sent. Sending BYE");
549 this.dialogState = NULL_STATE; // not yet initialized.
676 * Raise a dialog timeout if an ACK has not been sent or received
702 // Errors always terminate a dialog except if a timeout has occured because an ACK was not sent or received, then it is the responsibility of the app to terminate
842 // Remote target is updated on RE-INVITE but not
857 // only update the route set if the dialog is not in the confirmed state.
1004 sipStack.getStackLogger().logDebug("Not releasing ack sem for " + this + " isAckSent " + releaseAckSem );
1009 throw new SipException("Could not send ack", ex);
1018 throw new SipException("Could not create message channel", ex);
1174 // have not yet set remote seqno - this is a fresh
1184 // when not defined yet, so that works too
1304 * requests do not cause the dialog's route set to be modified.
1310 * iterator is returned if route has not been established.
1393 SIPRequest not = (SIPRequest) notifyST.getRequest();
1394 d.remoteSequenceNumber = not.getCSeq().getSeqNumber();
1395 d.setDialogId(not.getDialogId(true));
1396 d.setLocalTag(not.getToTag());
1397 d.setRemoteTag(not.getFromTag());
1399 // If not the stack will throw an exception when creating the response.
1403 d.localParty = not.getTo().getAddress();
1404 d.remoteParty = not.getFrom().getAddress();
1408 d.addRoute(not);
1631 throw new RuntimeException("Sequence number should not decrease !");
1823 return null; // not yet initialized
1860 throw new SipException("Dialog not yet established -- no response!");
1875 * CONFIRMED dialogs, but MUST NOT send a BYE on EARLY dialogs.
1892 + " not yet established or terminated " + this.getState());
1938 * JvB: Should only do this for target refresh requests, ie not for BYE, PRACK, etc
2119 // cache and is not yet active.
2122 // Not configured to cache client connections.
2138 * ensures that outbound proxies that do not add Record-Route header field values
2177 throw new SipException("Could not create message channel", ex);
2328 throw new DialogDoesNotExistException("Dialog not initialized or terminated");
2376 * not acceptable, the UAC core MUST generate a valid answer in the ACK and then send a BYE
2390 throw new SipException("Dialog was not created with an INVITE" + method);
2413 throw new SipException("Dialog not yet established -- no OK response!");
2539 sipStack.getStackLogger().logWarning("No from tag in response! Not RFC 3261 compatible.");
2669 * not be constructed as Back to Back User Agents. Remove all the record routes
2672 * record route headers present in the original request so the loop will not
2749 "RFC 3265 : Not setting dialog to TERMINATED for 489");
2832 * However, these requests do not cause the dialog's route set to be modified, although they
2833 * may modify the remote target URI. Specifically, requests that are not target refresh
2834 * requests do not modify the dialog's remote target URI, and requests that are target refresh
2876 throw new SipException("Not a Server Dialog!");
2880 * A UAS MUST NOT attempt to send a 100 (Trying) response reliably. Only provisional
2881 * responses numbered 101 to 199 may be sent reliably. If the request did not include
2882 * either a Supported or Require header field indicating this feature, the UAS MUST NOT
2924 * other 1xx headers do not get their Record Route headers copied over but reliable
2953 sipStack.getStackLogger().logDebug("Dropping Prack -- not a server Dialog");
2963 .logDebug("Dropping Prack -- ReliableResponse not found");
2971 sipStack.getStackLogger().logDebug("Dropping Prack -- rack header not found");
2979 "Dropping Prack -- CSeq Header does not match PRACK");
2986 "Dropping Prack -- CSeq Header does not match PRACK");
2995 "Dropping Prack -- RSeq Header does not match PRACK");
3009 throw new SipException("Not a Server Dialog");
3019 "Response code is not a 1xx response - should be in the range 101 to 199 ");
3174 " INVITE transaction not found -- Discarding ACK");