ro:rccOptions

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.

Specifies roam-able options for remote call control; that is, PBX-based phones.

Syntax

<ro:rccOptions majorVersion="..." minorVersion="..." 
    xmlns:ro="http://schemas.microsoft.com/2006/09/sip/options/rccOptions">
  <ro:forwarding>...</ro:forwarding>
  <ct:delimiter/>
  <ro:anyElement />
  <ct:end>
  <ct:extension>
    <##other:anyElement />
  </ct:extension>
</ro:rccOptions>

Attributes

Attribute Data Type Description

majorVersion

int

The major version number. Optional.

minorVersion

int

The minor version number. Optional.

xmlns

url

Namespace to which this element belongs. Optional. The value must be "http://schemas.microsoft.com/2006/09/sip/options/rccOptions".

Parent Element

This is a top-level element in the Enhanced Presence Schemas. When used in an application, it will be enveloped within an application-specific element.

Child Elements

Element Occurrence Description

ro:forwarding

0 - 1

Specifies the options to forward a phone call.

Remarks

The element supports schema extensions (using ct:delimiter, ct:end and any elements in the same namespace) and custom extension (using ct:extension and any elements in some other namespace).

Examples

XML Example of the rccOptions Element

<ro:rccOptions xmlns="http://schemas.microsoft.com/2006/09/sip/options/rccOptions">
  <ro:forwarding>
    <ro:mode>static</ro:mode>
    <ro:toPhoneType>mobile</ro:toPhoneType>
  </ro:forwarding>
  <ct:extension>false</ct:extension>
</ro:rccOptions>