userProperties/lines element
Applies to: Lync 2013 | Lync Server 2013
Contains the description of the user controlled phones received via in-band provisioning from the server.
<up:lines xmlns:up="http://schemas.microsoft.com/2006/09/sip/categories" >
<up:line>up:phoneLineType</up:line>
...
</up:lines>
xs:element
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child elements
Element |
Occurrence |
Description |
---|---|---|
0 or more |
An element of the up:phoneLineType type describing a phone controlled by the user |
Parent elements
Element |
Description |
---|---|
The userProperties category instance value containing this list of phones. |
Text value
None
Remarks
Microsoft Lync 2013 publishes the userProperties category instance to the Self container only.
Example
The following XML snippet shows a userProperties category instance value.
<userProperties xmlns="http://schemas.microsoft.com/2006/09/sip/categories">
<lines>
<line lineType="Uc">tel:+1421112222;ext=12222</line>
</lines>
<telephonyMode>Uc</telephonyMode>
<exumEnabled>1</exumEnabled>
<exumURL>EUM:john@contoso.com;phone-context=EX-OCS-SIPSec.exchange.contoso.com</exumURL>
</userProperties>
Element information
Namespace |
http://schemas.microsoft.com/2006/09/sip/categories |
Schema Name |
userProperties |
Validation File |
userProperties.xsd |
Can be Empty |
True |
See also
Reference
Category instance elements for presence
userProperties category instance value element