ro:mode
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 mode of call forwarding.
Syntax
<ro:mode xmlns:ro="http://schemas.microsoft.com/2006/09/sip/options/otherOptions">...</ro:mode>
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 |
---|---|
Call forwarding options in remote call control. |
Child Elements
None
Remarks
The element can have one of the following tokens as the value:
Token |
Description |
---|---|
disabled |
Forwarding is disabled. This is the default. |
static |
Forwarding is enabled. |
Examples
XML Example of the mode Element
<ro:rccOptions xmlns:ro="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>