OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVITE
(Results
1 - 17
of
17
) sorted by null
/external/nist-sip/java/javax/sip/message/
Request.java
10
String
INVITE
= "
INVITE
";
/external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java
45
public static final String
INVITE
= Request.
INVITE
;
Parser.java
82
if (token.getTokenType() ==
INVITE
TokenTypes.java
42
public static final int
INVITE
= START + 5;
Lexer.java
103
addKeyword(TokenNames.
INVITE
, TokenTypes.
INVITE
);
/external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java
119
if (sipRequest.getMethod().equals(Request.
INVITE
)) {
149
if (sipRequest.getMethod().equals(Request.
INVITE
)) {
180
if (sipRequest.getMethod().equals(Request.
INVITE
)) {
415
&& lastRequest.getMethod().equals(Request.
INVITE
)) {
422
if (method.equals(Request.
INVITE
) && !dialog.isAckSent(cseqno)) {
445
sipStack.getStackLogger().logDebug("Processing ACK for
INVITE
Tx ");
536
if (sipRequest.getMethod().equals(Request.
INVITE
)
[
all
...]
EventScanner.java
166
// of the former case is
INVITE
.
177
// to the listener (tx ==
INVITE
ST, terminated upon sending
316
*
INVITE
request due to a forking proxy. Each response is
328
.equals(Request.
INVITE
)
346
// The original request is not needed except for
INVITE
354
Request.
INVITE
)) {
SipProviderImpl.java
409
// This could be a re-
invite
520
if (sipRequest.getMethod().equals(Request.
INVITE
) && this.isDialogErrorsAutomaticallyHandled()) {
[
all
...]
SipStackImpl.java
177
* Setting this to <it>true</it> imposes serialization on re-
INVITE
and makes
178
* the sending of re-INVITEs asynchronous. The sending of re-
INVITE
is
179
* controlled as follows : If the previous in-DIALOG request was an
invite
181
* till an ACK has been sent before admitting the new re-
INVITE
. If the previous
182
* in-DIALOG transaction was a
INVITE
ServerTransaction then Dialog waits for
183
* ACK before re-
INVITE
is allowed to be sent. If a dialog is not ACKed within
260
* transactions. This is not standard behavior per RFC 3261 (
INVITE
server
337
* CANCEL client transaction is not checked for the existence of the
INVITE
or
338
* the state of
INVITE
when you send the CANCEL request. Hence you can CANCEL an
339
*
INVITE
from a different stack than the INVITE. You can also create a CANCE
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java
89
private transient Object inviteTransaction; // The original
invite
request for a
93
* Set of target refresh methods, currently:
INVITE
, UPDATE, SUBSCRIBE, NOTIFY, REFER
110
targetRefreshMethods.add(Request.
INVITE
);
116
putName(Request.
INVITE
);
211
* Check header for constraints. (1)
Invite
options and bye requests can only have SIP URIs in
268
* methods defined in this specification, that includes only the
INVITE
request. For these
276
if (requestLine.getMethod().equals(Request.
INVITE
)
299
* Contact header is mandatory for a SIP
INVITE
request.
302
&& (this.getMethod().equals(Request.
INVITE
)
305
throw new ParseException("Contact Header is Mandatory for a SIP
INVITE
", 0)
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java
85
* |
INVITE
from TU
86
* Timer A fires |
INVITE
sent
88
*
INVITE
sent +-----------+ or Transport Err.
124
* Figure 5:
INVITE
client transaction
168
* Figure 6: non-
INVITE
client transaction
456
if (transactionRequest.getMethod().equals(Request.
INVITE
)) {
547
* Implements the state machine for
invite
client transactions.
596
* Figure 6: non-
INVITE
client transaction
667
* Implements the state machine for
invite
client transactions.
675
* |
INVITE
from T
[
all
...]
SIPServerTransaction.java
78
* |
INVITE
80
*
INVITE
V send 100 if TU won't in 200ms
93
*
INVITE
V Timer G fires |
120
* Figure 7:
INVITE
server transaction
317
* This timer task is for
INVITE
server transactions. It will send a trying in 200 ms. if the
562
//
Invite
Server transactions linger in the terminated state in the
566
if ((method.equals(Request.
INVITE
) || !isTerminated())) {
594
// shares the same same branch id of the
invite
620
// to be part of an otherwise-matching
INVITE
transaction.
670
// note that TRYING is a pseudo-state for
invite
transaction
[
all
...]
SIPDialog.java
112
* reported a bug in updating the route set (on RE-
INVITE
). Jens Tinfors submitted a bug fix and
120
*
INVITE
transactions, a Dialog is created when a success message is received (i.e. a response
238
// Stores the last OK for the
INVITE
279
* This task waits till a pending ACK has been recorded and then sends out a re-
INVITE
. This
281
* the out of order
INVITE
). This is primarily for B2BUA support. A B2BUA may send a delayed
283
* re-
INVITE
otherwise the othr end will respond with a REQUEST_PENDING. We want to avoid this
284
* condition. Hence we wait till the ACK for the previous re-
INVITE
has been sent before
285
* sending the next re-
INVITE
.
311
* Could not send re-
INVITE
fire a timeout on the
INVITE
[
all
...]
SIPTransactionStack.java
415
dialogCreatingMethods.add(Request.
INVITE
);
[
all
...]
SIPTransaction.java
89
* The maximum retransmit interval for non-
INVITE
requests and
INVITE
107
*
INVITE
request retransmit interval, for UDP only
112
*
INVITE
transaction timeout timer
441
* Returns a flag stating whether this transaction is for an
INVITE
request
444
* @return -- true if this is an
INVITE
request, false if not.
447
return getMethod().equals(Request.
INVITE
);
575
// For
INVITE
Client transactions, double interval each time
579
// non-
INVITE
transactions and 3xx-6xx responses are capped at T2
[
all
...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java
111
// session that processes
INVITE
requests
330
if (isRequestEvent(Request.
INVITE
, event)) {
331
if (DBG) log("processRequest: mWakeLock.acquire got
INVITE
, thread:"
485
// got
INVITE
w/ replaces request.
511
if (isRequestEvent(Request.
INVITE
, evt)) {
[
all
...]
SipHelper.java
291
Request request = createRequest(Request.
INVITE
, caller, callee, tag);
302
if (DBG) log("send
INVITE
: " + request);
313
Request request = dialog.createRequest(Request.
INVITE
);
327
if (DBG) log("send RE-
INVITE
: " + request);
347
* @param event the
INVITE
request event
370
* @param event the
INVITE
request event
422
* @param event the
INVITE
ACK request event
Completed in 517 milliseconds