Home | History | Annotate | Download | only in ims

Lines Matching defs:ENDPOINT

45     // user > endpoint (String) : URI or GRUU or Phone number
46 public static final String ENDPOINT = "endpoint";
47 // user > endpoint > status
52 * "pending" : Endpoint is not yet in the session, but it is anticipated that he/she will
54 * "dialing-out" : Focus has dialed out to connect the endpoint to the conference,
55 * but the endpoint is not yet in the roster (probably being authenticated).
56 * "dialing-in" : Endpoint is dialing into the conference, not yet in the roster
59 * endpoint is being alerted.
60 * "on-hold" : Active signaling dialog exists between an endpoint and a focus,
61 * but endpoint is "on-hold" for this conference, i.e., he/she is neither "hearing"
63 * "connected" : Endpoint is a participant in the conference. Depending on the media policies,
65 * "disconnecting" : Focus is in the process of disconnecting the endpoint
66 * (e.g. in SIP a DISCONNECT or BYE was sent to the endpoint).
67 * "disconnected" : Endpoint is not a participant in the conference, and no active dialog
68 * exists between the endpoint and the focus.
69 * "muted-via-focus" : Active signaling dialog exists beween an endpoint and a focus and
70 * the endpoint can "listen" to the conference, but the endpoint's media is not being
72 * "connect-fail" : Endpoint fails to join the conference by rejecting the conference call.
199 if (ENDPOINT.equals(key) || USER.equals(key)) {