de:remoteCallControl

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.

Describes the call control capability of a device.

Syntax

<de:remoteCallControl uri="..."
          preferredEndpointId="..."
          preferred="..."
          render="..." 
          capture="..." 
          publish="..." 
          version="..." 
          deviceAvailability="..." />

Attributes

Attribute

Data Type

Description

uri

xs:anyURI

Specifies the URI used to access this remoteCallControl capability. Optional.

render

xs:boolean

Specifies whether the device can make a call (true) or not (false). This is optional and the default value is false.

capture

xs:boolean

Specifies whether the device can receive a call (true) or not (false). This is optional and the default value is false.

publish

xs:boolean

Specifies whether the device can publish the call control settings (true) or not (false). This is optional and the default value is false.

version

xs:unsignedInt

Specifies the version of call control settings. This is optional with the default value of 0

deviceAvailability

xs:unsignedInt

Specifies the availability of the device for call control. This is optional.

preferred

xs:boolean

Specifies whether the device endpoint is preferred for call control (true) or not (false). This is optional and the default value is false.

preferredEndpointId

xs:string

Specifies the ID of the preferred endpoint for call control. Optional.

Tag Content

None

Parent Element

Element

Description

de:capabilities

The presence capabilities of the device.

Child Elements

None

Examples

XML Example 1 of the remoteCallControl Element

<device endpointId="3CC22CF7-1BEA-5A5E-B256-E662173CD273" >
   <capabilities>
      <remoteCallControl publish ="true" 
         preferredEndpoint=" sip:john@contoso.com;gruu;opaque=epid:B"/>
   </capabilities>
</device>

See Also

Reference

se:remoteCallControl