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 ( |
capture |
xs:boolean |
Specifies whether the device can receive a call ( |
publish |
xs:boolean |
Specifies whether the device can publish the call control settings ( |
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 ( |
preferredEndpointId |
xs:string |
Specifies the ID of the preferred endpoint for call control. Optional. |
Tag Content
None
Parent Element
Element | Description |
---|---|
The presence capabilities of the device. |
Child Elements
None
Remarks
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>