se: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 for a service.
Syntax
<se: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 service can make a call (true) or not (false). This is optional and the default value is false. |
capture |
xs:boolean |
Specifies whether the service can receive a call (true) or not (false). This is optional and the default value is false. |
publish |
xs:boolean |
Specifies whether the service 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 service 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 handling the call control. Optional. |
Tag Content
None
Parent Element
Element |
Description |
---|---|
The presence capabilities of the service. |
Child Elements
None
Examples
XML Example 1 of the remoteCallControl Element
<remoteCallControl publish="true" />
XML Example 2 of the remoteCallControl Element
<remoteCallControl publish="true" deviceAvailability="3500"></remoteCallControl>