uri Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Represents the Uniform Resource Identifier (URI) of a user.

Syntax

<uri>SIP Uri formatted string</uri> 

Element Information

Parent Element

Element

Description

deleteContact

Removes a contact from the caller's contact list.

uris

A list of URI elements.

logon

Logs on to an Office Communicator Web Access server with specified user credentials.

voIPReceived Element

Represents an invitation to join a VoIP conversation.

voIPRedirect

Represents a request to redirect a VoIP invite to a specified URI.

Remarks

This uri must be bound to the user account. sip: must be pre-pended to the alias/domain of the URI. The Communicator Web Access server rejects any request using the uri element without this prefix.

Examples

This example illustrates the use of the uri element in a query for remote user presence information.

<cwaRequests sid="1559" xmlns="http://schemas.microsoft.com/2006/09/rtc/cwa">
   <queryPresence rid="7">
      <uris>
         <uri>sip:guest6@contoso.com</uri>
      </uris>
   </queryPresence>
</cwaRequests>

See Also

Concepts

logon Element

user Element (Unified Communications AJAX SDK)