dndState category instance value element
Applies to: Lync 2013 | Lync Server 2013
The dndState category instance is an empty state[@type='userState'] element category instance. Its presence indicates the Do Not Disturb (DND) state is in effect and incoming calls from any container members are blocked.
<state xmlns="http://schemas.microsoft.com/2006/09/sip/state"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="userState"
manual="true" />
stateType
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
xsi:type |
Specify a type of state category instance. The value must be the "userState" string. |
manual |
Specify that this publication is manual ("true") or automatic ("false"). |
Child elements
None
Parent elements
None
Text value
None
Remarks
This is a state[@type='userState'] element category instance with a registered category name of dndState. It's used as a Boolean flag to block incoming calls from any members of the container in which this category instance is published.
Element information
Namespace |
http://schemas.microsoft.com/2006/09/sip/state |
Schema Name |
state |
Validation File |
state.xsd, statetypes.xsd |
Can be Empty |
True |