Bearbeiten

Freigeben über


Default container

Applies to: Lync 2013 | Lync Server 2013

The Default Container has an ID value of 0 (zero). It's used to allow any remote users who are not a member of any of other containers to access non-private data published to this container or to specify how to route or block incoming calls from such users.

The following category instances are published to the Default Container.

Category instances published by Lync Server 2013

Category name

Instance ID

Description

contactCard category instance value element

0

This category instance contains the display name and email address as the identity of the local user. This is shown in the following example.

<contactCard xmlns="http://schemas.microsoft.com/2006/09/sip/contactcard">
  <identity>
    <name>
      <displayName>John Barr</displayName>
    </name>
    <email>john.barr@exchange.contoso.com</email>
  </identity>
</contactCard>

This contactCard category instance is published by Microsoft Lync Server 2013 and is accessible to the container members whether the local user is signed in or not.

Category instances published by Lync 2013

Category name

Instance ID

Description

dndState category instance value element

0

Contains an empty value when the local user is not in the Do not disturb availability mode and contains an availability number of 9500 when the user is in the Do not disturb mode. This is shown in the following example.

<state xmlns="http://schemas.microsoft.com/2006/09/sip/state" 
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
       xsi:type="userState" manual="true" />

routing category instance value element

One or more routing category instance value element category instances that contain the user-configurable routing rules to handle inbound calls from a member of this container. The following is an example of such an instance.

<routing xmlns="http://schemas.microsoft.com/02/2006/sip/routing" 
         name="rtcdefault" version="2" minSupportedClientVersion="4.0.0.0">
  <preamble>
    <flags name="clientflags" value="simultaneous_ring"></flags>
    <wait name="total" seconds="20"></wait>
    <list name="forwardto"></list>
    <wait name="user" seconds="0"></wait>
    <wait name="team1" seconds="0"></wait>
    <wait name="team2" seconds="0"></wait>
    <list name="simultaneous_ring">
      <target uri="sip:+12065551111@contoso.com;user=phone"></target>
    </list>
  </preamble>
</routing>

See also

Concepts

Container semantics defined and conformed by Lync