ro:forwarding

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 the options for call forwarding in remote call control.

Syntax

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

Attributes

Attribute

Data Type

Description

xmlns

url

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

Parent Element

Element

Description

ro:rccOptions

The Roam-able options for remote call control, for example, PBX phone control.

Child Elements

Element

Occurrence

Description

ro:mode

0 - 1

The mode of call forwarding: can be disabled or static.

ro:toPhoneType

0 - 1

The phone type: can be work, home, mobile, other, or custom1.

Examples

XML Example of the forwarding Element

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