up:line
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 lineType and lineServer child attributes.
Syntax
<up:line lineType="..." lineServer="..." />
Attributes
Attribute |
Data Type |
Description |
---|---|---|
lineType |
xs:token |
Required: lineType can be one of following tokens: Uc, Rcc, or Dual. |
lineServer |
xs:token |
The URI of line server to control an RCC phone, for example, "tel:+14255550100". |
Tag Content
Default Value |
Data Type |
Description |
---|---|---|
none |
xs:token |
The line access token. |
Parent Element
Element |
Description |
---|---|
The lines element. |
Child Elements
None
Examples
XML Example of the line Element
<userProperties xmlns="http://schemas.microsoft.com/2006/09/sip/categories">
<facsimileTelephoneNumber>1234567890</facsimileTelephoneNumber>
<streetAddress>123 Any Street</streetAddress>
<l>Redmond</l>
<st>WA</st>
<countryCode>US</countryCode>
<postalCode>98223</postalCode>
<wWWHomePage>http://admin.contoso.com</wWWHomePage>
<exumEnabled>1</exumEnabled>
<telephonyMode>Dual</telephonyMode>
<lines>
<line lineType="Dual">tel:+5555555555;ext=55555</line>
</lines>
</userProperties>