de:machineName

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 machine name.

Syntax

<machineName>...</machineName>

Attributes

None

Tag Content

Default Value Data Type Description

none

xs:string

The name of the machine.

Parent Element

Element Description

de:device

The device element.

Child Elements

None

Remarks

Examples

XML Example of the machineName Element

<?xml version="1.0" encoding="utf-8" ?>
<device xmlns="http://schemas.microsoft.com/2006/09/sip/device" endpointId="3CC22CF7-1BEA-5A5E-B256-E662173CD273">
  <capabilities preferred="false" uri="sip:bob@contoso.com">
    <text capture="true" render="true"publish="false" />
    <gifInk capture="false" render="true"publish="false" />
    <isfInk capture="false" render="true"publish="false" />
  </capabilities>
  <timezone>00:00:00-7:00</timezone>
  <machineName>BOB_client</machineName>
</device>