This topic has not yet been rated - Rate this topic

ro:forwarding

Specifies the options for call forwarding in remote call control.

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

AttributeData TypeDescription

xmlns

url

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

ElementDescription

ro:rccOptions

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

ElementOccurrenceDescription

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.

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>
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.