/external/nist-sip/java/gov/nist/javax/sip/ |
ServerTransactionExt.java | 8 * Return the canceled Invite transaction corresponding to an 11 * @return -- the canceled Invite transaction.
|
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...] |
SipProviderExt.java | 22 * <li> <b>482 Loop Detected </b> When a loop is detected for merged INVITE requests.
|
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)) {
|
/external/nist-sip/java/javax/sip/message/ |
Request.java | 10 String INVITE = "INVITE";
|
/external/smack/src/org/jivesoftware/smackx/provider/ |
MUCUserProvider.java | 57 if (parser.getName().equals("invite")) { 113 private MUCUser.Invite parseInvite(XmlPullParser parser) throws Exception { 115 MUCUser.Invite invite = new MUCUser.Invite(); local 116 invite.setFrom(parser.getAttributeValue("", "from")); 117 invite.setTo(parser.getAttributeValue("", "to")); 122 invite.setReason(parser.nextText()); 126 if (parser.getName().equals("invite")) { 131 return invite; [all...] |
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
mucinviterecvtask.cc | 79 const XmlElement* invite; local 83 invite = xstanza->FirstNamed(QN_MUC_USER_INVITE); 84 if (!invite) return false; 85 // Else it's an invite and we definitely want to handle it. Parse the 89 invite->FirstNamed(QN_GOOGLE_MUC_USER_AVAILABLE_MEDIA); 113 SignalInviteReceived(Jid(invite->Attr(QN_FROM)), Jid(stanza->Attr(QN_FROM)),
|
mucinvitesendtask.cc | 42 XmlElement* invite = new XmlElement(QN_MUC_USER_INVITE); local 43 invite->AddAttr(QN_TO, user.Str()); 44 xstanza->AddElement(invite);
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
mucinviterecvtask.cc | 79 const XmlElement* invite; local 83 invite = xstanza->FirstNamed(QN_MUC_USER_INVITE); 84 if (!invite) return false; 85 // Else it's an invite and we definitely want to handle it. Parse the 89 invite->FirstNamed(QN_GOOGLE_MUC_USER_AVAILABLE_MEDIA); 113 SignalInviteReceived(Jid(invite->Attr(QN_FROM)), Jid(stanza->Attr(QN_FROM)),
|
mucinvitesendtask.cc | 42 XmlElement* invite = new XmlElement(QN_MUC_USER_INVITE); local 43 invite->AddAttr(QN_TO, invitee.Str()); 44 xstanza->AddElement(invite);
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/ |
InviteContactActivity.java | 25 * Activity to handle the invite-intent. In a real app, this would look up the user on the network 26 * and either connect ("add as friend", "follow") or invite them to the network
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
AccountTypeManagerTest.java | 68 // No invite support, no accounts 75 // No invite support, with accounts 82 // With invite support, no accounts 89 // With invite support, 1 account 96 // With invite support, 2 account
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
ISipSessionListener.aidl | 28 * Called when an INVITE request is sent to initiate a new call. 35 * Called when an INVITE request is received. 45 * Called when a RINGING response is received for the INVITE request sent
|
SipSession.java | 45 /** When an INVITE request is received. */ 48 /** When an OK response is sent for the INVITE request received. */ 51 /** When an INVITE request is sent. */ 54 /** When a RINGING response is received for the INVITE request sent. */ 57 /** When a CANCEL request is sent for the INVITE request sent. */ 113 * Called when an INVITE request is sent to initiate a new call. 121 * Called when an INVITE request is received. 132 * Called when a RINGING response is received for the INVITE request sent
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
InvitationRequest.java | 23 * Request sent by an agent to invite another agent or user.
|
/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...] |
SIPDialogErrorEvent.java | 42 * This event ID indicates a timeout occured waiting to send re-INVITE ( for B2BUA)
|
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...] |
/external/qemu/hw/ |
goldfish_pipe.h | 26 * char invite[64]; 27 * snprintf(invite, sizeof invite, "%s", pipeName); 28 * ret = write(fd, invite, strlen(invite));
|
/external/smack/src/org/jivesoftware/smackx/ |
GroupChatInvitation.java | 28 * A group chat invitation packet extension, which is used to invite other 29 * users to a group chat room. To invite a user to a group chat room, address
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCUser.java | 33 private Invite invite; field in class:MUCUser 81 public Invite getInvite() { 82 return invite; 139 * @param invite the invitation for another user to a room. 141 public void setInvite(Invite invite) { 142 this.invite = invite; 202 public static class Invite { [all...] |
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
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
|
/development/samples/SampleSyncAdapter/ |
_index.html | 30 demonstrate new features, including: syncing and viewing contact groups, handling the "invite"
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PCalledPartyIDHeader.java | 40 * <p>A proxy server inserts a P-Called-Party-ID header, typically in an INVITE request,
|