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>
xmlns
url
Namespace to which this element belongs. Optional. The value must be "http://schemas.microsoft.com/2006/09/sip/options/rccOptions".
ro:rccOptions
The Roam-able options for remote call control, for example, PBX phone control.
ro:mode
0 - 1
The mode of call forwarding: can be disabled or static.
disabled
static
ro:toPhoneType
The phone type: can be work, home, mobile, other, or custom1.
work
home
mobile
other
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>