Share via


confUri 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.

Contains the SIP formatted Uri representing the focus module hosting a conference.

Syntax

<confUri>string value</confUri>

Attributes

None.

Element Information

Parent Element

Element

Description

conference

Grouping for conference-related events.

Remarks

The conference Uri is the location of the focus module on a Unified Communications Server where an active conference is hosted.

The Communicator Web Access server creates a conference session automatically when a one-to-one IM session participant invites a third participant. As the one-to-one session is escalated, the original participants and the newly invited participants are automatically joined to the conference. The escalation process involves creating the focus on a SIP server and sending the associated conference focus uri to each participant.

If a user is disconnected from the conference, he can re-join it using the value of the confUri element.

Examples

The Uri of the conference focus is returned to a user in a conference event when a one-to-one conference is escalated to a focus conference or originated as a focus-based conference. See the conference event element for an example.

<confUri>sip:guest1@contoso.com;gruu;opaque=app:conf:focus:id:A0D4R2K66PIKGS3POYUSPOC238VJJIVI</confUri>

If a user is not participating in an active conference, but has a valid focus Uri, he can join (re-join) the active conference by making a conference request as follows.

<conference rid="2">
   <initateImSession>
      <confUri>sip:guest1@contoso.com;gruu;opaque=app:conf:focus:id:A0D4R2K66PIKGS3POYUSPOC238VJJIVI</confUri>
      <message>
         <format>X-MMS-IM-Format:FN=Arial;EF=;CO=000000;CS=1;PF=00</format>
         <content>I have something to say</content>
      </message>
   </initateImSession>
</conference>

See Also

Reference

Element

Concepts

conference Element