userProperties/lines/line
Contains the description of a phone line controlled by the user.
<up:line xmlns:up="https://schemas.microsoft.com/2006/09/sip/categories"
lineType="up:lineTypeEnumEx"
lineServer="xs:token"
[anyAttri]="anyAttribute">xs:string</up:line>
phoneLineType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
lineType |
Required attribute holding a token of the up:lineTypeEnumEx type to specify the type of the phone line controlled by the user. Microsoft Lync 2010 recognizes the following tokens: "Uc", "Rcc" and "Dual". |
lineServer |
Holds a token of the xs:token type to specify the URI of the line server controlling a RCC phone. An example is "tel:+14252223333". |
[anyAttr] |
Optional custom attribute of any name and namespace. |
Child Elements
None
Parent Elements
Element |
Description |
---|---|
The list of the user-controlled phone lines containing this phone. |
Text Value
TEL URI of the phone line.
Example
<userProperties xmlns="https://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 |
https://schemas.microsoft.com/2006/09/sip/categories |
Schema Name |
userProperties |
Validation File |
userProperties.xsd |
Can be Empty |
True |