rccOptions
Holds the roaming options for remote call control (of PBX phones).
<rccOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="https://schemas.microsoft.com/2006/09/sip/options/rccOptions"
majorVersion="xs:unsignedInt"
minorVersion="xs:unsignedInt"
[anyAttr]="any_attribute" >
<forwarding>
<mode>...</mode>
<toPhoneType>...</toPhoneType>
</forwarding>
<extension xmlns="https://schemas.microsoft.com/2006/09/sip/commontypes">
<[any]>Custom extension of any name in any namespace</any>
</extension>
<delimiter xmlns="https://schemas.microsoft.com/2006/09/sip/commontypes" />
<[any] xmlns="https://schemas.microsoft.com/2006/09/sip/options/rccOptions">A schema extension to the parent element</any>
<end xmlns="https://schemas.microsoft.com/2006/09/sip/commontypes" />
</rccOptions>
rccOptionsType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
majorVersion |
Optional attribute to specify the major version information of this element. |
minorVersion |
Optional attribute to specify the minor version information of this element. |
[anyAttr] |
Optional custom attribute of any name and namespace |
Child Elements
Element |
Occurrence |
Description |
---|---|---|
forwarding |
1 |
Contains a specification on where and how to forward a call from a PBX phone. |
0 or 1 |
Application-dependent custom extension to this element. |
|
0 or more |
A marker to begin a version-dependent schema extension. |
|
[any] |
0 or more |
Custom element of any name in the same namespace describing a schema extension to this element. This element must be enclosed between a delimiter element and an end element or between a two delimiter elements. |
0 or 1 |
The marker to end all the schema extensions. |
Parent Elements
Element |
Description |
---|---|
None |
This is a top-level element as an enhanced presence category instance. |
Text Value
None
Example
The following XML code snippet specifies that a call from a PBX phone is always forwarded to the user’s mobile phone.
<ro:rccOptions xmlns="https://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>
Element Information
Namespace |
https://schemas.microsoft.com/2006/09/sip/options/rccOptions |
Schema Name |
options-rccOptions |
Validation File |
options-rccOptions.xsd |
Can be Empty |
True |