Table of Contents
Target Namespace
None
Element and Attribute Namespaces
Global element and attribute declarations belong to this schema's target namespace.
By default, local element declarations belong to this schema's target namespace.
By default, local attribute declarations belong to this schema's target namespace.
Schema Composition
This schema imports schema(s) from the following namespace(s):
This schema includes components from the following schema document(s):
Declared Namespaces
Schema Component Representation
<
xs:schema attributeFormDefault ="
qualified "
elementFormDefault ="
qualified ">
<xs:import namespace ="C " schemaLocation ="OCISchemaBASE.xsd "/>
<xs:include schemaLocation ="OCISchemaDataTypes.xsd "/>
<xs:include schemaLocation ="OCISchemaSearchCriteria.xsd "/>
...
</
xs:schema >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
AuthenticationVerifyRequest
Abstract
no
Documentation
AuthenticationVerifyRequest is used to authenticate a user using the user Id and password. The response is a AuthenticationVerifyResponse or an ErrorResponse
Replaced By: AuthenticationVerifyRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
AuthenticationVerifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
password "
type ="
Password
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
AuthenticationVerifyResponse
Abstract
no
Documentation
Response to AuthenticationVerifyRequest
Replaced By: AuthenticationVerifyResponse14sp8
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<groupId>
GroupId
</groupId>
[0..1]
<isEnterprise>
xs :boolean </isEnterprise>
[1]
<passwordExpiresDays>
xs :int </passwordExpiresDays>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
AuthenticationVerifyResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
loginType "
type ="
LoginType
"/>
<
xs:element name ="
locale "
type ="
OCILocale
"/>
<
xs:element name ="
encoding "
type ="
Encoding
"/>
<
xs:element name ="
groupId "
type ="
GroupId
"
minOccurs ="
0 "/>
<
xs:element name ="
isEnterprise "
type ="
xs :boolean
"/>
<
xs:element name ="
passwordExpiresDays "
type ="
xs :int
"
minOccurs ="
0 "/>
<
xs:element name ="
userDomain "
type ="
NetAddress
"/>
<
xs:element name ="
lastName "
type ="
LastName
"
minOccurs ="
0 "/>
<
xs:element name ="
firstName "
type ="
FirstName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
BasicCallLogsEntry
Abstract
no
Documentation
Call Log entry describing a placed, received, or missed call.
Replaced By: CallLogsEntry
XML Instance Representation
<...>
<time>
xs :dateTime </time>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
BasicCallLogsEntry ">
<
xs:sequence >
<
xs:element name ="
countryCode "
type ="
CountryCode
"
minOccurs ="
0 "/>
<
xs:element name ="
time "
type ="
xs :dateTime
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterAgentDailyStatistics13mp8
Abstract
no
Documentation
Contains Call Center Agent statistics for one day.
XML Instance Representation
<...>
<numberOfCallsReceived>
xs :int </numberOfCallsReceived>
[1]
<numberOfCallsNotAnswered>
xs :int </numberOfCallsNotAnswered>
[1]
<averageTimePerCallSeconds>
xs :int </averageTimePerCallSeconds>
[1]
<timeInCallsSeconds>
xs :int </timeInCallsSeconds>
[1]
<timeLoggedOffSeconds>
xs :int </timeLoggedOffSeconds>
[1]
<timeLoggedOnAndIdleSeconds>
xs :int </timeLoggedOnAndIdleSeconds>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
CallCenterAgentDailyStatistics13mp8 ">
<
xs:sequence >
<
xs:element name ="
numberOfCallsReceived "
type ="
xs :int
"/>
<
xs:element name ="
numberOfCallsNotAnswered "
type ="
xs :int
"/>
<
xs:element name ="
averageTimePerCallSeconds "
type ="
xs :int
"/>
<
xs:element name ="
timeInCallsSeconds "
type ="
xs :int
"/>
<
xs:element name ="
timeLoggedOffSeconds "
type ="
xs :int
"/>
<
xs:element name ="
timeLoggedOnAndIdleSeconds "
type ="
xs :int
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterAgentStatistics13mp8
Abstract
no
Documentation
Contains Call Center statistics for a specified agent.
XML Instance Representation
<...>
<agentUserId>
UserId
</agentUserId>
[1]
<available>
xs :boolean </available>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
CallCenterAgentStatistics13mp8 ">
<
xs:sequence >
<
xs:element name ="
agentUserId "
type ="
UserId
"/>
<
xs:element name ="
available "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterQueueStatistics13mp8
Abstract
no
Documentation
Contains Call Center Queue statistics.
XML Instance Representation
<...>
<numberOfIncomingCalls>
xs :int </numberOfIncomingCalls>
[1]
<numberOfCallsQueued>
xs :int </numberOfCallsQueued>
[1]
<numberOfBusyOverflows>
xs :int </numberOfBusyOverflows>
[1]
<numberOfCallsAnswered>
xs :int </numberOfCallsAnswered>
[1]
<averageTimeWithAgentSeconds>
xs :int </averageTimeWithAgentSeconds>
[1]
<averageTimeInQueueSeconds>
xs :int </averageTimeInQueueSeconds>
[1]
<averageNumberOfAgentsBusy>
xs :decimal </averageNumberOfAgentsBusy>
[1]
<averageNumberOfAgentsLoggedOff>
xs :decimal </averageNumberOfAgentsLoggedOff>
[1]
<averageHoldTimeBeforeCallLossSeconds>
xs :int </averageHoldTimeBeforeCallLossSeconds>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
CallCenterQueueStatistics13mp8 ">
<
xs:sequence >
<
xs:element name ="
numberOfIncomingCalls "
type ="
xs :int
"/>
<
xs:element name ="
numberOfCallsQueued "
type ="
xs :int
"/>
<
xs:element name ="
numberOfBusyOverflows "
type ="
xs :int
"/>
<
xs:element name ="
numberOfCallsAnswered "
type ="
xs :int
"/>
<
xs:element name ="
averageTimeWithAgentSeconds "
type ="
xs :int
"/>
<
xs:element name ="
averageTimeInQueueSeconds "
type ="
xs :int
"/>
<
xs:element name ="
averageNumberOfAgentsBusy "
type ="
xs :decimal
"/>
<
xs:element name ="
averageNumberOfAgentsLoggedOff "
type ="
xs :decimal
"/>
<
xs:element name ="
averageHoldTimeBeforeCallLossSeconds "
type ="
xs :int
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CPEDeviceOptions
Abstract
no
Documentation
CPE device's options.
Replaced by: CPEDeviceOptions14sp6
XML Instance Representation
<...>
<enableMonitoring>
xs :boolean </enableMonitoring>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
CPEDeviceOptions ">
<
xs:sequence >
<
xs:element name ="
enableMonitoring "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
EnhancedCallLogsEntry
Abstract
no
Documentation
Call Log entry describing a placed, received, or missed call.
Replaced By: CallLogsEntry
XML Instance Representation
<...>
<time>
xs :dateTime </time>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnhancedCallLogsEntry ">
<
xs:sequence >
<
xs:element name ="
countryCode "
type ="
CountryCode
"
minOccurs ="
0 "/>
<
xs:element name ="
time "
type ="
xs :dateTime
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseVoiceVPNGetRequest
Abstract
no
Documentation
Request the enterprise level data associated with Voice VPN.
The response is either a EnterpriseVoiceVPNGetResponse or an ErrorResponse.
Replaced By: EnterpriseVoiceVPNGetRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseVoiceVPNGetResponse
Abstract
no
Documentation
Response to EnterpriseVoiceVPNGetRequest.
Replaced By: EnterpriseVoiceVPNGetResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ExtensionRange
Abstract
no
Documentation
Extension range. The minimum and maximum values are inclusive.
Schema Component Representation
<
xs:complexType name ="
ExtensionRange ">
<
xs:sequence >
<
xs:element name ="
minExtension "
type ="
Extension
"/>
<
xs:element name ="
maxExtension "
type ="
Extension
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAccessDeviceFileGetListRequest
Abstract
no
Documentation
Request to get the list of device files managed by the Device Management System, on a per-device profile basis.
The response is either GroupAccessDeviceFileGetListResponse or ErrorResponse.
Replaced By: GroupAccessDeviceFileGetListRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceFileGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAccessDeviceFileGetListResponse
Abstract
no
Documentation
Response to GroupAccessDeviceFileGetListRequest.
Contains a table of device files managed by the Device Management System on a per-device profile basis.
The column headings are: "File Type", "File Format", "Is Authenticated".
Replaced By: GroupAccessDeviceFileGetListResponse14sp8
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceFileGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAccessDeviceFileGetRequest
Abstract
no
Documentation
Request to get a group device profile file.
The response is either GroupAccessDeviceFileGetResponse or ErrorResponse.
Replaced By: GroupAccessDeviceFileGetRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceFileGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAccessDeviceFileGetResponse
Abstract
no
Documentation
Response to GroupAccessDeviceFileGetRequest.
Replaced By: GroupAccessDeviceFileGetResponse14sp8
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceFileGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAccessDeviceFileModifyRequest
Abstract
no
Documentation
Request to modify a specified group access device file.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: GroupAccessDeviceFileModifyRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceFileModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
uploadFile "
type ="
FileResource
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAccessDeviceGetRequest14
Abstract
no
Documentation
Requests the configuration of a specified group access device.
The response is either GroupAccessDeviceGetResponse14 or ErrorResponse.
Replaced By: GroupAccessDeviceGetRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceGetRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAccessDeviceGetRequest14sp3
Abstract
no
Documentation
Requests the configuration of a specified group access device.
The response is either GroupAccessDeviceGetResponse14sp3 or ErrorResponse.
Replaced By: GroupAccessDeviceGetRequest14sp6
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceGetRequest14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAccessDeviceGetResponse14
Abstract
no
Documentation
Response to GroupAccessDeviceGetRequest14.
Replaced By: GroupAccessDeviceGetResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<numberOfAssignedPorts>
xs :int </numberOfAssignedPorts>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceGetResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
port "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
outboundProxyServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
stunServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
numberOfAssignedPorts "
type ="
xs :int
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAccessDeviceGetResponse14sp3
Abstract
no
Documentation
Response to GroupAccessDeviceGetRequest14sp3.
Replaced By: GroupAccessDeviceGetResponse14sp6
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<numberOfAssignedPorts>
xs :int </numberOfAssignedPorts>
[1]
<mobilityManagerProvisioningURL>
URL
</mobilityManagerProvisioningURL>
[0..1]
<mobilityManagerDefaultOriginatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultOriginatingServiceKey>
[0..1]
<mobilityManagerDefaultTerminatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultTerminatingServiceKey>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceGetResponse14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
port "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
outboundProxyServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
stunServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
numberOfAssignedPorts "
type ="
xs :int
"/>
<
xs:element name ="
mobilityManagerProvisioningURL "
type ="
URL
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAdminGetPolicyRequest
Abstract
no
Documentation
Requests the Group administrator's policy settings.
The response is either GroupAdminGetPolicyResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAdminGetPolicyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAdminGetPolicyResponse
Abstract
no
Documentation
Response to GroupAdminGetPolicyRequest.
Contains the policy settings for the group administrator.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAdminGetPolicyResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterAddInstanceRequest14
Abstract
no
Documentation
Add a Call Center instance to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
Replaced By: GroupCallCenterAddInstanceRequest14sp3
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<huntAfterNoAnswer>
xs :boolean </huntAfterNoAnswer>
[1]
<forwardAfterTimeout>
xs :boolean </forwardAfterTimeout>
[1]
<forwardToPhoneNumber>
OutgoingDN
</forwardToPhoneNumber>
[0..1]
<enableVideo>
xs :boolean </enableVideo>
[1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[1]
<playMusicOnHold>
xs :boolean </playMusicOnHold>
[1]
<playComfortMessage>
xs :boolean </playComfortMessage>
[1]
<enableGuardTimer>
xs :boolean </enableGuardTimer>
[1]
<agentUserId>
UserId
</agentUserId>
[0..*]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterAddInstanceRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
huntAfterNoAnswer "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardAfterTimeout "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardToPhoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"/>
<
xs:element name ="
playMusicOnHold "
type ="
xs :boolean
"/>
<
xs:element name ="
playComfortMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
enableGuardTimer "
type ="
xs :boolean
"/>
<
xs:element name ="
agentUserId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterAddInstanceRequest14sp3
Abstract
no
Documentation
Add a Call Center instance to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
Replaced By: GroupCallCenterAddInstanceRequest14sp9
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<huntAfterNoAnswer>
xs :boolean </huntAfterNoAnswer>
[1]
<forwardAfterTimeout>
xs :boolean </forwardAfterTimeout>
[1]
<forwardToPhoneNumber>
OutgoingDN
</forwardToPhoneNumber>
[0..1]
<enableVideo>
xs :boolean </enableVideo>
[1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[1]
<playMusicOnHold>
xs :boolean </playMusicOnHold>
[1]
<playComfortMessage>
xs :boolean </playComfortMessage>
[1]
<enableGuardTimer>
xs :boolean </enableGuardTimer>
[1]
<agentUserId>
UserId
</agentUserId>
[0..*]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<allowCallsToAgentsInWrapUp>
xs :boolean </allowCallsToAgentsInWrapUp>
[1]
<enableCallQueueWhenNoAgentsAvailable>
xs :boolean </enableCallQueueWhenNoAgentsAvailable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterAddInstanceRequest14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
huntAfterNoAnswer "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardAfterTimeout "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardToPhoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"/>
<
xs:element name ="
playMusicOnHold "
type ="
xs :boolean
"/>
<
xs:element name ="
playComfortMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
enableGuardTimer "
type ="
xs :boolean
"/>
<
xs:element name ="
agentUserId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallsToAgentsInWrapUp "
type ="
xs :boolean
"/>
<
xs:element name ="
enableCallQueueWhenNoAgentsAvailable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetAnnouncementRequest
Abstract
no
Documentation
Get a call center's announcement settings.
The response is either a GroupCallCenterGetAnnouncementResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetAnnouncementRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetAnnouncementResponse
Abstract
no
Documentation
Response to the GroupCallCenterGetAnnouncementRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<entranceMessageAudioFileDescription>
FileDescription
</entranceMessageAudioFileDescription>
[0..1]
<entranceMessageVideoFileDescription>
FileDescription
</entranceMessageVideoFileDescription>
[0..1]
<periodicComfortMessageAudioFileDescription>
FileDescription
</periodicComfortMessageAudioFileDescription>
[0..1]
<periodicComfortMessageVideoFileDescription>
FileDescription
</periodicComfortMessageVideoFileDescription>
[0..1]
<onHoldMessageAudioFileDescription>
FileDescription
</onHoldMessageAudioFileDescription>
[0..1]
<onHoldMessageVideoFileDescription>
FileDescription
</onHoldMessageVideoFileDescription>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetAnnouncementResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
entranceMessageAudioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
entranceMessageVideoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
periodicComfortMessageAudioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
periodicComfortMessageVideoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
onHoldMessageAudioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
onHoldMessageVideoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetInstanceRequest14
Abstract
no
Documentation
Request to get all the information of a Call Center instance.
The response is either GroupCallCenterGetInstanceResponse14 or ErrorResponse.
Replaced By: GroupCallCenterGetInstanceRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetInstanceRequest14sp3
Abstract
no
Documentation
Request to get all the information of a Call Center instance.
The response is either GroupCallCenterGetInstanceResponse14sp3 or ErrorResponse.
Replaced By: GroupCallCenterGetInstanceRequest14sp9
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceRequest14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetInstanceResponse14
Abstract
no
Documentation
Response to GroupCallCenterGetInstanceRequest14.
Contains the service profile information and a table of assigned users.
The table has column headings: "User Id", "Last Name", "First Name",
"Hiragana Last Name", "Hiragana First Name", "Weight".
Replaced By: GroupCallCenterGetInstanceResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<huntAfterNoAnswer>
xs :boolean </huntAfterNoAnswer>
[1]
<forwardAfterTimeout>
xs :boolean </forwardAfterTimeout>
[1]
<forwardToPhoneNumber>
OutgoingDN
</forwardToPhoneNumber>
[0..1]
<enableVideo>
xs :boolean </enableVideo>
[1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[1]
<playMusicOnHold>
xs :boolean </playMusicOnHold>
[1]
<playComfortMessage>
xs :boolean </playComfortMessage>
[1]
<enableGuardTimer>
xs :boolean </enableGuardTimer>
[1]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
huntAfterNoAnswer "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardAfterTimeout "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardToPhoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"/>
<
xs:element name ="
playMusicOnHold "
type ="
xs :boolean
"/>
<
xs:element name ="
playComfortMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
enableGuardTimer "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetInstanceResponse14sp3
Abstract
no
Documentation
Response to GroupCallCenterGetInstanceRequest14sp3.
Contains the service profile information and a table of assigned users.
The table has column headings: "User Id", "Last Name", "First Name",
"Hiragana Last Name", "Hiragana First Name", "Weight".
Replaced By: GroupCallCenterGetInstanceResponse14sp9
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<huntAfterNoAnswer>
xs :boolean </huntAfterNoAnswer>
[1]
<forwardAfterTimeout>
xs :boolean </forwardAfterTimeout>
[1]
<forwardToPhoneNumber>
OutgoingDN
</forwardToPhoneNumber>
[0..1]
<enableVideo>
xs :boolean </enableVideo>
[1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[1]
<playMusicOnHold>
xs :boolean </playMusicOnHold>
[1]
<playComfortMessage>
xs :boolean </playComfortMessage>
[1]
<enableGuardTimer>
xs :boolean </enableGuardTimer>
[1]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<allowCallsToAgentsInWrapUp>
xs :boolean </allowCallsToAgentsInWrapUp>
[1]
<enableCallQueueWhenNoAgentsAvailable>
xs :boolean </enableCallQueueWhenNoAgentsAvailable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceResponse14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
huntAfterNoAnswer "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardAfterTimeout "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardToPhoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"/>
<
xs:element name ="
playMusicOnHold "
type ="
xs :boolean
"/>
<
xs:element name ="
playComfortMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
enableGuardTimer "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallsToAgentsInWrapUp "
type ="
xs :boolean
"/>
<
xs:element name ="
enableCallQueueWhenNoAgentsAvailable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetInstanceStatisticsRequest13mp8
Abstract
no
Documentation
Get Call Center queue and agent statistics.
The response is either GroupCallCenterGetInstanceStatisticsResponse13mp8 or ErrorResponse.
Replaced By: GroupCallCenterGetInstanceStatisticsRequest14sp9
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceStatisticsRequest13mp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetInstanceStatisticsResponse13mp8
Abstract
no
Documentation
Contains Call Center statistics.
Replaced By: GroupCallCenterGetInstanceStatisticsResponse14sp9
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<numberOfCallsQueuedNow>
xs :int </numberOfCallsQueuedNow>
[1]
<generateDailyReport>
xs :boolean </generateDailyReport>
[1]
<reportingEmailAddress1>
EmailAddress
</reportingEmailAddress1>
[0..1]
<reportingEmailAddress2>
EmailAddress
</reportingEmailAddress2>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceStatisticsResponse13mp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
numberOfCallsQueuedNow "
type ="
xs :int
"/>
<
xs:element name ="
generateDailyReport "
type ="
xs :boolean
"/>
<
xs:element name ="
reportingEmailAddress1 "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
reportingEmailAddress2 "
type ="
EmailAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetSupervisorListRequest
Abstract
no
Documentation
Get a list of supervisors assigned to a call center.
Only users in the same group or enterprise as this call center can
successfully execute this request.
The response is either a GroupCallCenterGetSupervisorListResponse
or an ErrorResponse.
Replaced By: GroupCallCenterSupervisorReportingGetRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetSupervisorListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetSupervisorListResponse
Abstract
no
Documentation
Response to the GroupCallCenterGetSupervisorListRequest.
Contains a table with column headings: "User Id", "Last Name",
"First Name", "Hiragana Last Name", "Hiragana First Name".
Element "reportingServerURL"" will always be blank.
Replaced By: GroupCallCenterSupervisorReportingGetResponse
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<reportingServerURL>
URL
</reportingServerURL>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetSupervisorListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
reportingServerURL "
type ="
URL
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterModifyAnnouncementRequest
Abstract
no
Documentation
Modify a call center's announcement settings.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<periodicComfortMessageAudioFile>
LabeledFileResource
</periodicComfortMessageAudioFile>
[0..1]
<periodicComfortMessageVideoFile>
LabeledFileResource
</periodicComfortMessageVideoFile>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterModifyAnnouncementRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
periodicComfortMessageAudioFile "
type ="
LabeledFileResource
"
minOccurs ="
0 "/>
<
xs:element name ="
periodicComfortMessageVideoFile "
type ="
LabeledFileResource
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterModifyInstanceStatisticsReportingRequest
Abstract
no
Documentation
Modify the Call Center statistics reporting frequency and destination.
The response is either SuccessResponse or ErrorResponse.
Replaced By: GroupCallCenterModifyInstanceStatisticsReportingRequest14sp9
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<clearTodayStatistics> true </clearTodayStatistics> [0..1]
<generateDailyReport>
xs :boolean </generateDailyReport>
[0..1]
<reportingEmailAddress1>
EmailAddress
</reportingEmailAddress1>
[0..1]
<reportingEmailAddress2>
EmailAddress
</reportingEmailAddress2>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterModifyInstanceStatisticsReportingRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
clearTodayStatistics "
type ="
xs :boolean
"
fixed ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
generateDailyReport "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
reportingEmailAddress1 "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
reportingEmailAddress2 "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterModifySupervisorListRequest
Abstract
no
Documentation
Replaces a list of users as supervisors for a call center.
Also allows the modification of the reporting server URL address.
The response is either a SuccessResponse or an ErrorResponse.
Element "reportingServerURL"" will always be ignored.
Replaced By: GroupCallCenterSupervisorReportingModifyRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<reportingServerURL>
URL
</reportingServerURL>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterModifySupervisorListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
reportingServerURL "
type ="
URL
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallingLineIdGetRequest
Abstract
no
Documentation
Get the calling line id settings for a group.
The response is either a GroupCallingLineIdGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallingLineIdGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallingLineIdGetResponse
Abstract
no
Documentation
Response to the GroupCallingLineIdGetRequest.
The response contains the group's calling line id settings.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupNumber>
xs :boolean </useGroupNumber>
[1]
<useGroupName>
xs :boolean </useGroupName>
[1]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallingLineIdGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useGroupNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallingLineIdModifyRequest
Abstract
no
Documentation
Modify the calling line id settings for a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupNumber>
xs :boolean </useGroupNumber>
[0..1]
<useGroupName>
xs :boolean </useGroupName>
[0..1]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallingLineIdModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
useGroupNumber "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallProcessingGetPolicyRequest14
Abstract
no
Documentation
Request the group level data associated with Call Processing Policy.
The response is either a GroupCallProcessingGetPolicyResponse14 or an
ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallProcessingGetPolicyRequest14sp1
Abstract
no
Documentation
Request the group level data associated with Call Processing Policy.
The response is either a GroupCallProcessingGetPolicyResponse14sp1 or an
ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyRequest14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallProcessingGetPolicyRequest14sp4
Abstract
no
Documentation
Request the group level data associated with Call Processing Policy.
The response is either a GroupCallProcessingGetPolicyResponse14sp4 or an
ErrorResponse.
Replaced By : GroupCallProcessingGetPolicyRequest15
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallProcessingGetPolicyResponse14
Abstract
no
Documentation
Response to GroupCallProcessingGetPolicyRequest14.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupSetting>
xs :boolean </useGroupSetting>
[1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useGroupSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallProcessingGetPolicyResponse14sp1
Abstract
no
Documentation
Response to GroupCallProcessingGetPolicyRequest14sp1.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupSetting>
xs :boolean </useGroupSetting>
[1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyResponse14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useGroupSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallProcessingGetPolicyResponse14sp4
Abstract
no
Documentation
Response to GroupCallProcessingGetPolicyRequest14sp4.
Replaced By : GroupCallProcessingGetPolicyResponse15
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupSetting>
xs :boolean </useGroupSetting>
[1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[1]
<overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
xs :boolean </overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
[1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyResponse14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useGroupSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallProcessingModifyPolicyRequest14
Abstract
no
Documentation
Modify the group level data associated with Call Procesing Policy.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By : GroupCallProcessingModifyPolicyRequest15
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupSetting>
xs :boolean </useGroupSetting>
[0..1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[0..1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[0..1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[0..1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[0..1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[0..1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[0..1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[0..1]
<overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
xs :boolean </overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
[0..1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[0..1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[0..1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingModifyPolicyRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
useGroupSetting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupDeviceTypeFileGetListRequest
Abstract
no
Documentation
Request to get the list of device type files managed by the Device Management System, on a per-group basis.
The response is either GroupDeviceTypeFileGetListResponse or ErrorResponse.
Replaced By: GroupDeviceTypeFileGetListRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupDeviceTypeFileGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupDeviceTypeFileGetListResponse
Abstract
no
Documentation
Response to GroupDeviceTypeFileGetListRequest.
Contains a table of device type files managed by the Device Management System, on a per-group basis.
The column headings are: "File Type", "File Format", "Is Authenticated".
Replaced By: GroupDeviceTypeFileGetListResponse14sp8
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<groupDeviceTypeFilesTable>
core :OCITable
</groupDeviceTypeFilesTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupDeviceTypeFileGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
groupDeviceTypeFilesTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupDeviceTypeFileGetRequest
Abstract
no
Documentation
Request to get a group device type file.
The response is either GroupDeviceTypeFileGetResponse or ErrorResponse.
Replaced By: GroupDeviceTypeFileGetRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupDeviceTypeFileGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupDeviceTypeFileGetResponse
Abstract
no
Documentation
Response to GroupDeviceTypeFileGetRequest.
Replaced By: GroupDeviceTypeFileGetResponse14sp8
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupDeviceTypeFileGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupDeviceTypeFileModifyRequest
Abstract
no
Documentation
Request to modify a specified device type file for a group.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: GroupDeviceTypeFileModifyRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupDeviceTypeFileModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
uploadFile "
type ="
FileResource
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupFeatureAccessCodeGetListRequest
Abstract
no
Documentation
Get the list of feature access codes for a group.
The response is either a GroupFeatureAccessCodeGetListResponse or an ErrorResponse.
Replaced by: GroupFeatureAccessCodeGetRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupFeatureAccessCodeGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupFeatureAccessCodeGetListResponse
Abstract
no
Documentation
Response to the GroupFeatureAccessCodeGetListRequest.
Replaced by: GroupFeatureAccessCodeGetResponse
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupFeatureAccessCodeGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupFeatureAccessCodeModifyListRequest
Abstract
no
Documentation
Modify a list of feature access codes for a group.
The response is either a SuccessResponse or an ErrorResponse.
Replaced by: GroupFeatureAccessCodeModifyRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
Start Choice [1]
<restoreDefaultCodes> true </restoreDefaultCodes> [0..1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
GroupFeatureAccessCodeModifyListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:choice >
<
xs:element name ="
restoreDefaultCodes "
type ="
xs :boolean
"
fixed ="
true "
minOccurs ="
0 "/>
</
xs:choice >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupGetRequest
Abstract
no
Documentation
Get the profile for a group.
The response is either a GroupGetResponse or an ErrorResponse.
Replaced By: GroupGetRequest14sp7
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupGetResponse
Abstract
no
Documentation
Response to the GroupGetRequest.
The response contains the group's profile information.
Replaced By: GroupGetResponse14sp7
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<userCount>
xs :int </userCount>
[1]
<contact>
Contact
</contact>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
defaultDomain "
type ="
NetAddress
"/>
<
xs:element name ="
userCount "
type ="
xs :int
"/>
<
xs:element name ="
groupName "
type ="
GroupName
"
minOccurs ="
0 "/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"/>
<
xs:element name ="
contact "
type ="
Contact
"
minOccurs ="
0 "/>
<
xs:element name ="
address "
type ="
StreetAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMusicOnHoldAddInstanceRequest14
Abstract
no
Documentation
Add a Music On Hold Instance to a department.
The response is either SuccessResponse or ErrorResponse.
Replaced By: GroupMusicOnHoldAddInstanceRequest14Sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActiveDuringCallHold>
xs :boolean </isActiveDuringCallHold>
[1]
<isActiveDuringCallPark>
xs :boolean </isActiveDuringCallPark>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMusicOnHoldAddInstanceRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
isActiveDuringCallHold "
type ="
xs :boolean
"/>
<
xs:element name ="
isActiveDuringCallPark "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMusicOnHoldAddInstanceRequest14sp4
Abstract
no
Documentation
Add a Music On Hold Instance to a department.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActiveDuringCallHold>
xs :boolean </isActiveDuringCallHold>
[1]
<isActiveDuringCallPark>
xs :boolean </isActiveDuringCallPark>
[1]
<isActiveDuringBusyCampOn>
xs :boolean </isActiveDuringBusyCampOn>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMusicOnHoldAddInstanceRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
isActiveDuringCallHold "
type ="
xs :boolean
"/>
<
xs:element name ="
isActiveDuringCallPark "
type ="
xs :boolean
"/>
<
xs:element name ="
isActiveDuringBusyCampOn "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMusicOnHoldGetInstanceRequest14
Abstract
no
Documentation
Get a Music On Hold data for a group or department instance.
The response is either GroupMusicOnHoldGetInstanceResponse14 or ErrorResponse.
Replaced By: GroupMusicOnHoldGetInstanceRequest14Sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMusicOnHoldGetInstanceRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMusicOnHoldGetInstanceRequest14sp4
Abstract
no
Documentation
Get a Music On Hold data for a group or department instance.
The response is either GroupMusicOnHoldGetInstanceResponse14sp4 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMusicOnHoldGetInstanceRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupMusicOnHoldGetInstanceResponse14
Abstract
no
Documentation
Response to the GroupMusicOnHoldGetInstanceRequest14.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<isActiveDuringCallHold>
xs :boolean </isActiveDuringCallHold>
[1]
<isActiveDuringCallPark>
xs :boolean </isActiveDuringCallPark>
[1]
<enableVideo>
xs :boolean </enableVideo>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMusicOnHoldGetInstanceResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
isActiveDuringCallHold "
type ="
xs :boolean
"/>
<
xs:element name ="
isActiveDuringCallPark "
type ="
xs :boolean
"/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
audioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupMusicOnHoldGetInstanceResponse14sp4
Abstract
no
Documentation
Response to the GroupMusicOnHoldGetInstanceRequest14sp4.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<isActiveDuringCallHold>
xs :boolean </isActiveDuringCallHold>
[1]
<isActiveDuringCallPark>
xs :boolean </isActiveDuringCallPark>
[1]
<isActiveDuringBusyCampOn>
xs :boolean </isActiveDuringBusyCampOn>
[1]
<enableVideo>
xs :boolean </enableVideo>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMusicOnHoldGetInstanceResponse14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
isActiveDuringCallHold "
type ="
xs :boolean
"/>
<
xs:element name ="
isActiveDuringCallPark "
type ="
xs :boolean
"/>
<
xs:element name ="
isActiveDuringBusyCampOn "
type ="
xs :boolean
"/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
audioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMusicOnHoldModifyInstanceRequest14
Abstract
no
Documentation
Modify data for a group or department Music On Hold Instance.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActiveDuringCallHold>
xs :boolean </isActiveDuringCallHold>
[0..1]
<isActiveDuringCallPark>
xs :boolean </isActiveDuringCallPark>
[0..1]
<isActiveDuringBusyCampOn>
xs :boolean </isActiveDuringBusyCampOn>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMusicOnHoldModifyInstanceRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
isActiveDuringCallHold "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
isActiveDuringCallPark "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
isActiveDuringBusyCampOn "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupPolicyGetRequest
Abstract
no
Documentation
Requests the Group's policy settings.
The response is either GroupPolicyGetResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupPolicyGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupPolicyGetRequest14sp1
Abstract
no
Documentation
Requests the Group's policy settings.
The response is either GroupPolicyGetResponse14sp1 or ErrorResponse.
Replaced By : GroupPolicyGetRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupPolicyGetRequest14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupPolicyGetResponse
Abstract
no
Documentation
Response to GroupPolicyGetRequest.
Contains the policy settings for the group.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupPolicyGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
GroupPolicyGetResponse14sp1
Abstract
no
Documentation
Response to GroupPolicyGetRequest14sp1.
Contains the policy settings for the group.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupPolicyGetResponse14sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupAddInstanceRequest14
Abstract
no
Documentation
Add a Trunk Group instance to a group.
The domain is required in the serviceUserId.
The publicUserIdentity in the ServiceInstanceAddProfile is not allowed for trunk groups.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupAddInstanceRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupAddInstanceRequest14sp1
Abstract
no
Documentation
Add a Trunk Group instance to a group.
The domain is required in the serviceUserId.
The publicUserIdentity in the ServiceInstanceAddProfile is not allowed for trunk groups.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<enableBursting>
xs :boolean </enableBursting>
[1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupId>
UserId
</capacityExceededRerouteTrunkGroupId>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupId>
UserId
</unreachableDestinationRerouteTrunkGroupId>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupAddInstanceRequest14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupAddInstanceRequest14sp4
Abstract
no
Documentation
Add a Trunk Group instance to a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableBursting>
xs :boolean </enableBursting>
[1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupKey>
TrunkGroupKey
</capacityExceededRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupKey>
TrunkGroupKey
</unreachableDestinationRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
<hostedUserId>
UserId
</hostedUserId>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupAddInstanceRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
hostedUserId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupAddInstanceRequest14sp9
Abstract
no
Documentation
Add a Trunk Group instance to a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableBursting>
xs :boolean </enableBursting>
[1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupKey>
TrunkGroupKey
</capacityExceededRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupKey>
TrunkGroupKey
</unreachableDestinationRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
<hostedUserId>
UserId
</hostedUserId>
[0..*]
<trunkGroupIdentity>
SIPURI
</trunkGroupIdentity>
[0..1]
<includeTrunkGroupIdentity>
xs :boolean </includeTrunkGroupIdentity>
[1]
<includeDtgIdentity>
xs :boolean </includeDtgIdentity>
[1]
<enableNetworkAddressIdentity>
xs :boolean </enableNetworkAddressIdentity>
[1]
<allowUnscreenedCalls>
xs :boolean </allowUnscreenedCalls>
[1]
<allowUnscreenedEmergencyCalls>
xs :boolean </allowUnscreenedEmergencyCalls>
[1]
<usePilotUserCallingLineIdentity>
xs :boolean </usePilotUserCallingLineIdentity>
[1]
<usePilotUserChargeNumber>
xs :boolean </usePilotUserChargeNumber>
[1]
<callForwardingAlwaysForwardAddress>
OutgoingDNorSIPURI
</callForwardingAlwaysForwardAddress>
[0..1]
<callForwardingAlwaysRerouteTrunkGroupKey>
TrunkGroupKey
</callForwardingAlwaysRerouteTrunkGroupKey>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupAddInstanceRequest14sp9 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
hostedUserId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
trunkGroupIdentity "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
otgDtgIdentity "
type ="
OtgDtgIdentity
"
minOccurs ="
0 "/>
<
xs:element name ="
includeTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
enableNetworkAddressIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedEmergencyCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
usePilotUserCallingLineIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
usePilotUserChargeNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
callForwardingAlwaysForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
callForwardingAlwaysRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupAddInstanceRequest14sp9A
Abstract
no
Documentation
Add a Trunk Group instance to a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableBursting>
xs :boolean </enableBursting>
[1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupKey>
TrunkGroupKey
</capacityExceededRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupKey>
TrunkGroupKey
</unreachableDestinationRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
<hostedUserId>
UserId
</hostedUserId>
[0..*]
<trunkGroupIdentity>
SIPURI
</trunkGroupIdentity>
[0..1]
<includeTrunkGroupIdentity>
xs :boolean </includeTrunkGroupIdentity>
[1]
<includeDtgIdentity>
xs :boolean </includeDtgIdentity>
[1]
<enableNetworkAddressIdentity>
xs :boolean </enableNetworkAddressIdentity>
[1]
<allowUnscreenedCalls>
xs :boolean </allowUnscreenedCalls>
[1]
<allowUnscreenedEmergencyCalls>
xs :boolean </allowUnscreenedEmergencyCalls>
[1]
<callForwardingAlwaysForwardAddress>
OutgoingDNorSIPURI
</callForwardingAlwaysForwardAddress>
[0..1]
<callForwardingAlwaysRerouteTrunkGroupKey>
TrunkGroupKey
</callForwardingAlwaysRerouteTrunkGroupKey>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupAddInstanceRequest14sp9A ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
hostedUserId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
trunkGroupIdentity "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
otgDtgIdentity "
type ="
OtgDtgIdentity
"
minOccurs ="
0 "/>
<
xs:element name ="
includeTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
enableNetworkAddressIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedEmergencyCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
callForwardingAlwaysForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
callForwardingAlwaysRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupDeleteInstanceRequest
Abstract
no
Documentation
Delete a Trunk Group Instance from a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupDeleteInstanceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetInstanceListRequest14
Abstract
no
Documentation
Get a list of Trunk Groups for the group or enterprise.
It is possible to restrict the results to a particular department, or expand the list to the entire enterprise.
The response is either a GroupTrunkGroupGetInstanceListResponse14 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
Start Choice [0..1]
<includeEnterpriseTrunkGroups> true </includeEnterpriseTrunkGroups> [1]
End Choice
<onlyTrunkGroupsWithDevice> true </onlyTrunkGroupsWithDevice> [0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceListRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:choice minOccurs ="
0 ">
<
xs:element name ="
includeEnterpriseTrunkGroups "
type ="
xs :boolean
"
fixed ="
true "/>
</
xs:choice >
<
xs:element name ="
onlyTrunkGroupsWithDevice "
type ="
xs :boolean
"
fixed ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceListResponse14
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceListRequest14.
Contains a table with column headings "Service User Id", "Name", "Department", "Device Name", "Device Level",
"Group Id".
The "Device Level" column contains one of the AccessDeviceLevel enumerated constants.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceListResponse14 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetInstanceRequest14
Abstract
no
Documentation
Get a Trunk Group Instance's profile.
The response is either a GroupTrunkGroupGetInstanceResponse14 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetInstanceRequest14sp1
Abstract
no
Documentation
Get a Trunk Group Instance's profile.
The response is either a GroupTrunkGroupGetInstanceResponse14sp1 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceRequest14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetInstanceRequest14sp4
Abstract
no
Documentation
Get a Trunk Group Instance's profile.
The response is either a GroupTrunkGroupGetInstanceResponse14sp4 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetInstanceRequest14sp5
Abstract
no
Documentation
Get a Trunk Group Instance's profile.
The response is either a GroupTrunkGroupGetInstanceResponse14sp5 or an ErrorResponse.
The response contains a hosted user table with column headings: "User Id", "Last Name",
"First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceRequest14sp5 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetInstanceRequest14sp9
Abstract
no
Documentation
Get a Trunk Group Instance's profile.
The response is either a GroupTrunkGroupGetInstanceResponse14sp9 or an ErrorResponse.
The response contains a hosted user table with column headings: "User Id", "Last Name",
"First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceRequest14sp9 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetInstanceRequest14sp9A
Abstract
no
Documentation
Get a Trunk Group Instance's profile.
The response is either a GroupTrunkGroupGetInstanceResponse14sp9A or an ErrorResponse.
The response contains a hosted user table with column headings: "User Id", "Last Name",
"First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceRequest14sp9A ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceResponse14
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceRequest.
The publicUserIdentity in the ServiceInstanceReadProfile is not used for trunk groups.
Returns the profile information for the Trunk Group.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceResponse14sp1
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceRequest14sp1.
The publicUserIdentity in the ServiceInstanceReadProfile is not used for trunk groups.
Returns the profile information for the Trunk Group.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableBursting>
xs :boolean </enableBursting>
[1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupId>
UserId
</capacityExceededRerouteTrunkGroupId>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupId>
UserId
</unreachableDestinationRerouteTrunkGroupId>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceResponse14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceResponse14sp4
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceRequest14sp4.
Returns the profile information for the Trunk Group.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<pilotUserId>
UserId
</pilotUserId>
[0..1]
<enableBursting>
xs :boolean </enableBursting>
[1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupKey>
TrunkGroupKey
</capacityExceededRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupKey>
TrunkGroupKey
</unreachableDestinationRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceResponse14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
pilotUserId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceResponse14sp5
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceRequest14sp5.
Returns the profile information for the Trunk Group.
Contains a hosted user table with column headings: "User Id", "Last Name",
"First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<pilotUserId>
UserId
</pilotUserId>
[0..1]
<enableBursting>
xs :boolean </enableBursting>
[1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupKey>
TrunkGroupKey
</capacityExceededRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupKey>
TrunkGroupKey
</unreachableDestinationRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceResponse14sp5 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
pilotUserId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
hostedUserTable "
type ="
core :OCITable
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceResponse14sp9
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceRequest14sp9.
Returns the profile information for the Trunk Group.
Contains a hosted user table with column headings: "User Id", "Last Name",
"First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<pilotUserId>
UserId
</pilotUserId>
[0..1]
<enableBursting>
xs :boolean </enableBursting>
[1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupKey>
TrunkGroupKey
</capacityExceededRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupKey>
TrunkGroupKey
</unreachableDestinationRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
<trunkGroupIdentity>
SIPURI
</trunkGroupIdentity>
[0..1]
<includeTrunkGroupIdentity>
xs :boolean </includeTrunkGroupIdentity>
[1]
<includeDtgIdentity>
xs :boolean </includeDtgIdentity>
[1]
<enableNetworkAddressIdentity>
xs :boolean </enableNetworkAddressIdentity>
[1]
<allowUnscreenedCalls>
xs :boolean </allowUnscreenedCalls>
[1]
<allowUnscreenedEmergencyCalls>
xs :boolean </allowUnscreenedEmergencyCalls>
[1]
<usePilotUserCallingLineIdentity>
xs :boolean </usePilotUserCallingLineIdentity>
[1]
<usePilotUserChargeNumber>
xs :boolean </usePilotUserChargeNumber>
[1]
<callForwardingAlwaysForwardAddress>
OutgoingDNorSIPURI
</callForwardingAlwaysForwardAddress>
[0..1]
<callForwardingAlwaysRerouteTrunkGroupKey>
TrunkGroupKey
</callForwardingAlwaysRerouteTrunkGroupKey>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceResponse14sp9 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
pilotUserId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
hostedUserTable "
type ="
core :OCITable
"
minOccurs ="
0 "/>
<
xs:element name ="
trunkGroupIdentity "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
otgDtgIdentity "
type ="
OtgDtgIdentity
"
minOccurs ="
0 "/>
<
xs:element name ="
includeTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
enableNetworkAddressIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedEmergencyCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
usePilotUserCallingLineIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
usePilotUserChargeNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
callForwardingAlwaysForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
callForwardingAlwaysRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceResponse14sp9A
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceRequest14sp9A.
Returns the profile information for the Trunk Group.
Contains a hosted user table with column headings: "User Id", "Last Name",
"First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<pilotUserId>
UserId
</pilotUserId>
[0..1]
<enableBursting>
xs :boolean </enableBursting>
[1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupKey>
TrunkGroupKey
</capacityExceededRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupKey>
TrunkGroupKey
</unreachableDestinationRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
<trunkGroupIdentity>
SIPURI
</trunkGroupIdentity>
[0..1]
<includeTrunkGroupIdentity>
xs :boolean </includeTrunkGroupIdentity>
[1]
<includeDtgIdentity>
xs :boolean </includeDtgIdentity>
[1]
<enableNetworkAddressIdentity>
xs :boolean </enableNetworkAddressIdentity>
[1]
<allowUnscreenedCalls>
xs :boolean </allowUnscreenedCalls>
[1]
<allowUnscreenedEmergencyCalls>
xs :boolean </allowUnscreenedEmergencyCalls>
[1]
<callForwardingAlwaysForwardAddress>
OutgoingDNorSIPURI
</callForwardingAlwaysForwardAddress>
[0..1]
<callForwardingAlwaysRerouteTrunkGroupKey>
TrunkGroupKey
</callForwardingAlwaysRerouteTrunkGroupKey>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceResponse14sp9A ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
pilotUserId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
hostedUserTable "
type ="
core :OCITable
"
minOccurs ="
0 "/>
<
xs:element name ="
trunkGroupIdentity "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
otgDtgIdentity "
type ="
OtgDtgIdentity
"
minOccurs ="
0 "/>
<
xs:element name ="
includeTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
enableNetworkAddressIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedEmergencyCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
callForwardingAlwaysForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
callForwardingAlwaysRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetInstanceUserListRequest
Abstract
no
Documentation
Get a list of user's on a Trunk Group Instance.
The response is either a GroupTrunkGroupGetInstanceUserListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceUserListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
searchCriteriaDn "
type ="
SearchCriteriaDn
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceUserListResponse
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceUserListRequest.
The response contains a 7 column table with column headings "User Id", "Last Name",
"First Name", "Department", "Phone Number", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<trunkGroupUserTable>
core :OCITable
</trunkGroupUserTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceUserListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetRequest
Abstract
no
Documentation
Get the maximum permissible active trunk group calls for the group.
The response is either a GroupTrunkGroupGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetRequest14sp1
Abstract
no
Documentation
Get the maximum and bursting maximum permissible active trunk group calls for the group.
The response is either a GroupTrunkGroupGetResponse14sp1 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetRequest14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetResponse
Abstract
no
Documentation
Response to the GroupTrunkGroupGetRequest.
The response contains the maximum permissible active trunk group calls for the group.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetResponse14sp1
Abstract
no
Documentation
Response to the GroupTrunkGroupGetRequest14sp1.
The response contains the maximum and bursting maximum permissible active trunk group calls for the group.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetResponse14sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupModifyInstanceRequest14
Abstract
no
Documentation
Modify a Trunk Group Instance in a group.
The publicUserIdentity in the ServiceInstanceModifyProfile is not allowed for trunk groups.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<enableBursting>
xs :boolean </enableBursting>
[0..1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupId>
UserId
</capacityExceededRerouteTrunkGroupId>
[0..1]
<capacityExceededTrapOffsetCalls>
TrapOffsetThreshold
</capacityExceededTrapOffsetCalls>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupId>
UserId
</unreachableDestinationRerouteTrunkGroupId>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[0..1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[0..1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupModifyInstanceRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
maxActiveCalls "
type ="
MaxActiveCalls
"
minOccurs ="
0 "/>
<
xs:element name ="
maxIncomingCalls "
type ="
MaxIncomingCalls
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
maxOutgoingCalls "
type ="
MaxOutgoingCalls
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupId "
type ="
UserId
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededTrapOffsetCalls "
type ="
TrapOffsetThreshold
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupId "
type ="
UserId
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationTrapInitialCalls "
type ="
TrapInitialThreshold
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationTrapOffsetCalls "
type ="
TrapOffsetThreshold
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupModifyInstanceRequest14sp4
Abstract
no
Documentation
Modify a Trunk Group Instance in a group.
The access device cannot be modified or cleared if there are any users assigned to the Trunk Group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<pilotUserId>
UserId
</pilotUserId>
[0..1]
<enableBursting>
xs :boolean </enableBursting>
[0..1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupKey>
TrunkGroupKey
</capacityExceededRerouteTrunkGroupKey>
[0..1]
<capacityExceededTrapOffsetCalls>
TrapOffsetThreshold
</capacityExceededTrapOffsetCalls>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupKey>
TrunkGroupKey
</unreachableDestinationRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[0..1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[0..1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[0..1]
<trunkGroupIdentity>
SIPURI
</trunkGroupIdentity>
[0..1]
<includeTrunkGroupIdentity>
xs :boolean </includeTrunkGroupIdentity>
[0..1]
<includeDtgIdentity>
xs :boolean </includeDtgIdentity>
[0..1]
<enableNetworkAddressIdentity>
xs :boolean </enableNetworkAddressIdentity>
[0..1]
<allowUnscreenedCalls>
xs :boolean </allowUnscreenedCalls>
[0..1]
<allowUnscreenedEmergencyCalls>
xs :boolean </allowUnscreenedEmergencyCalls>
[0..1]
<usePilotUserCallingLineIdentity>
xs :boolean </usePilotUserCallingLineIdentity>
[0..1]
<usePilotUserChargeNumber>
xs :boolean </usePilotUserChargeNumber>
[0..1]
<callForwardingAlwaysForwardAddress>
OutgoingDNorSIPURI
</callForwardingAlwaysForwardAddress>
[0..1]
<callForwardingAlwaysRerouteTrunkGroupKey>
TrunkGroupKey
</callForwardingAlwaysRerouteTrunkGroupKey>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupModifyInstanceRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
pilotUserId "
type ="
UserId
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
maxActiveCalls "
type ="
MaxActiveCalls
"
minOccurs ="
0 "/>
<
xs:element name ="
maxIncomingCalls "
type ="
MaxIncomingCalls
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
maxOutgoingCalls "
type ="
MaxOutgoingCalls
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededTrapOffsetCalls "
type ="
TrapOffsetThreshold
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationTrapInitialCalls "
type ="
TrapInitialThreshold
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationTrapOffsetCalls "
type ="
TrapOffsetThreshold
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
trunkGroupIdentity "
type ="
SIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
otgDtgIdentity "
type ="
OtgDtgIdentity
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
includeTrunkGroupIdentity "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
includeDtgIdentity "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableNetworkAddressIdentity "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowUnscreenedCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowUnscreenedEmergencyCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
usePilotUserCallingLineIdentity "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
usePilotUserChargeNumber "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
callForwardingAlwaysForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
callForwardingAlwaysRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupModifyInstanceRequest14sp9A
Abstract
no
Documentation
Modify a Trunk Group Instance in a group.
The access device cannot be modified or cleared if there are any users assigned to the Trunk Group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<pilotUserId>
UserId
</pilotUserId>
[0..1]
<enableBursting>
xs :boolean </enableBursting>
[0..1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupKey>
TrunkGroupKey
</capacityExceededRerouteTrunkGroupKey>
[0..1]
<capacityExceededTrapOffsetCalls>
TrapOffsetThreshold
</capacityExceededTrapOffsetCalls>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupKey>
TrunkGroupKey
</unreachableDestinationRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationTrapInitialCalls>
TrapInitialThreshold
</unreachableDestinationTrapInitialCalls>
[0..1]
<unreachableDestinationTrapOffsetCalls>
TrapOffsetThreshold
</unreachableDestinationTrapOffsetCalls>
[0..1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[0..1]
<trunkGroupIdentity>
SIPURI
</trunkGroupIdentity>
[0..1]
<includeTrunkGroupIdentity>
xs :boolean </includeTrunkGroupIdentity>
[0..1]
<includeDtgIdentity>
xs :boolean </includeDtgIdentity>
[0..1]
<enableNetworkAddressIdentity>
xs :boolean </enableNetworkAddressIdentity>
[0..1]
<allowUnscreenedCalls>
xs :boolean </allowUnscreenedCalls>
[0..1]
<allowUnscreenedEmergencyCalls>
xs :boolean </allowUnscreenedEmergencyCalls>
[0..1]
<callForwardingAlwaysForwardAddress>
OutgoingDNorSIPURI
</callForwardingAlwaysForwardAddress>
[0..1]
<callForwardingAlwaysRerouteTrunkGroupKey>
TrunkGroupKey
</callForwardingAlwaysRerouteTrunkGroupKey>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupModifyInstanceRequest14sp9A ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
pilotUserId "
type ="
UserId
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
maxActiveCalls "
type ="
MaxActiveCalls
"
minOccurs ="
0 "/>
<
xs:element name ="
maxIncomingCalls "
type ="
MaxIncomingCalls
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
maxOutgoingCalls "
type ="
MaxOutgoingCalls
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededTrapOffsetCalls "
type ="
TrapOffsetThreshold
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationTrapInitialCalls "
type ="
TrapInitialThreshold
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationTrapOffsetCalls "
type ="
TrapOffsetThreshold
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
trunkGroupIdentity "
type ="
SIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
otgDtgIdentity "
type ="
OtgDtgIdentity
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
includeTrunkGroupIdentity "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
includeDtgIdentity "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableNetworkAddressIdentity "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowUnscreenedCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowUnscreenedEmergencyCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
callForwardingAlwaysForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
callForwardingAlwaysRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupModifyRequest
Abstract
no
Documentation
Modify the maximum and bursting maximum permissible active Trunk Group calls for the group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupUserCreationTaskAddRequest
Abstract
no
Documentation
Add a user creation task for a trunk group.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<populateExtension>
xs :boolean </populateExtension>
[1]
<populateContact>
xs :boolean </populateContact>
[1]
<contactDomain>
NetAddress
</contactDomain>
[0..1]
Start Choice [1]
<userPhoneNumbers>
[1]
<phoneNumber>
DN
</phoneNumber>
[0..*]
<dnRange>
DNRange
</dnRange>
[0..*]
</userPhoneNumbers>
<userExtensions>
[1]
</userExtensions>
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupUserCreationTaskAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
userIdDomain "
type ="
NetAddress
"/>
<
xs:element name ="
populateExtension "
type ="
xs :boolean
"/>
<
xs:element name ="
linePortDomain "
type ="
NetAddress
"/>
<
xs:element name ="
populateContact "
type ="
xs :boolean
"/>
<
xs:element name ="
contactDomain "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:choice >
<
xs:element name ="
userPhoneNumbers ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
dnRange "
type ="
DNRange
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element name ="
userExtensions ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
extension "
type ="
Extension
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
extensionRange "
type ="
ExtensionRange
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:choice >
<
xs:element name ="
servicePackName "
type ="
ServicePackName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
userService "
type ="
UserService
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupUserCreationTaskDeleteRequest
Abstract
no
Documentation
Delete a user creation task for a trunk group.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupUserCreationTaskDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupUserCreationTaskGetListRequest
Abstract
no
Documentation
Get the list of user creation tasks for a trunk group.
The response is either GroupTrunkGroupUserCreationTaskGetListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupUserCreationTaskGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupUserCreationTaskGetListResponse
Abstract
no
Documentation
Response to GroupTrunkGroupUserCreationTaskGetListRequest.
Contains a table with a row for each user creation task and column headings :
"Name", "Status", "Users Created", "Total Users To Create", "Error Count".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupUserCreationTaskGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupUserCreationTaskGetRequest
Abstract
no
Documentation
Request the details of a specified user creation task for a trunk group.
The response is either GroupTrunkGroupUserCreationTaskGetResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupUserCreationTaskGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupUserCreationTaskGetResponse
Abstract
no
Documentation
Response to a GroupTrunkGroupUserCreationTaskGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<populateExtension>
xs :boolean </populateExtension>
[1]
<populateContact>
xs :boolean </populateContact>
[1]
<contactDomain>
NetAddress
</contactDomain>
[0..1]
<usersCreated>
xs :int </usersCreated>
[1]
<totalUsersToCreate>
xs :int </totalUsersToCreate>
[1]
<errorCount>
xs :int </errorCount>
[1]
<userServiceName>
UserService
</userServiceName>
[0..*]
<taskSummary>
xs :token </taskSummary>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupUserCreationTaskGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
userIdDomain "
type ="
NetAddress
"/>
<
xs:element name ="
populateExtension "
type ="
xs :boolean
"/>
<
xs:element name ="
linePortDomain "
type ="
NetAddress
"/>
<
xs:element name ="
populateContact "
type ="
xs :boolean
"/>
<
xs:element name ="
contactDomain "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
usersCreated "
type ="
xs :int
"/>
<
xs:element name ="
totalUsersToCreate "
type ="
xs :int
"/>
<
xs:element name ="
errorCount "
type ="
xs :int
"/>
<
xs:element name ="
servicePackName "
type ="
ServicePackName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
userServiceName "
type ="
UserService
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
taskSummary "
type ="
xs :token
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupVoiceMessagingGroupGetPasscodeRulesRequest
Abstract
no
Documentation
Requests the group's voice portal passcode rules setting.
The response is either GroupVoiceMessagingGroupGetPasscodeRulesResponse or ErrorResponse.
Replaced By: GroupPortalPasscodeRulesGetRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupVoiceMessagingGroupGetPasscodeRulesRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupVoiceMessagingGroupGetPasscodeRulesResponse
Abstract
no
Documentation
Response to GroupVoiceMessagingGroupGetPasscodeRulesRequest.
Contains the group's voice portal passcode rules setting.
Replaced By: GroupPortalPasscodeRulesGetResponse
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits>
xs :boolean </disallowRepeatedDigits>
[1]
<disallowUserNumber>
xs :boolean </disallowUserNumber>
[1]
<disallowReversedUserNumber>
xs :boolean </disallowReversedUserNumber>
[1]
<disallowOldPasscode>
xs :boolean </disallowOldPasscode>
[1]
<disallowReversedOldPasscode>
xs :boolean </disallowReversedOldPasscode>
[1]
<disableLoginAfterMaxFailedLoginAttempts>
xs :boolean </disableLoginAfterMaxFailedLoginAttempts>
[1]
<expirePassword>
xs :boolean </expirePassword>
[1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupVoiceMessagingGroupGetPasscodeRulesResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
disallowRepeatedDigits "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disableLoginAfterMaxFailedLoginAttempts "
type ="
xs :boolean
"/>
<
xs:element name ="
expirePassword "
type ="
xs :boolean
"/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupVoiceMessagingGroupGetVoicePortalRequest14
Abstract
no
Documentation
Requests the group's voice messaging settings
The response is either GroupVoiceMessagingGroupGetVoicePortalResponse14 or ErrorResponse.
Replaced by GroupVoiceMessagingGroupGetVoicePortalRequest15
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupVoiceMessagingGroupGetVoicePortalRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupVoiceMessagingGroupGetVoicePortalResponse14
Abstract
no
Documentation
Response to the GroupVoiceMessagingGroupGetVoicePortalRequest14.
Replaced by GroupVoiceMessagingGroupGetVoicePortalResponse15
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<isActive>
xs :boolean </isActive>
[1]
<allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin>
xs :boolean </allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin>
[1]
<useVoicePortalWizard>
xs :boolean </useVoicePortalWizard>
[1]
<useExternalRouting>
xs :boolean </useExternalRouting>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupVoiceMessagingGroupGetVoicePortalResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin "
type ="
xs :boolean
"/>
<
xs:element name ="
useVoicePortalWizard "
type ="
xs :boolean
"/>
<
xs:element name ="
useExternalRouting "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupVoiceMessagingGroupModifyPasscodeRulesRequest
Abstract
no
Documentation
Request to modify the group's voice portal passcode rules setting.
The response is either SuccessResponse or ErrorResponse.
Replaced By: GroupPortalPasscodeRulesModifyRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits>
xs :boolean </disallowRepeatedDigits>
[0..1]
<disallowUserNumber>
xs :boolean </disallowUserNumber>
[0..1]
<disallowReversedUserNumber>
xs :boolean </disallowReversedUserNumber>
[0..1]
<disallowOldPasscode>
xs :boolean </disallowOldPasscode>
[0..1]
<disallowReversedOldPasscode>
xs :boolean </disallowReversedOldPasscode>
[0..1]
<disableLoginAfterMaxFailedLoginAttempts>
xs :boolean </disableLoginAfterMaxFailedLoginAttempts>
[0..1]
<expirePassword>
xs :boolean </expirePassword>
[0..1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[0..1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupVoiceMessagingGroupModifyPasscodeRulesRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
disallowRepeatedDigits "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowUserNumber "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowReversedUserNumber "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowOldPasscode "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowReversedOldPasscode "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disableLoginAfterMaxFailedLoginAttempts "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
expirePassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
LoginRequest13mp10
Abstract
no
Documentation
LoginRequest13mp10 is 2nd stage of the 2 stage OCI login process.
The signedPassword is not required for external authentication login from a trusted host (ACL).
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
LoginRequest13mp10 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
signedPassword "
type ="
SignedPassword
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
LoginResponse13mp10
Abstract
no
Documentation
LoginRequest13mp10/Response13mp10 is 2nd stage of the 2 stage OCI login process.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
LoginResponse13mp10 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
loginType "
type ="
LoginType
"/>
<
xs:element name ="
locale "
type ="
OCILocale
"/>
<
xs:element name ="
encoding "
type ="
Encoding
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
SequentialRingLocation
Abstract
no
Documentation
Sequential Ring Location.
Replaced By: SequentialRingLocation14sp4
Schema Component Representation
<
xs:complexType name ="
SequentialRingLocation ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServiceInstanceModifyProfileTrunkGroup
Abstract
no
Documentation
Service Profile Information for a trunk group used when modifying an existing service instance.
XML Instance Representation
<...>
<phoneNumber>
DN
</phoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceInstanceModifyProfileTrunkGroup ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
password "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceFileGetListRequest
Abstract
no
Documentation
Request to get the list of device files managed by the Device Management System, on a per-device profile basis.
The response is either ServiceProviderAccessDeviceFileGetListResponse or ErrorResponse.
Replaced By: ServiceProviderAccessDeviceFileGetListRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceFileGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceFileGetListResponse
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceFileGetListRequest.
Contains a table of device files managed by the Device Management System on a per-device profile basis.
The column headings are: "File Type", "File Format", "Is Authenticated".
Replaced By: ServiceProviderAccessDeviceFileGetListResponse14sp8
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceFileGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceFileGetRequest
Abstract
no
Documentation
Request to get a service provider device profile file.
The response is either ServiceProviderAccessDeviceFileGetResponse or ErrorResponse.
Replaced By: ServiceProviderAccessDeviceFileGetRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceFileGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceFileGetResponse
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceFileGetRequest.
Replaced By: ServiceProviderAccessDeviceFileGetResponse14sp8
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceFileGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceFileModifyRequest
Abstract
no
Documentation
Request to modify a specified service provider/enterprise access device file.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: ServiceProviderAccessDeviceFileModifyRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceFileModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
uploadFile "
type ="
FileResource
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceGetRequest14
Abstract
no
Documentation
Requests the configuration of a specified service provider access device.
The response is either ServiceProviderAccessDeviceGetResponse14 or ErrorResponse.
Replaced By: ServiceProviderAccessDeviceGetRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceGetRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceGetRequest14sp3
Abstract
no
Documentation
Requests the configuration of a specified service provider access device.
The response is either ServiceProviderAccessDeviceGetResponse14sp3 or ErrorResponse.
Replaced By: ServiceProviderAccessDeviceGetRequest14sp6
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceGetRequest14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceGetResponse14
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceGetRequest14.
Replaced By: ServiceProviderAccessDeviceGetResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<numberOfAssignedPorts>
xs :int </numberOfAssignedPorts>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceGetResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
port "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
outboundProxyServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
stunServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
numberOfAssignedPorts "
type ="
xs :int
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceGetResponse14sp3
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceGetRequest14sp3.
Replaced By: ServiceProviderAccessDeviceGetRequest14sp6
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<numberOfAssignedPorts>
xs :int </numberOfAssignedPorts>
[1]
<mobilityManagerProvisioningURL>
URL
</mobilityManagerProvisioningURL>
[0..1]
<mobilityManagerDefaultOriginatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultOriginatingServiceKey>
[0..1]
<mobilityManagerDefaultTerminatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultTerminatingServiceKey>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceGetResponse14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
port "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
outboundProxyServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
stunServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
numberOfAssignedPorts "
type ="
xs :int
"/>
<
xs:element name ="
mobilityManagerProvisioningURL "
type ="
URL
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCallProcessingGetPolicyRequest14
Abstract
no
Documentation
Request the service provider level data associated with Call Processing
Policy. The response is either a
ServiceProviderCallProcessingGetPolicyResponse14 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCallProcessingGetPolicyRequest14sp1
Abstract
no
Documentation
Request the service provider level data associated with Call Processing
Policy. The response is either a
ServiceProviderCallProcessingGetPolicyResponse14sp1 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyRequest14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCallProcessingGetPolicyRequest14sp4
Abstract
no
Documentation
Request the service provider level data associated with Call Processing
Policy. The response is either a
ServiceProviderCallProcessingGetPolicyResponse14sp4 or an ErrorResponse.
Replaced By : ServiceProviderCallProcessingGetPolicyRequest15
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCallProcessingGetPolicyResponse14
Abstract
no
Documentation
Response to ServiceProviderCallProcessingGetPolicyRequest14.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCallProcessingGetPolicyResponse14sp1
Abstract
no
Documentation
Response to ServiceProviderCallProcessingGetPolicyRequest14sp1.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyResponse14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCallProcessingGetPolicyResponse14sp4
Abstract
no
Documentation
Response to ServiceProviderCallProcessingGetPolicyRequest14sp4.
Replaced By : ServiceProviderCallProcessingGetPolicyResponse15
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[1]
<overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
xs :boolean </overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
[1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyResponse14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCallProcessingModifyPolicyRequest14
Abstract
no
Documentation
Modify the service provider level data associated with Call Procesing
Policy. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[0..1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[0..1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[0..1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[0..1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[0..1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[0..1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[0..1]
<overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
xs :boolean </overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
[0..1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[0..1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[0..1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[0..1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[0..1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[0..1]
<emergencyClidPolicy>
CLIDPolicy
</emergencyClidPolicy>
[0..1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingModifyPolicyRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
clidPolicy "
type ="
CLIDPolicy
"
minOccurs ="
0 "/>
<
xs:element name ="
emergencyClidPolicy "
type ="
CLIDPolicy
"
minOccurs ="
0 "/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderPasswordRulesModifyRequest
Abstract
no
Documentation
Request to modify the service provider's password rules settings
setting applicable to Administrators (Group and Department) and Users.
The response is either SuccessResponse or ErrorResponse.
Replaced By: ServiceProviderPasswordRulesModifyRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowWebAddExternalAuthenticationUsers>
xs :boolean </allowWebAddExternalAuthenticationUsers>
[0..1]
<disallowUserId>
xs :boolean </disallowUserId>
[0..1]
<disallowOldPassword>
xs :boolean </disallowOldPassword>
[0..1]
<disallowReversedOldPassword>
xs :boolean </disallowReversedOldPassword>
[0..1]
<restrictMinDigits>
xs :boolean </restrictMinDigits>
[0..1]
<restrictMinUpperCaseLetters>
xs :boolean </restrictMinUpperCaseLetters>
[0..1]
<restrictMinLowerCaseLetters>
xs :boolean </restrictMinLowerCaseLetters>
[0..1]
<restrictMinNonAlphanumericCharacters>
xs :boolean </restrictMinNonAlphanumericCharacters>
[0..1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[0..1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
<disallowRulesModification>
xs :boolean </disallowRulesModification>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderPasswordRulesModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
allowWebAddExternalAuthenticationUsers "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowUserId "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowOldPassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowReversedOldPassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinDigits "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinUpperCaseLetters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinLowerCaseLetters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinNonAlphanumericCharacters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
disallowRulesModification "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskGetRequest
Abstract
no
Documentation
Requests the details of a specified service pack migration task.
The response is either ServiceProviderServicePackMigrationTaskGetResponse
or ErrorResponse.
Replaced By: ServiceProviderServicePackMigrationTaskGetRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackMigrationTaskGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderServicePackMigrationTaskGetResponse
Abstract
no
Documentation
Response to ServiceProviderServicePackMigrationTaskGetRequest.
The groupTable column headings are: "Migrate", "Group Id", "Group Name", "User Count".
Replaced By: ServiceProviderServicePackMigrationTaskGetResponse14sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<startTimestamp>
xs :dateTime </startTimestamp>
[0..1]
<sendReportEmail>
xs :boolean </sendReportEmail>
[1]
<reportDeliveryEmailAddress>
EmailAddress
</reportDeliveryEmailAddress>
[0..1]
<abortOnError>
xs :boolean </abortOnError>
[1]
<reportAllUsers>
xs :boolean </reportAllUsers>
[1]
<automaticallyIncrementServiceQuantity>
xs :boolean </automaticallyIncrementServiceQuantity>
[1]
<errorCount>
xs :int </errorCount>
[1]
<groupsProcessed>
xs :int </groupsProcessed>
[1]
<groupsTotal>
xs :int </groupsTotal>
[1]
<usersProcessed>
xs :int </usersProcessed>
[1]
<usersTotal>
xs :int </usersTotal>
[1]
<reportFilePathName>
FileName
</reportFilePathName>
[1]
<userSelectionServicePackName>
ServicePackName
</userSelectionServicePackName>
[0..*]
<userSelectionServiceName>
UserService
</userSelectionServiceName>
[0..*]
<removeServiceName>
UserService
</removeServiceName>
[0..*]
<assignServiceName>
UserService
</assignServiceName>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackMigrationTaskGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
startTimestamp "
type ="
xs :dateTime
"
minOccurs ="
0 "/>
<
xs:element name ="
sendReportEmail "
type ="
xs :boolean
"/>
<
xs:element name ="
reportDeliveryEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
abortOnError "
type ="
xs :boolean
"/>
<
xs:element name ="
reportAllUsers "
type ="
xs :boolean
"/>
<
xs:element name ="
automaticallyIncrementServiceQuantity "
type ="
xs :boolean
"/>
<
xs:element name ="
errorCount "
type ="
xs :int
"/>
<
xs:element name ="
groupsProcessed "
type ="
xs :int
"/>
<
xs:element name ="
groupsTotal "
type ="
xs :int
"/>
<
xs:element name ="
usersProcessed "
type ="
xs :int
"/>
<
xs:element name ="
usersTotal "
type ="
xs :int
"/>
<
xs:element name ="
reportFilePathName "
type ="
FileName
"/>
<
xs:element name ="
userSelectionServicePackName "
type ="
ServicePackName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
userSelectionServiceName "
type ="
UserService
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
removeServicePackName "
type ="
ServicePackName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
removeServiceName "
type ="
UserService
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
assignServicePackName "
type ="
ServicePackName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
assignServiceName "
type ="
UserService
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderTrunkGroupGetRequest
Abstract
no
Documentation
Get the maximum permissible active Trunk Group calls for the service provider.
The response is either a ServiceProviderTrunkGroupGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderTrunkGroupGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderTrunkGroupGetResponse
Abstract
no
Documentation
Response to the ServiceProviderTrunkGroupGetRequest.
The response contains the maximum permissible active trunk group calls for the service provider.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderTrunkGroupGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderVoiceMessagingGroupGetPasscodeRulesRequest
Abstract
no
Documentation
Requests the service provider's voice portal passcode rules setting.
The response is either ServiceProviderVoiceMessagingGroupGetPasscodeRulesResponse or ErrorResponse.
Replaced By: ServiceProviderPortalPasscodeRulesGetRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderVoiceMessagingGroupGetPasscodeRulesRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderVoiceMessagingGroupGetPasscodeRulesResponse
Abstract
no
Documentation
Response to ServiceProviderVoiceMessagingGroupGetPasscodeRulesRequest.
Contains the service provider's voice portal passcode rules setting.
Replaced By: ServiceProviderPortalPasscodeRulesGetResponse
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits>
xs :boolean </disallowRepeatedDigits>
[1]
<disallowUserNumber>
xs :boolean </disallowUserNumber>
[1]
<disallowReversedUserNumber>
xs :boolean </disallowReversedUserNumber>
[1]
<disallowOldPasscode>
xs :boolean </disallowOldPasscode>
[1]
<disallowReversedOldPasscode>
xs :boolean </disallowReversedOldPasscode>
[1]
<disableLoginAfterMaxFailedLoginAttempts>
xs :boolean </disableLoginAfterMaxFailedLoginAttempts>
[1]
<expirePassword>
xs :boolean </expirePassword>
[1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderVoiceMessagingGroupGetPasscodeRulesResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
disallowRepeatedDigits "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disableLoginAfterMaxFailedLoginAttempts "
type ="
xs :boolean
"/>
<
xs:element name ="
expirePassword "
type ="
xs :boolean
"/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderVoiceMessagingGroupModifyPasscodeRulesRequest
Abstract
no
Documentation
Request to modify the service provider's voice portal passcode rules setting.
The response is either SuccessResponse or ErrorResponse.
Replaced By: ServiceProviderPortalPasscodeRulesModifyRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits>
xs :boolean </disallowRepeatedDigits>
[0..1]
<disallowUserNumber>
xs :boolean </disallowUserNumber>
[0..1]
<disallowReversedUserNumber>
xs :boolean </disallowReversedUserNumber>
[0..1]
<disallowOldPasscode>
xs :boolean </disallowOldPasscode>
[0..1]
<disallowReversedOldPasscode>
xs :boolean </disallowReversedOldPasscode>
[0..1]
<disableLoginAfterMaxFailedLoginAttempts>
xs :boolean </disableLoginAfterMaxFailedLoginAttempts>
[0..1]
<expirePassword>
xs :boolean </expirePassword>
[0..1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[0..1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderVoiceMessagingGroupModifyPasscodeRulesRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
disallowRepeatedDigits "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowUserNumber "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowReversedUserNumber "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowOldPasscode "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowReversedOldPasscode "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disableLoginAfterMaxFailedLoginAttempts "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
expirePassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemAccessDeviceFileGetListRequest
Abstract
no
Documentation
Request to get the list of device files managed by the Device Management System, on a per-device profile basis.
The response is either SystemAccessDeviceFileGetListResponse or ErrorResponse.
Replaced By: SystemAccessDeviceFileGetListRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceFileGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemAccessDeviceFileGetListResponse
Abstract
no
Documentation
Response to SystemAccessDeviceFileGetListRequest.
Contains a table of device files managed by the Device Management System on a per-device profile basis.
The column headings are: "File Type", "File Format", "Is Authenticated".
Replaced By: SystemAccessDeviceFileGetListResponse14sp8
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceFileGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemAccessDeviceFileGetRequest
Abstract
no
Documentation
Request to get a device profile file.
The response is either SystemAccessDeviceFileGetResponse or ErrorResponse.
Replaced By: SystemAccessDeviceFileGetRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceFileGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemAccessDeviceFileGetResponse
Abstract
no
Documentation
Response to SystemAccessDeviceFileGetRequest.
Replaced By: SystemAccessDeviceFileGetResponse14sp8
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceFileGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemAccessDeviceFileModifyRequest
Abstract
no
Documentation
Request to modify a specified system access device file.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: SystemAccessDeviceFileModifyRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceFileModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
uploadFile "
type ="
FileResource
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemAccessDeviceGetRequest
Abstract
no
Documentation
Requests the configuration of a specified system access device.
The response is either SystemAccessDeviceGetResponse or ErrorResponse.
Replaced By: SystemAccessDeviceGetRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemAccessDeviceGetRequest14sp3
Abstract
no
Documentation
Requests the configuration of a specified system access device.
The response is either SystemAccessDeviceGetResponse14sp3 or ErrorResponse.
Replaced By: SystemAccessDeviceGetRequest14sp6
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceGetRequest14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemAccessDeviceGetResponse
Abstract
no
Documentation
Response to SystemAccessDeviceGetRequest.
Replaced By: SystemAccessDeviceGetResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<numberOfAssignedPorts>
xs :int </numberOfAssignedPorts>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
port "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
outboundProxyServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
stunServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
numberOfAssignedPorts "
type ="
xs :int
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemAccessDeviceGetResponse14sp3
Abstract
no
Documentation
Response to SystemAccessDeviceGetRequest14sp3
Replaced By: SystemAccessDeviceGetResponse14sp6
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<numberOfAssignedPorts>
xs :int </numberOfAssignedPorts>
[1]
<mobilityManagerProvisioningURL>
URL
</mobilityManagerProvisioningURL>
[0..1]
<mobilityManagerDefaultOriginatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultOriginatingServiceKey>
[0..1]
<mobilityManagerDefaultTerminatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultTerminatingServiceKey>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceGetResponse14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
port "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
outboundProxyServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
stunServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
numberOfAssignedPorts "
type ="
xs :int
"/>
<
xs:element name ="
mobilityManagerProvisioningURL "
type ="
URL
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemASRParametersGetRequest
Abstract
no
Documentation
Request to get the list of Application Server Registration system parameters.
The response is either SystemASRParametersGetResponse or ErrorResponse.
Replaced By: SystemASRParametersGetRequest14sp5
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemASRParametersGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemASRParametersGetRequest14sp5
Abstract
no
Documentation
Request to get the list of Application Server Registration system parameters.
The response is either SystemASRParametersGetResponse14sp5 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemASRParametersGetRequest14sp5 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemASRParametersGetResponse
Abstract
no
Documentation
Response to SystemASRParametersGetRequest.
Contains a list of system Application Server Registration parameters.
Replaced By: SystemASRParametersGetResponse14sp5
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<listeningPort>
Port1025
</listeningPort>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemASRParametersGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
listeningPort "
type ="
Port1025
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemASRParametersGetResponse14sp5
Abstract
no
Documentation
Response to SystemASRParametersGetRequest14sp5.
Contains a list of system Application Server Registration parameters.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<listeningPort>
Port1025
</listeningPort>
[1]
<sourceAddress>
NetAddress
</sourceAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemASRParametersGetResponse14sp5 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
listeningPort "
type ="
Port1025
"/>
<
xs:element name ="
sourceAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemASRParametersModifyRequest
Abstract
no
Documentation
Request to modify Application Server Registration system parameters.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<listeningPort>
Port1025
</listeningPort>
[0..1]
<sourceAddress>
NetAddress
</sourceAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemASRParametersModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
listeningPort "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
sourceAddress "
type ="
NetAddress
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemAutomaticCallbackGetRequest
Abstract
no
Documentation
Request the system's automatic callback attributes.
The response is either a SystemAutomaticCallbackGetResponse or an ErrorResponse.
Replaced By: SystemAutomaticCallbackGetRequest15
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAutomaticCallbackGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemAutomaticCallbackGetResponse
Abstract
no
Documentation
Response to SystemAutomaticCallbackGetRequest.
Replaced By: SystemAutomaticCallbackGetResponse15
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAutomaticCallbackGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemAutomaticCallbackModifyRequest
Abstract
no
Documentation
Modifies the system's automatic callback attributes.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: SystemAutomaticCallbackModifyRequest15
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAutomaticCallbackModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemBCCTAddOCIInterfaceAddressRequest
Abstract
no
Documentation
Add an OCI entry to the Broadworks Common Communication Transport (BCCT) protocol to interface mapping table.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<interfaceNetAddress>
NetAddress
</interfaceNetAddress>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemBCCTAddOCIInterfaceAddressRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
interfaceNetAddress "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemBCCTDeleteOCIInterfaceAddressRequest
Abstract
no
Documentation
Delete an OCI entry in the Broadworks Common Communication Transport (BCCT) protocol to interface mapping table.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<interfaceNetAddress>
NetAddress
</interfaceNetAddress>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemBCCTDeleteOCIInterfaceAddressRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
interfaceNetAddress "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemBCCTGetOCIInterfaceAddressListRequest
Abstract
no
Documentation
Get the OCI entries from the Broadworks Common Communication Transport (BCCT) protocol to interface mapping list.
The response is SystemBCCTGetOCIInterfaceAddressListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemBCCTGetOCIInterfaceAddressListRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemBCCTGetOCIInterfaceAddressListResponse
Abstract
no
Documentation
Response to SystemBCCTGetOCIInterfaceAddressListRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<interfaceNetAddress>
NetAddress
</interfaceNetAddress>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemBCCTGetOCIInterfaceAddressListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
interfaceNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallCenterGetRequest
Abstract
no
Documentation
Request the system level data associated with Call Center.
The response is either a SystemCallCenterGetResponse or an
ErrorResponse.
Replaced By: SystemCallCenterGetRequest14sp9
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallCenterGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallCenterGetResponse
Abstract
no
Documentation
Response to SystemCallCenterGetRequest.
Replaced By: SystemCallCenterGetResponse14sp9
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallCenterGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallProcessingGetPolicyRequest14
Abstract
no
Documentation
Request the system level data associated with Call Processing Policy.
The response is either a SystemCallProcessingGetPolicyResponse14 or an
ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyRequest14 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallProcessingGetPolicyRequest14sp1
Abstract
no
Documentation
Request the system level data associated with Call Processing Policy.
The response is either a SystemCallProcessingGetPolicyResponse14sp1 or an
ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyRequest14sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallProcessingGetPolicyRequest14sp4
Abstract
no
Documentation
Request the system level data associated with Call Processing Policy.
The response is either a SystemCallProcessingGetPolicyResponse14sp4 or an
ErrorResponse.
Replaced By : SystemCallProcessingGetPolicyRequest15
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyRequest14sp4 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallProcessingGetPolicyResponse14
Abstract
no
Documentation
Response to SystemCallProcessingGetPolicyRequest14.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallProcessingGetPolicyResponse14sp1
Abstract
no
Documentation
Response to SystemCallProcessingGetPolicyRequest14sp1.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyResponse14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallProcessingGetPolicyResponse14sp4
Abstract
no
Documentation
Response to SystemCallProcessingGetPolicyRequest14sp4.
Replaced By : SystemCallProcessingGetPolicyResponse15
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[1]
<overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
xs :boolean </overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
[1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyResponse14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallProcessingModifyPolicyRequest14
Abstract
no
Documentation
Modify the system level data associated with Call Processing Policy.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By : SystemCallProcessingModifyPolicyRequest15
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[0..1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[0..1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[0..1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[0..1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[0..1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[0..1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[0..1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[0..1]
<overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
xs :boolean </overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan>
[0..1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[0..1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[0..1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[0..1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[0..1]
<emergencyClidPolicy>
CLIDPolicy
</emergencyClidPolicy>
[0..1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingModifyPolicyRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
clidPolicy "
type ="
CLIDPolicy
"
minOccurs ="
0 "/>
<
xs:element name ="
emergencyClidPolicy "
type ="
CLIDPolicy
"
minOccurs ="
0 "/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCAPParametersGetRequest
Abstract
no
Documentation
Request to get the list of CAP system parameters.
The response is either SystemCAPParametersGetResponse or ErrorResponse.
Replaced By: SystemCAPParametersGetRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCAPParametersGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCAPParametersGetResponse
Abstract
no
Documentation
Response to SystemCAPParametersGetRequest.
Contains a list of system CAP parameters.
Replaced By: SystemCAPParametersGetResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableConnectionPing>
xs :boolean </enableConnectionPing>
[1]
<CCC2ServerPort>
Port1025
</CCC2ServerPort>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCAPParametersGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serverPort "
type ="
Port1025
"/>
<
xs:element name ="
enableConnectionPing "
type ="
xs :boolean
"/>
<
xs:element name ="
CCC2ServerPort "
type ="
Port1025
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCPEConfigAddFileServerRequest
Abstract
no
Documentation
Add a device CPE config file server.
The response is either SuccessResponse or ErrorResponse.
Replaced By: SystemCPEConfigAddFileServerRequest14sp6
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<ftpHostNetAddress>
NetAddress
</ftpHostNetAddress>
[1]
<passiveFTP>
xs :boolean </passiveFTP>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCPEConfigAddFileServerRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
ftpHostNetAddress "
type ="
NetAddress
"/>
<
xs:element name ="
ftpUserId "
type ="
FTPUserId
"/>
<
xs:element name ="
passiveFTP "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCPEConfigGetFileServerListRequest
Abstract
no
Documentation
Requests the list of device CPE config file servers.
The response is either SystemCPEConfigGetFileServerListResponse or ErrorResponse.
Replaced By: SystemCPEConfigGetFileServerListRequest14sp6
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCPEConfigGetFileServerListRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCPEConfigGetFileServerListResponse
Abstract
no
Documentation
Response to SystemCPEConfigGetFileServerListRequest. The table columns are:
"Device Type", "FTP Host Net Address", "FTP User Id", "Directory" and "Passive FTP".
Replaced By: SystemCPEConfigGetFileServerListResponse14sp6
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCPEConfigGetFileServerListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCPEConfigModifyFileServerRequest
Abstract
no
Documentation
Modify a device CPE config file server.
The response is either SuccessResponse or ErrorResponse.
Replaced By: SystemCPEConfigModifyFileServerRequest14sp6
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<ftpHostNetAddress>
NetAddress
</ftpHostNetAddress>
[0..1]
<passiveFTP>
xs :boolean </passiveFTP>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCPEConfigModifyFileServerRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
ftpHostNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
ftpUserId "
type ="
FTPUserId
"
minOccurs ="
0 "/>
<
xs:element name ="
ftpUserPassword "
type ="
FTPUserPassword
"
minOccurs ="
0 "/>
<
xs:element name ="
cpeFileDirectory "
type ="
CPEFileDirectory
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
passiveFTP "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCPEConfigParametersGetRequest
Abstract
no
Documentation
Request to get the list of CPE Config system parameters.
The response is either SystemCPEConfigParametersGetResponse or ErrorResponse.
Replaced By: SystemCPEConfigParametersGetRequest14sp6
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCPEConfigParametersGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCPEConfigParametersGetResponse
Abstract
no
Documentation
Response to SystemCPEConfigParametersGetListRequest.
Contains a list of system CPE Config parameters.
Replaced By: SystemCPEConfigParametersGetResponse14sp6
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableIPDeviceManagement>
xs :boolean </enableIPDeviceManagement>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCPEConfigParametersGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableIPDeviceManagement "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemDeviceTypeGetAvailableListRequest
Abstract
no
Documentation
Requests a list of non-obsolete Identity/device profile types defined in the system. It is possible
to get either all conference device types or all non-conferernce types. This command is similar
to the SystemSIPDeviceTypeGetListRequest and SystemMGCPDeviceTypeGetListRequest
but gets both SIP and MGCP types.
The response is either SystemDeviceTypeGetlAvailableListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowConference>
xs :boolean </allowConference>
[1]
<allowMusicOnHold>
xs :boolean </allowMusicOnHold>
[1]
<onlyConference>
xs :boolean </onlyConference>
[1]
<onlyVideoCapable>
xs :boolean </onlyVideoCapable>
[1]
<onlyOptionalIpAddress>
xs :boolean </onlyOptionalIpAddress>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetAvailableListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
allowConference "
type ="
xs :boolean
"/>
<
xs:element name ="
allowMusicOnHold "
type ="
xs :boolean
"/>
<
xs:element name ="
onlyConference "
type ="
xs :boolean
"/>
<
xs:element name ="
onlyVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
onlyOptionalIpAddress "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemDeviceTypeGetAvailableListRequest14sp1
Abstract
no
Documentation
Requests a list of non-obsolete Identity/device profile types defined in the system. It is possible
to get either all conference device types or all non-conferernce types. This command is similar
to the SystemSIPDeviceTypeGetListRequest and SystemMGCPDeviceTypeGetListRequest
but gets both SIP and MGCP types.
The response is either SystemDeviceTypeGetlAvailableListResponse14sp1 or ErrorResponse.
Replaced By: SystemDeviceTypeGetAvailableListRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowConference>
xs :boolean </allowConference>
[1]
<allowMusicOnHold>
xs :boolean </allowMusicOnHold>
[1]
<onlyConference>
xs :boolean </onlyConference>
[1]
<onlyVideoCapable>
xs :boolean </onlyVideoCapable>
[1]
<onlyOptionalIpAddress>
xs :boolean </onlyOptionalIpAddress>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetAvailableListRequest14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
allowConference "
type ="
xs :boolean
"/>
<
xs:element name ="
allowMusicOnHold "
type ="
xs :boolean
"/>
<
xs:element name ="
onlyConference "
type ="
xs :boolean
"/>
<
xs:element name ="
onlyVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
onlyOptionalIpAddress "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemDeviceTypeGetAvailableListResponse
Abstract
no
Documentation
Response to SystemDeviceTypeGetAvailableListRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<typeInfo>
[0..*]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<isIpAddressOptional>
xs :boolean </isIpAddressOptional>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
</typeInfo>
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetAvailableListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
deviceType "
type ="
AccessDeviceType
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
typeInfo "
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isIpAddressOptional "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemDeviceTypeGetAvailableListResponse14sp1
Abstract
no
Documentation
Response to SystemDeviceTypeGetAvailableListRequest14sp1.
Replaced By: SystemDeviceTypeGetAvailableListResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<typeInfo>
[0..*]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<isIpAddressOptional>
xs :boolean </isIpAddressOptional>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
</typeInfo>
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetAvailableListResponse14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
deviceType "
type ="
AccessDeviceType
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
typeInfo "
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isIpAddressOptional "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemDeviceTypeGetRequest
Abstract
no
Documentation
Requests the information about the specified device type without regard to whether the
type is SIP or MGCP.
The response is either SystemDeviceTypeGetResponse or ErrorResponse.
Replaced By: SystemDeviceTypeGetRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemDeviceTypeGetRequest14sp3
Abstract
no
Documentation
Requests the information about the specified device type without regard to whether the
type is SIP or MGCP.
The response is either SystemDeviceTypeGetResponse14sp3 or ErrorResponse.
Replaced By: SystemDeviceTypeGetRequest14sp6
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetRequest14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemDeviceTypeGetResponse
Abstract
no
Documentation
Response to SystemDeviceTypeGetRequest.
Replaced By: SystemDeviceTypeGetResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<isIpAddressOptional>
xs :boolean </isIpAddressOptional>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isIpAddressOptional "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemDeviceTypeGetResponse14sp3
Abstract
no
Documentation
Response to SystemDeviceTypeGetRequest14sp3.
Replaced By: SystemDeviceTypeGetResponse14sp6
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<isIpAddressOptional>
xs :boolean </isIpAddressOptional>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
<isMobilityManagerDevice>
xs :boolean </isMobilityManagerDevice>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetResponse14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isIpAddressOptional "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
<
xs:element name ="
isMobilityManagerDevice "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemDnGetUtilizationRequest
Abstract
no
Documentation
Get the utilization of a single DN.
The response is either SystemDnGetUtilizationResponse or ErrorResponse.
Replaced By: SystemDnGetUtilizationRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<phoneNumber>
DN
</phoneNumber>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDnGetUtilizationRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemDnGetUtilizationResponse
Abstract
no
Documentation
Response to SystemDnGetUtilizationRequest.
Replaced By: SystemDnGetUtilizationResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<groupId>
GroupId
</groupId>
[0..1]
<userId>
UserId
</userId>
[0..1]
<isGroupCallingLineId>
xs :boolean </isGroupCallingLineId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDnGetUtilizationResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"
minOccurs ="
0 "/>
<
xs:element name ="
userId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
userType "
type ="
UserType
"
minOccurs ="
0 "/>
<
xs:element name ="
isGroupCallingLineId "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemExternalAuthenticationAddACLEntryRequest
Abstract
no
Documentation
Add an entry to the external authentication access control list.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemExternalAuthenticationAddACLEntryRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemExternalAuthenticationDeleteACLEntryRequest
Abstract
no
Documentation
Delete an entry from the external authentication access control list.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemExternalAuthenticationDeleteACLEntryRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemExternalAuthenticationModifyACLEntryRequest
Abstract
no
Documentation
Modify an entry from the external authentication access control list.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemExternalAuthenticationModifyACLEntryRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemLicensingGetRequest
Abstract
no
Documentation
Get all the licensing information.
The response is either SystemLicensingGetResponse or ErrorResponse.
Replaced By: SystemLicensingGetRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemLicensingGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemLicensingGetResponse
Abstract
no
Documentation
Response to SystemLicensingGetRequest. The license table columns are: "Name", "Licensed", "Used",
"Available" and "Expiration Date".
Replaced By: SystemLicensingGetResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<expirationDate>
xs :dateTime </expirationDate>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemLicensingGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
expirationDate "
type ="
xs :dateTime
"
minOccurs ="
0 "/>
<
xs:element name ="
hostId "
type ="
ServerHostId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
licenseName "
type ="
LicenseName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemNetworkServerSyncParametersGetRequest
Abstract
no
Documentation
Request to get the list of Network Server Sync system parameters.
The response is either SystemNetworkServerSyncParametersGetResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemNetworkServerSyncParametersGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemNetworkServerSyncParametersGetResponse
Abstract
no
Documentation
Response to SystemNetworkServerSyncParametersGetListRequest.
Contains a list of system Network Server Sync parameters.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableSync>
xs :boolean </enableSync>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemNetworkServerSyncParametersGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableSync "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemOCICallControlApplicationAddRequest
Abstract
no
Documentation
Add an application to the OCI call control application list.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableSystemWide>
xs :boolean </enableSystemWide>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemOCICallControlApplicationAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
enableSystemWide "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemOCIReportingParametersGetRequest
Abstract
no
Documentation
Request to get the list of OCIReporting system parameters.
The response is either SystemOCIReportingParametersGetResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemOCIReportingParametersGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemOCIReportingParametersGetResponse
Abstract
no
Documentation
Response to SystemOCIReportingParametersGetListRequest.
Contains a list of system OCI Reporting parameters.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableConnectionPing>
xs :boolean </enableConnectionPing>
[1]
<alterPasswords>
xs :boolean </alterPasswords>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemOCIReportingParametersGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serverPort "
type ="
Port1025
"/>
<
xs:element name ="
enableConnectionPing "
type ="
xs :boolean
"/>
<
xs:element name ="
alterPasswords "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemPasswordRulesModifyRequest
Abstract
no
Documentation
Request to modify the system providers password rule
setting applicable to System Adminstrator, Provisioning Administrator,
and/or Service Provider Administrator, Group Administrator, Department Administrator, User.
The response is either SuccessResponse or ErrorResponse.
Replaced By: SystemPasswordRulesModifyRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowWebAddExternalAuthenticationUsers>
xs :boolean </allowWebAddExternalAuthenticationUsers>
[0..1]
<disallowUserId>
xs :boolean </disallowUserId>
[0..1]
<disallowOldPassword>
xs :boolean </disallowOldPassword>
[0..1]
<disallowReversedOldPassword>
xs :boolean </disallowReversedOldPassword>
[0..1]
<restrictMinDigits>
xs :boolean </restrictMinDigits>
[0..1]
<restrictMinUpperCaseLetters>
xs :boolean </restrictMinUpperCaseLetters>
[0..1]
<restrictMinLowerCaseLetters>
xs :boolean </restrictMinLowerCaseLetters>
[0..1]
<restrictMinNonAlphanumericCharacters>
xs :boolean </restrictMinNonAlphanumericCharacters>
[0..1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[0..1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
<disallowRulesModification>
xs :boolean </disallowRulesModification>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPasswordRulesModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
allowWebAddExternalAuthenticationUsers "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowUserId "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowOldPassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowReversedOldPassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinDigits "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinUpperCaseLetters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinLowerCaseLetters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinNonAlphanumericCharacters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
disallowRulesModification "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemPolicyGetDefaultRequest14
Abstract
no
Documentation
Requests the system's default policy settings.
The response is either SystemPolicyGetDefaultResponse14 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPolicyGetDefaultRequest14 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemPolicyGetDefaultRequest14sp1
Abstract
no
Documentation
Requests the system's default policy settings.
The response is either SystemPolicyGetDefaultResponse14sp1 or ErrorResponse.
Replaced By: SystemPolicyGetDefaultRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPolicyGetDefaultRequest14sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemPolicyGetDefaultResponse14
Abstract
no
Documentation
Response to SystemPolicyGetDefaultRequest14.
Contains the default policy settings for the system.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPolicyGetDefaultResponse14 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemPolicyGetDefaultResponse14sp1
Abstract
no
Documentation
Response to SystemPolicyGetDefaultRequest14sp1.
Contains the default policy settings for the system.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPolicyGetDefaultResponse14sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemProvisioningValidationGetRequest
Abstract
no
Documentation
Request to get the system's provisioning validation attributes.
The response is either a SystemProvisioningValidationGetResponse or and ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemProvisioningValidationGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemProvisioningValidationGetResponse
Abstract
no
Documentation
Response to the SystemProvisioningValidationGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemProvisioningValidationGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSessionAuditGetRequest
Abstract
no
Documentation
Request the system level data associated with session audit.
The response is either a SystemSessionAuditGetResponse or an
ErrorResponse.
Replaced By: SystemSessionAuditGetRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSessionAuditGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSessionAuditGetResponse
Abstract
no
Documentation
Response to SystemSessionAuditGetRequest.
Replaced By: SystemSessionAuditGetResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSessionAuditGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSessionAuditModifyRequest
Abstract
no
Documentation
Modify the system level data associated with session sudit.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: SystemSessionAuditModifyRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSessionAuditModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPAddACLEntryRequest14
Abstract
no
Documentation
Add an entry to the SIP access control list.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPAddACLEntryRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeleteACLEntryRequest
Abstract
no
Documentation
Delete an entry from the SIP access control list.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeleteACLEntryRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest
Abstract
no
Documentation
Request to add a sip device type.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<authenticationOverride>
xs :boolean </authenticationOverride>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticationOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest14sp1
Abstract
no
Documentation
Request to add a sip device type.
The response is either SuccessResponse or ErrorResponse.
Replaced By: SystemSIPDeviceTypeAddRequest14sp2
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<authenticationOverride>
xs :boolean </authenticationOverride>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticationOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest14sp2
Abstract
no
Documentation
Request to add a sip device type.
The response is either SuccessResponse or ErrorResponse.
Replaced By: SystemSIPDeviceTypeAddRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest14sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest14sp3
Abstract
no
Documentation
Request to add a sip device type.
The response is either SuccessResponse or ErrorResponse.
Replaced by: SystemSIPDeviceTypeAddRequest14sp6
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMobilityManagerDevice>
xs :boolean </isMobilityManagerDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<tdmOverlay>
xs :boolean </tdmOverlay>
[1]
<supportsBroadWorksINFOForCallWaiting>
xs :boolean </supportsBroadWorksINFOForCallWaiting>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMobilityManagerDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
tdmOverlay "
type ="
xs :boolean
"/>
<
xs:element name ="
supportsBroadWorksINFOForCallWaiting "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest14sp6
Abstract
no
Documentation
Request to add a sip device type.
The response is either SuccessResponse or ErrorResponse.
Replaced By : SystemSIPDeviceTypeAddRequest15
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMobilityManagerDevice>
xs :boolean </isMobilityManagerDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<tdmOverlay>
xs :boolean </tdmOverlay>
[1]
<supportsBroadWorksINFOForCallWaiting>
xs :boolean </supportsBroadWorksINFOForCallWaiting>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest14sp6 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMobilityManagerDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
tdmOverlay "
type ="
xs :boolean
"/>
<
xs:element name ="
supportsBroadWorksINFOForCallWaiting "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeFileAddRequest
Abstract
no
Documentation
Request to add a sip device type file.
The response is either SuccessResponse or ErrorResponse.
Replaced By: SystemSIPDeviceTypeFileAddRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowFileCustomization>
xs :boolean </allowFileCustomization>
[1]
<useHttpDigestAuthentication>
xs :boolean </useHttpDigestAuthentication>
[1]
<macBasedFileAuthentication>
xs :boolean </macBasedFileAuthentication>
[1]
<userNamePasswordFileAuthentication>
xs :boolean </userNamePasswordFileAuthentication>
[1]
<macInNonRequestURI>
xs :boolean </macInNonRequestURI>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeFileAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
allowFileCustomization "
type ="
xs :boolean
"/>
<
xs:element name ="
uploadFile "
type ="
FileResource
"
minOccurs ="
0 "/>
<
xs:element name ="
useHttpDigestAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
macBasedFileAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
userNamePasswordFileAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
macInNonRequestURI "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeFileDeleteRequest
Abstract
no
Documentation
Request to delete a sip device type file.
The response is either SuccessResponse or ErrorResponse.
Replaced By: SystemSIPDeviceTypeFileDeleteRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeFileDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeFileGetListRequest
Abstract
no
Documentation
Request to get the list of device files managed by the Device Management System, on a per-device type basis.
The response is either SystemSIPDeviceTypeFileGetListResponse or ErrorResponse.
Replaced By: SystemSIPDeviceTypeFileGetListRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeFileGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeFileGetListResponse
Abstract
no
Documentation
Response to SystemSIPDeviceTypeFileGetListRequest.
Contains a table of device files managed by the Device Management System on a per-device type basis.
The column headings are: "File Type", "File Format", "Is Authenticated".
Replaced By: SystemSIPDeviceTypeFileGetListResponse14sp8
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceTypeFilesTable>
core :OCITable
</deviceTypeFilesTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeFileGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeFileGetRequest
Abstract
no
Documentation
Request to get a sip device type file.
The response is either SystemSIPDeviceTypeFileGetResponse or ErrorResponse.
Replaced By: SystemSIPDeviceTypeFileGetRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeFileGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeFileGetResponse
Abstract
no
Documentation
Response to SystemSIPDeviceTypeFileGetRequest.
Replaced By: SystemSIPDeviceTypeFileGetResponse14sp8
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowFileCustomization>
xs :boolean </allowFileCustomization>
[1]
<useHttpDigestAuthentication>
xs :boolean </useHttpDigestAuthentication>
[1]
<macBasedFileAuthentication>
xs :boolean </macBasedFileAuthentication>
[1]
<userNamePasswordFileAuthentication>
xs :boolean </userNamePasswordFileAuthentication>
[1]
<macInNonRequestURI>
xs :boolean </macInNonRequestURI>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeFileGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
allowFileCustomization "
type ="
xs :boolean
"/>
<
xs:element name ="
useHttpDigestAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
macBasedFileAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
userNamePasswordFileAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
macInNonRequestURI "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeFileModifyRequest
Abstract
no
Documentation
Request to modify a sip device type file.
The response is either SuccessResponse or ErrorResponse.
Replaced By: SystemSIPDeviceTypeFileModifyRequest14sp8
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowFileCustomization>
xs :boolean </allowFileCustomization>
[0..1]
<useHttpDigestAuthentication>
xs :boolean </useHttpDigestAuthentication>
[0..1]
<macBasedFileAuthentication>
xs :boolean </macBasedFileAuthentication>
[0..1]
<userNamePasswordFileAuthentication>
xs :boolean </userNamePasswordFileAuthentication>
[0..1]
<macInNonRequestURI>
xs :boolean </macInNonRequestURI>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeFileModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
allowFileCustomization "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
uploadFile "
type ="
FileResource
"
minOccurs ="
0 "/>
<
xs:element name ="
useHttpDigestAuthentication "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
macBasedFileAuthentication "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
userNamePasswordFileAuthentication "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
macInNonRequestURI "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeGetRequest
Abstract
no
Documentation
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeGetRequest14sp1
Abstract
no
Documentation
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse14sp1 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetRequest14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeGetRequest14sp2
Abstract
no
Documentation
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse14sp2 or ErrorResponse.
Replaced By: SystemSIPDeviceTypeGetRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetRequest14sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeGetRequest14sp3
Abstract
no
Documentation
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse14sp3 or ErrorResponse.
Replaced by: SystemSIPDeviceTypeGetRequest14sp6
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetRequest14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeGetRequest14sp6
Abstract
no
Documentation
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse14sp6 or ErrorResponse.
Replaced By : SystemSIPDeviceTypeGetRequest15
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetRequest14sp6 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse
Abstract
no
Documentation
Response to SystemSIPDeviceTypeGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[1]
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<authenticationOverride>
xs :boolean </authenticationOverride>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"/>
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticationOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse14sp1
Abstract
no
Documentation
Response to SystemSIPDeviceTypeGetRequest14sp1.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[1]
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<authenticationOverride>
xs :boolean </authenticationOverride>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"/>
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticationOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse14sp2
Abstract
no
Documentation
Response to SystemSIPDeviceTypeGetRequest14sp2.
Replaced By: SystemSIPDeviceTypeGetResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[1]
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse14sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"/>
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse14sp3
Abstract
no
Documentation
Response to SystemSIPDeviceTypeGetRequest14sp3.
Replaced by: SystemSIPDeviceTypeGetResponse14sp6
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[1]
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMobilityManagerDevice>
xs :boolean </isMobilityManagerDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<tdmOverlay>
xs :boolean </tdmOverlay>
[1]
<supportsBroadWorksINFOForCallWaiting>
xs :boolean </supportsBroadWorksINFOForCallWaiting>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"/>
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMobilityManagerDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
tdmOverlay "
type ="
xs :boolean
"/>
<
xs:element name ="
supportsBroadWorksINFOForCallWaiting "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse14sp6
Abstract
no
Documentation
Response to SystemSIPDeviceTypeGetRequest14sp6.
Replaced by: SystemSIPDeviceTypeGetResponse14sp6
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[1]
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMobilityManagerDevice>
xs :boolean </isMobilityManagerDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<tdmOverlay>
xs :boolean </tdmOverlay>
[1]
<supportsBroadWorksINFOForCallWaiting>
xs :boolean </supportsBroadWorksINFOForCallWaiting>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse14sp6 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"/>
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMobilityManagerDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
tdmOverlay "
type ="
xs :boolean
"/>
<
xs:element name ="
supportsBroadWorksINFOForCallWaiting "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeModifyRequest
Abstract
no
Documentation
Request to modify a sip device type.
The following elements are not changeable:
numberOfPorts
SignalingAddressType
isConferenceDevice
isMusicOnHoldDevice
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[0..1]
<registrationCapable>
xs :boolean </registrationCapable>
[0..1]
<authenticationOverride>
xs :boolean </authenticationOverride>
[0..1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[0..1]
<isTrusted>
xs :boolean </isTrusted>
[0..1]
<E164Capable>
xs :boolean </E164Capable>
[0..1]
<routeAdvance>
xs :boolean </routeAdvance>
[0..1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[0..1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[0..1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[0..1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[0..1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[0..1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
authenticationOverride "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
webBasedConfigURL "
type ="
WebBasedConfigURL
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeModifyRequest14sp2
Abstract
no
Documentation
Request to modify a sip device type.
The following elements are not changeable:
numberOfPorts
SignalingAddressType
isConferenceDevice
isMusicOnHoldDevice
isMobilityManagerDevice
The response is either SuccessResponse or ErrorResponse.
Replaced By : SystemSIPDeviceTypeModifyRequest15
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[0..1]
<registrationCapable>
xs :boolean </registrationCapable>
[0..1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[0..1]
<isTrusted>
xs :boolean </isTrusted>
[0..1]
<E164Capable>
xs :boolean </E164Capable>
[0..1]
<routeAdvance>
xs :boolean </routeAdvance>
[0..1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[0..1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[0..1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[0..1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[0..1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[0..1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[0..1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[0..1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[0..1]
<tdmOverlay>
xs :boolean </tdmOverlay>
[0..1]
<supportsBroadWorksINFOForCallWaiting>
xs :boolean </supportsBroadWorksINFOForCallWaiting>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeModifyRequest14sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
webBasedConfigURL "
type ="
WebBasedConfigURL
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
tdmOverlay "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
supportsBroadWorksINFOForCallWaiting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPModifyACLEntryRequest
Abstract
no
Documentation
Modify an entry from the SIP access control list.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPModifyACLEntryRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSMDIAddACLEntryRequest
Abstract
no
Documentation
Add an entry to the SMDI access control list.
The response is either SuccessResponse or ErrorResponse.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSMDIAddACLEntryRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSMDIDeleteACLEntryRequest
Abstract
no
Documentation
Delete an entry from the SMDI access control list.
The response is either SuccessResponse or ErrorResponse.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSMDIDeleteACLEntryRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSMDIModifyACLEntryRequest
Abstract
no
Documentation
Modify an entry from the SMDI access control list.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSMDIModifyACLEntryRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSMPPGetRequest
Abstract
no
Documentation
Request the system level data associated with SMPP external interface.
The response is either a SystemSMPPGetResponse or an ErrorResponse.
Replaced By: SystemSMPPGetRequest14sp5
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSMPPGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSMPPGetResponse
Abstract
no
Documentation
Response to SystemSMPPGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<primarySMPPServerNetAddress>
NetAddress
</primarySMPPServerNetAddress>
[0..1]
<primarySMPPPort>
Port
</primarySMPPPort>
[1]
<secondarySMPPServerNetAddress>
NetAddress
</secondarySMPPServerNetAddress>
[0..1]
<secondarySMPPPort>
Port
</secondarySMPPPort>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSMPPGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
primarySMPPServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
primarySMPPPort "
type ="
Port
"/>
<
xs:element name ="
secondarySMPPServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
secondarySMPPPort "
type ="
Port
"/>
<
xs:element name ="
systemId "
type ="
SMPPSystemId
"
minOccurs ="
0 "/>
<
xs:element name ="
password "
type ="
SMPPPassword
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSubscriberGetCallProcessingParametersRequest
Abstract
no
Documentation
Get the system call processing configuration for all subscribers
The response is either a SystemSubscriberGetCallProcessingParametersResponse or an ErrorResponse.
Replaced By: SystemSubscriberGetCallProcessingParametersRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSubscriberGetCallProcessingParametersRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSubscriberGetCallProcessingParametersRequest14sp3
Abstract
no
Documentation
Get the system call processing configuration for all subscribers
The response is either a SystemSubscriberGetCallProcessingParametersResponse14sp3 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSubscriberGetCallProcessingParametersRequest14sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSubscriberGetCallProcessingParametersResponse
Abstract
no
Documentation
Response to the SystemSubscriberGetCallProcessingParametersRequest.
Replaced By: SystemSubscriberGetCallProcessingParametersResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isExtendedCallingLineIdActive>
xs :boolean </isExtendedCallingLineIdActive>
[1]
<isRingTimeOutActive>
xs :boolean </isRingTimeOutActive>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSubscriberGetCallProcessingParametersResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isExtendedCallingLineIdActive "
type ="
xs :boolean
"/>
<
xs:element name ="
isRingTimeOutActive "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSubscriberGetCallProcessingParametersResponse14sp3
Abstract
no
Documentation
Response to the SystemSubscriberGetCallProcessingParametersRequest14sp3.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isExtendedCallingLineIdActive>
xs :boolean </isExtendedCallingLineIdActive>
[1]
<isRingTimeOutActive>
xs :boolean </isRingTimeOutActive>
[1]
<allowEmergencyRemoteOfficeOriginations>
xs :boolean </allowEmergencyRemoteOfficeOriginations>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSubscriberGetCallProcessingParametersResponse14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isExtendedCallingLineIdActive "
type ="
xs :boolean
"/>
<
xs:element name ="
isRingTimeOutActive "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEmergencyRemoteOfficeOriginations "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSubscriberModifyCallProcessingParametersRequest
Abstract
no
Documentation
Modify the system call processing configuration for all subscribers.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: SystemSubscriberModifyCallProcessingParametersRequest14sp7
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isExtendedCallingLineIdActive>
xs :boolean </isExtendedCallingLineIdActive>
[0..1]
<isRingTimeOutActive>
xs :boolean </isRingTimeOutActive>
[0..1]
<allowEmergencyRemoteOfficeOriginations>
xs :boolean </allowEmergencyRemoteOfficeOriginations>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSubscriberModifyCallProcessingParametersRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isExtendedCallingLineIdActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
isRingTimeOutActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowEmergencyRemoteOfficeOriginations "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemTrunkGroupUserCreationTaskGetListRequest
Abstract
no
Documentation
Get the list of user creation tasks in the system.
The response is either SystemTrunkGroupUserCreationTaskGetListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemTrunkGroupUserCreationTaskGetListRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemTrunkGroupUserCreationTaskGetListResponse
Abstract
no
Documentation
Response to SystemTrunkGroupUserCreationTaskGetListRequest.
Contains a table with a row for each user creation task and column headings :
"Service User Id", "Group Id", "Organization Id", "Organization Type", "Name", "Status", "Users Created", "Total Users To Create", "Error Count".
The "Organization Id" column is populated with either a service provider Id or an enterprise Id.
The "Organization Type" column is populated with one of the enumerated strings defined in the
OrganizationType OCI data type. Please see OCISchemaDataTypes.xsd for details on OrganizationType.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemTrunkGroupUserCreationTaskGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemVoiceMessagingGroupGetPasscodeRulesRequest14
Abstract
no
Documentation
Requests the system voice portal passcode rules setting.
The response is either SystemVoiceMessagingGroupGetPasscodeRulesResponse14 or ErrorResponse.
Replaced By: SystemPortalPasscodeRulesGetRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemVoiceMessagingGroupGetPasscodeRulesRequest14 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemVoiceMessagingGroupGetPasscodeRulesResponse14
Abstract
no
Documentation
Response to SystemVoiceMessagingGroupGetPasscodeRulesRequest14.
Contains the system voice portal passcode rules setting.
Replaced By: SystemPortalPasscodeRulesGetResponse
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits>
xs :boolean </disallowRepeatedDigits>
[1]
<disallowUserNumber>
xs :boolean </disallowUserNumber>
[1]
<disallowReversedUserNumber>
xs :boolean </disallowReversedUserNumber>
[1]
<disallowOldPasscode>
xs :boolean </disallowOldPasscode>
[1]
<disallowReversedOldPasscode>
xs :boolean </disallowReversedOldPasscode>
[1]
<disableLoginAfterMaxFailedLoginAttempts>
xs :boolean </disableLoginAfterMaxFailedLoginAttempts>
[1]
<expirePassword>
xs :boolean </expirePassword>
[1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
<defaultPassword>
Password
</defaultPassword>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemVoiceMessagingGroupGetPasscodeRulesResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
disallowRepeatedDigits "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disableLoginAfterMaxFailedLoginAttempts "
type ="
xs :boolean
"/>
<
xs:element name ="
expirePassword "
type ="
xs :boolean
"/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
defaultPassword "
type ="
Password
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemVoiceMessagingGroupModifyPasscodeRulesRequest
Abstract
no
Documentation
Request to modify the system voice portal passcode rules setting.
The response is either SuccessResponse or ErrorResponse.
Replaced By: SystemPortalPasscodeRulesModifyRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits>
xs :boolean </disallowRepeatedDigits>
[0..1]
<disallowUserNumber>
xs :boolean </disallowUserNumber>
[0..1]
<disallowReversedUserNumber>
xs :boolean </disallowReversedUserNumber>
[0..1]
<disallowOldPasscode>
xs :boolean </disallowOldPasscode>
[0..1]
<disallowReversedOldPasscode>
xs :boolean </disallowReversedOldPasscode>
[0..1]
<disableLoginAfterMaxFailedLoginAttempts>
xs :boolean </disableLoginAfterMaxFailedLoginAttempts>
[0..1]
<expirePassword>
xs :boolean </expirePassword>
[0..1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[0..1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
<defaultPassword>
Password
</defaultPassword>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemVoiceMessagingGroupModifyPasscodeRulesRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
disallowRepeatedDigits "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowUserNumber "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowReversedUserNumber "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowOldPasscode "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowReversedOldPasscode "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disableLoginAfterMaxFailedLoginAttempts "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
expirePassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
defaultPassword "
type ="
Password
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TrunkGroupDeviceEndpointRead
Abstract
no
Documentation
Trunk group device endpoint.
XML Instance Representation
<...>
<serviceUserId>
UserId
</serviceUserId>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
TrunkGroupDeviceEndpointRead ">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
0 "/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserAddRequest14
Abstract
no
Documentation
Request to add a user.
The domain is required in the userId.
The password is not required if external authentication is enabled.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<phoneNumber>
DN
</phoneNumber>
[0..1]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
<alias>
SIPURI
</alias>
[0..3]
Start Choice [1]
End Choice
<title>
Title
</title>
[0..1]
<mobilePhoneNumber>
OutgoingDN
</mobilePhoneNumber>
[0..1]
<yahooId>
YahooId
</yahooId>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserAddRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
lastName "
type ="
LastName
"/>
<
xs:element name ="
firstName "
type ="
FirstName
"/>
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension
"
minOccurs ="
0 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
password "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"
minOccurs ="
0 "/>
<
xs:element name ="
alias "
type ="
SIPURI
"
minOccurs ="
0 "
maxOccurs ="
3 "/>
<
xs:element name ="
title "
type ="
Title
"
minOccurs ="
0 "/>
<
xs:element name ="
pagerPhoneNumber "
type ="
InformationalDN
"
minOccurs ="
0 "/>
<
xs:element name ="
mobilePhoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
emailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
yahooId "
type ="
YahooId
"
minOccurs ="
0 "/>
<
xs:element name ="
addressLocation "
type ="
AddressLocation
"
minOccurs ="
0 "/>
<
xs:element name ="
address "
type ="
StreetAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserAttendantConsoleGetRequest
Abstract
no
Documentation
Request user's attendant console settings.
The response is either a UserAttendantConsoleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserAttendantConsoleGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserAttendantConsoleGetResponse
Abstract
no
Documentation
Response to UserAttendantConsoleGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<launchOnLogin>
xs :boolean </launchOnLogin>
[1]
<allowUserConfigCallDetails>
xs :boolean </allowUserConfigCallDetails>
[1]
<allowUserViewCallDetails>
xs :boolean </allowUserViewCallDetails>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserAttendantConsoleGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
launchOnLogin "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUserConfigCallDetails "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUserViewCallDetails "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserBasicCallLogsGetListRequest
Abstract
no
Documentation
Request user's call logs.
If the callLogType is not specified, all types of calls are returned.
The response is either a UserBasicCallLogsGetListResponse or an ErrorResponse.
Replaced By: UserBasicCallLogsGetListRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserBasicCallLogsGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserBasicCallLogsGetListResponse
Abstract
no
Documentation
Response to UserBasicCallLogsGetListRequest.
Replaced By: UserBasicCallLogsGetListResponse14sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserBasicCallLogsGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallCenterGetListRequest
Abstract
no
Documentation
Get the list of call centers the specified user belongs to.
The response is either a UserCallCenterGetListResponse or an ErrorResponse.
Replaced By: UserCallCenterGetRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallCenterGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallCenterGetListResponse
Abstract
no
Documentation
Response to the UserCallCentersLoginGetListRequest.
Indicates whether the agent is current available (logged in) to each call center in the list.
Contains a table with column headings: "Service User Id", "Phone Number", "Extension", "Available", "Logoff Allowed".
***** NOTE: Prior to release 14sp1, the AppServer had a bug that caused it to emit column heading "Service User ID" with
***** the ID capitalized. Beginning in release 14sp1, the appserver is compliant with the schema and emits a
***** the column heading "Service User Id".
Replaced By: UserCallCenterGetResponse
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallCenterGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallCenterModifyAvailabilityListRequest
Abstract
no
Documentation
Request for an agent to login or logout of one or more Call Centers.
Contains a list specifing the desired login status of one or more call centers.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: UserCallCenterModifyRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallCenterModifyAvailabilityListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallLogsClearRequest
Abstract
no
Documentation
Clear a user's call logs associated with Basic Call Logs and Enhanced
Call Logs features.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: UserCallLogsClearRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallLogsClearRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallProcessingGetPolicyRequest14
Abstract
no
Documentation
Request the user level data associated with Call Processing Policy.
The response is either a UserCallProcessingGetPolicyResponse14 or an
ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingGetPolicyRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallProcessingGetPolicyRequest14sp1
Abstract
no
Documentation
Request the user level data associated with Call Processing Policy.
The response is either a UserCallProcessingGetPolicyResponse14sp1 or an
ErrorResponse.
Replaced By: UserCallProcessingGetPolicyRequest14sp7
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingGetPolicyRequest14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallProcessingGetPolicyResponse14
Abstract
no
Documentation
Response to UserCallProcessingGetPolicyRequest14.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserSetting>
xs :boolean </useUserSetting>
[1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingGetPolicyResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useUserSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallProcessingGetPolicyResponse14sp1
Abstract
no
Documentation
Response to UserCallProcessingGetPolicyRequest14sp1.
Replaced By: UserCallProcessingGetPolicyResponse14sp7
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserSetting>
xs :boolean </useUserSetting>
[1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingGetPolicyResponse14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useUserSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallProcessingModifyPolicyRequest14
Abstract
no
Documentation
Modify the user level data associated with Call Procesing Policy.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: UserCallProcessingModifyPolicyRequest14sp7
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserSetting>
xs :boolean </useUserSetting>
[0..1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[0..1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[0..1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[0..1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[0..1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[0..1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[0..1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingModifyPolicyRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
useUserSetting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallTransferGetRequest
Abstract
no
Documentation
Request the user level data associated with Call Transfer.
The response is either a UserCallTransferGetResponse or an ErrorResponse.
Replaced By: UserCallTransferGetRequest14Sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallTransferGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallTransferGetResponse
Abstract
no
Documentation
Response to UserCallTransferGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isRecallActive>
xs :boolean </isRecallActive>
[1]
<useDiversionInhibitorForBlindTransfer>
xs :boolean </useDiversionInhibitorForBlindTransfer>
[1]
<useDiversionInhibitorForConsultativeCalls>
xs :boolean </useDiversionInhibitorForConsultativeCalls>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallTransferGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isRecallActive "
type ="
xs :boolean
"/>
<
xs:element name ="
useDiversionInhibitorForBlindTransfer "
type ="
xs :boolean
"/>
<
xs:element name ="
useDiversionInhibitorForConsultativeCalls "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserChargeNumberGetRequest
Abstract
no
Documentation
Request the user level data associated with Charge Number.
The response is either a UserChargeNumberGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserChargeNumberGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserChargeNumberGetResponse
Abstract
no
Documentation
Response to UserChargeNumberGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<phoneNumber>
DN
</phoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserChargeNumberGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserDirectedCallPickupWithBargeInGetRequest
Abstract
no
Documentation
Request the user level data associated with Directed Call Pickup With Barge In.
The response is either a UserDirectedCallPickupWithBargeInGetResponse or an
ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserDirectedCallPickupWithBargeInGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserDirectedCallPickupWithBargeInGetResponse
Abstract
no
Documentation
Response to UserDirectedCallPickupWithBargeInGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableBargeInWarningTone>
xs :boolean </enableBargeInWarningTone>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserDirectedCallPickupWithBargeInGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableBargeInWarningTone "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserEnhancedCallLogsGetListRequest
Abstract
no
Documentation
Request user's call logs. It is possible to get a subset of the total list of calls
by specifying a starting offset and the number of calls to get.
If the callLogType is not specified, all types of calls are returned.
The response is either a UserEnhancedCallLogsGetListResponse or an ErrorResponse.
Replaced By: UserEnhancedCallLogsGetListRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserEnhancedCallLogsGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserEnhancedCallLogsGetListResponse
Abstract
no
Documentation
Response to UserEnhancedCallLogsGetListRequest.
Replaced By: UserEnhancedCallLogsGetListResponse14sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserEnhancedCallLogsGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserGetRequest14
Abstract
no
Documentation
Request to get the user information. The response is either UserGetResponse14
or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserGetRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserGetRequest14sp4
Abstract
no
Documentation
Request to get the user information. The response is either UserGetResponse14sp4
or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserGetRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserGetResponse14
Abstract
no
Documentation
Response to UserGetRequest14.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<phoneNumber>
DN
</phoneNumber>
[0..1]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
<defaultAlias>
SIPURI
</defaultAlias>
[1]
<alias>
SIPURI
</alias>
[0..3]
Start Choice [1]
End Choice
<title>
Title
</title>
[0..1]
<mobilePhoneNumber>
OutgoingDN
</mobilePhoneNumber>
[0..1]
<yahooId>
YahooId
</yahooId>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserGetResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
lastName "
type ="
LastName
"/>
<
xs:element name ="
firstName "
type ="
FirstName
"/>
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension
"
minOccurs ="
0 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"/>
<
xs:element name ="
defaultAlias "
type ="
SIPURI
"/>
<
xs:element name ="
alias "
type ="
SIPURI
"
minOccurs ="
0 "
maxOccurs ="
3 "/>
<
xs:element name ="
title "
type ="
Title
"
minOccurs ="
0 "/>
<
xs:element name ="
pagerPhoneNumber "
type ="
InformationalDN
"
minOccurs ="
0 "/>
<
xs:element name ="
mobilePhoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
emailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
yahooId "
type ="
YahooId
"
minOccurs ="
0 "/>
<
xs:element name ="
addressLocation "
type ="
AddressLocation
"
minOccurs ="
0 "/>
<
xs:element name ="
address "
type ="
StreetAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserGetResponse14sp4
Abstract
no
Documentation
Response to UserGetRequest14sp4.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<phoneNumber>
DN
</phoneNumber>
[0..1]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
<defaultAlias>
SIPURI
</defaultAlias>
[1]
<alias>
SIPURI
</alias>
[0..3]
Start Choice [1]
End Choice
<title>
Title
</title>
[0..1]
<mobilePhoneNumber>
OutgoingDN
</mobilePhoneNumber>
[0..1]
<yahooId>
YahooId
</yahooId>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserGetResponse14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
lastName "
type ="
LastName
"/>
<
xs:element name ="
firstName "
type ="
FirstName
"/>
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension
"
minOccurs ="
0 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"/>
<
xs:element name ="
defaultAlias "
type ="
SIPURI
"/>
<
xs:element name ="
alias "
type ="
SIPURI
"
minOccurs ="
0 "
maxOccurs ="
3 "/>
<
xs:element name ="
title "
type ="
Title
"
minOccurs ="
0 "/>
<
xs:element name ="
pagerPhoneNumber "
type ="
InformationalDN
"
minOccurs ="
0 "/>
<
xs:element name ="
mobilePhoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
emailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
yahooId "
type ="
YahooId
"
minOccurs ="
0 "/>
<
xs:element name ="
addressLocation "
type ="
AddressLocation
"
minOccurs ="
0 "/>
<
xs:element name ="
address "
type ="
StreetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
countryCode "
type ="
CountryCode
"
minOccurs ="
0 "/>
<
xs:element name ="
nationalPrefix "
type ="
NationalPrefix
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserHotelingGuestGetRequest14
Abstract
no
Documentation
Request the user level data associated with Hoteling Guest.
The response is either a UserHotelingGuestGetResponse14 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserHotelingGuestGetRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserHotelingGuestGetRequest14sp2
Abstract
no
Documentation
Request the user level data associated with Hoteling Guest.
The response is either a UserHotelingGuestGetResponse14 or an ErrorResponse.
Replaced by: UserHotelingGuestGetRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserHotelingGuestGetRequest14sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserHotelingGuestGetResponse14
Abstract
no
Documentation
Response to UserHotelingGuestGetRequest14.
Replaced By: UserSharedCallAppearanceAddEndpointRequest14sp2
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<hostUserId>
UserId
</hostUserId>
[0..1]
<hostLastName>
LastName
</hostLastName>
[0..1]
<hostFirstName>
FirstName
</hostFirstName>
[0..1]
<hostAssociationDateTime>
xs :dateTime </hostAssociationDateTime>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserHotelingGuestGetResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
hostUserId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
hostLastName "
type ="
LastName
"
minOccurs ="
0 "/>
<
xs:element name ="
hostFirstName "
type ="
FirstName
"
minOccurs ="
0 "/>
<
xs:element name ="
hostAssociationDateTime "
type ="
xs :dateTime
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserHotelingGuestGetResponse14sp2
Abstract
no
Documentation
Response to UserHotelingGuestGetRequest14.
Replaced by: UserHotelingGuestGetResponse14sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<hostUserId>
UserId
</hostUserId>
[0..1]
<hostLastName>
LastName
</hostLastName>
[0..1]
<hostFirstName>
FirstName
</hostFirstName>
[0..1]
<hostAssociationDateTime>
xs :dateTime </hostAssociationDateTime>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserHotelingGuestGetResponse14sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
hostUserId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
hostLastName "
type ="
LastName
"
minOccurs ="
0 "/>
<
xs:element name ="
hostFirstName "
type ="
FirstName
"
minOccurs ="
0 "/>
<
xs:element name ="
hostAssociationDateTime "
type ="
xs :dateTime
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserHotelingHostGetRequest14
Abstract
no
Documentation
Request the user level data associated with Hoteling Host.
The response is either a UserHotelingHostGetResponse14 or an ErrorResponse.
Replaced by: UserHotelingHostGetRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserHotelingHostGetRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserHotelingHostGetResponse14
Abstract
no
Documentation
Response to UserHotelingHostGetRequest14.
Replaced by: UserHotelingHostGetResponse14sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<guestLastName>
LastName
</guestLastName>
[0..1]
<guestFirstName>
FirstName
</guestFirstName>
[0..1]
<guestPhoneNumber>
DN
</guestPhoneNumber>
[0..1]
<guestExtension>
Extension
</guestExtension>
[0..1]
<guestAssociationDateTime>
xs :dateTime </guestAssociationDateTime>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserHotelingHostGetResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
guestLastName "
type ="
LastName
"
minOccurs ="
0 "/>
<
xs:element name ="
guestFirstName "
type ="
FirstName
"
minOccurs ="
0 "/>
<
xs:element name ="
guestPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
guestExtension "
type ="
Extension
"
minOccurs ="
0 "/>
<
xs:element name ="
guestAssociationDateTime "
type ="
xs :dateTime
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserModifyRequest14
Abstract
no
Documentation
Request to modify a user. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<phoneNumber>
DN
</phoneNumber>
[0..1]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
<oldPassword>
Password
</oldPassword>
[0..1]
<newPassword>
Password
</newPassword>
[0..1]
<endpoint>
[0..1]
Start Choice [1]
End Choice
</endpoint>
<title>
Title
</title>
[0..1]
<mobilePhoneNumber>
OutgoingDN
</mobilePhoneNumber>
[0..1]
<yahooId>
YahooId
</yahooId>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserModifyRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
lastName "
type ="
LastName
"
minOccurs ="
0 "/>
<
xs:element name ="
firstName "
type ="
FirstName
"
minOccurs ="
0 "/>
<
xs:element name ="
phoneNumber "
type ="
DN
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
oldPassword "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
newPassword "
type ="
Password
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"
minOccurs ="
0 "/>
<
xs:element name ="
endpoint "
nillable ="
true "
minOccurs ="
0 ">
<
xs:complexType >
</
xs:complexType >
</
xs:element >
<
xs:element name ="
title "
type ="
Title
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
pagerPhoneNumber "
type ="
InformationalDN
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
mobilePhoneNumber "
type ="
OutgoingDN
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
emailAddress "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
yahooId "
type ="
YahooId
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
addressLocation "
type ="
AddressLocation
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
address "
type ="
StreetAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserPrivacyGetRequest
Abstract
no
Documentation
Request the user level data associated with Privacy.
The response is either a UserPrivacyGetResponse or an
ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserPrivacyGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserPrivacyGetResponse
Abstract
no
Documentation
Response to UserPrivacyGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableDirectoryPrivacy>
xs :boolean </enableDirectoryPrivacy>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserPrivacyGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableDirectoryPrivacy "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSequentialRingGetRequest13mp16
Abstract
no
Documentation
Get the user's sequential ring service setting.
The response is either a UserSequentialRingGetResponse13mp16 or an ErrorResponse.
Replaced By: UserSequentialRingGetRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSequentialRingGetRequest13mp16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserSequentialRingGetResponse13mp16
Abstract
no
Documentation
Response to the UserSequentialRingGetRequest13mp16. The criteria table's column headings are:
"Is Active", "Criteria Name", "Time Schedule" and "Calls From".
Replaced By: UserSequentialRingGetResponse14sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<ringBaseLocationFirst>
xs :boolean </ringBaseLocationFirst>
[1]
<continueIfBaseLocationIsBusy>
xs :boolean </continueIfBaseLocationIsBusy>
[1]
<callerMayStopSearch>
xs :boolean </callerMayStopSearch>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSequentialRingGetResponse13mp16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
ringBaseLocationFirst "
type ="
xs :boolean
"/>
<
xs:element name ="
continueIfBaseLocationIsBusy "
type ="
xs :boolean
"/>
<
xs:element name ="
callerMayStopSearch "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSharedCallAppearanceAddEndpointRequest14
Abstract
no
Documentation
Associate an access device instance to the user's Shared Call Appearance.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSharedCallAppearanceAddEndpointRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSharedCallAppearanceGetRequest14
Abstract
no
Documentation
Get the user's Shared Call Appearance service setting.
The response is either a UserSharedCallAppearanceGetResponse14 or an ErrorResponse.
Replaced By: UserSharedCallAppearanceGetRequest14sp2
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSharedCallAppearanceGetRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserSharedCallAppearanceGetResponse14
Abstract
no
Documentation
Response to the UserSharedCallAppearanceGetRequest14.
The endpointTable contains columns:
"Device Level", "Device Name", "Device Type", "Line/Port", "SIP Contact".
The "Device Level" column contains one of the AccessDeviceLevel enumerated constants.
Replaced By: UserSharedCallAppearanceGetResponse14sp2
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<alertAllAppearancesForClickToDialCalls>
xs :boolean </alertAllAppearancesForClickToDialCalls>
[1]
<enableMultipleCallArrangement>
xs :boolean </enableMultipleCallArrangement>
[1]
<multipleCallArrangementIsActive>
xs :boolean </multipleCallArrangementIsActive>
[1]
<allowBridgingBetweenLocations>
xs :boolean </allowBridgingBetweenLocations>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSharedCallAppearanceGetResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
alertAllAppearancesForClickToDialCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
enableMultipleCallArrangement "
type ="
xs :boolean
"/>
<
xs:element name ="
multipleCallArrangementIsActive "
type ="
xs :boolean
"/>
<
xs:element name ="
allowBridgingBetweenLocations "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingFamilyGetRequest
Abstract
no
Documentation
Get the user's simultaneous ring service family setting.
The response is either a UserSimultaneousRingFamilyGetResponse or an ErrorResponse.
Replaced By: UserSimultaneousRingFamilyGetRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingFamilyGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserSimultaneousRingFamilyGetResponse
Abstract
no
Documentation
Response to the UserSimultaneousRingFamilyGetRequest.
Replaced By: UserSimultaneousRingFamilyGetResponse14sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingFamilyGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
simRingPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingFamilyModifyRequest
Abstract
no
Documentation
Modify the user's simultaneous ring family service setting.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: UserSimultaneousRingFamilyModifyRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingFamilyModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
isActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingPersonalGetRequest
Abstract
no
Documentation
Get the user's simultaneous ring service personal setting.
The response is either a UserSimultaneousRingPersonalGetResponse or an ErrorResponse.
Replaced By: UserSimultaneousRingPersonalGetRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingPersonalGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserSimultaneousRingPersonalGetResponse
Abstract
no
Documentation
Response to the UserSimultaneousRingPersonalGetRequest.
Replaced By: UserSimultaneousRingPersonalGetResponse14sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingPersonalGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
simRingPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingPersonalModifyRequest
Abstract
no
Documentation
Modify the user's simultaneous ring personal service setting.
The response is either a SuccessResponse or an ErrorResponse.
Replaced By: UserSimultaneousRingPersonalModifyRequest14sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingPersonalModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
isActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserVoiceMessagingUserGetAdvancedVoiceManagementRequest
Abstract
no
Documentation
Get the user's voice messaging advanced voice management service setting.
The response is either a UserVoiceMessagingUserGetAdvancedVoiceManagementResponse or an ErrorResponse.
Replaced By: UserVoiceMessagingUserGetAdvancedVoiceManagementRequest14sp3
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserVoiceMessagingUserGetAdvancedVoiceManagementRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserVoiceMessagingUserGetAdvancedVoiceManagementResponse
Abstract
no
Documentation
Response to the UserVoiceMessagingUserGetAdvancedVoiceManagementRequest.
Replaced By: UserVoiceMessagingUserGetAdvancedVoiceManagementResponse14sp3
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<groupMailServerEmailAddress>
EmailAddress
</groupMailServerEmailAddress>
[0..1]
<groupMailServerPassword>
Password
</groupMailServerPassword>
[0..1]
Start Choice [1]
<useGroupDefaultMailServerFullMailboxLimit> true </useGroupDefaultMailServerFullMailboxLimit> [1]
End Choice
<personalMailServerNetAddress>
NetAddress
</personalMailServerNetAddress>
[0..1]
<personalMailServerRealDeleteForImap>
xs :boolean </personalMailServerRealDeleteForImap>
[1]
<personalMailServerEmailAddress>
EmailAddress
</personalMailServerEmailAddress>
[0..1]
<personalMailServerPassword>
Password
</personalMailServerPassword>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserVoiceMessagingUserGetAdvancedVoiceManagementResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
groupMailServerEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
groupMailServerPassword "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:choice >
<
xs:element name ="
useGroupDefaultMailServerFullMailboxLimit "
type ="
xs :boolean
"
fixed ="
true "/>
</
xs:choice >
<
xs:element name ="
personalMailServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
personalMailServerRealDeleteForImap "
type ="
xs :boolean
"/>
<
xs:element name ="
personalMailServerEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
personalMailServerPassword "
type ="
Password
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserVoiceMessagingUserGetVoicePortalPasswordInfoRequest
Abstract
no
Documentation
Request the user's voice portal password information.
The response is either a UserVoiceMessagingUserGetVoicePortalPasswordInfoResponse or an ErrorResponse.
Replaced By: UserPortalPasscodeGetInfoRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserVoiceMessagingUserGetVoicePortalPasswordInfoRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserVoiceMessagingUserGetVoicePortalPasswordInfoResponse
Abstract
no
Documentation
Response to UserVoiceMessagingUserGetVoicePortalPasswordInfoRequest.
Replaced By: UserPortalPasscodeGetInfoResponse
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isLoginDisabled>
xs :boolean </isLoginDisabled>
[1]
Start Choice [1]
<expirationDays>
xs :int </expirationDays>
[1]
<doesNotExpire> true </doesNotExpire> [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
UserVoiceMessagingUserGetVoicePortalPasswordInfoResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isLoginDisabled "
type ="
xs :boolean
"/>
<
xs:choice >
<
xs:element name ="
expirationDays "
type ="
xs :int
"/>
<
xs:element name ="
doesNotExpire "
type ="
xs :boolean
"
fixed ="
true "/>
</
xs:choice >
<
xs:element name ="
password "
type ="
Password
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserVoiceMessagingUserModifyVoicePortalPasswordRequest
Abstract
no
Documentation
Modify the user's Voice Portal password
The response is either a SuccessResponse or an ErrorResponse.
Engineering Note: This command is used internally by Call Processing.
Replaced By: UserPortalPasscodeModifyRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<oldPassword>
Password
</oldPassword>
[0..1]
<newPassword>
Password
</newPassword>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserVoiceMessagingUserModifyVoicePortalPasswordRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
oldPassword "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
newPassword "
type ="
Password
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
AutomaticCallbackMaxRetryOriginatorMinutes
Content
Documentation
Maximum retry originator minutes.
Schema Component Representation
<
xs:simpleType name ="
AutomaticCallbackMaxRetryOriginatorMinutes ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="180 "/>
<xs:maxInclusive value ="360 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
AutomaticCallbackWaitBetweenRetryOriginatorMinutes
Content
Documentation
Wait between retry originator minutes.
Schema Component Representation
<
xs:simpleType name ="
AutomaticCallbackWaitBetweenRetryOriginatorMinutes ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="15 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BasicCallLogsEntryName
Content
Documentation
Calling Name.
Replaced By: CallLogsEntryName
Schema Component Representation
<
xs:simpleType name ="
BasicCallLogsEntryName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="62 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BasicCallLogsType
Content
value comes from list: {'Placed'|'Received'|'Missed'}
Documentation
Call Log type.
Replaced By: CallLogsType
Schema Component Representation
<
xs:simpleType name ="
BasicCallLogsType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Placed "/>
<xs:enumeration value ="Received "/>
<xs:enumeration value ="Missed "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementFileType
Content
Documentation
A file type (file key) for an access device file managed by the Device Management System on BroadWorks.
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementFileType ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnhancedCallLogsEntryName
Content
Documentation
Calling Name.
Replaced By: CallLogsEntryName
Schema Component Representation
<
xs:simpleType name ="
EnhancedCallLogsEntryName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="62 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnhancedCallLogsType
Content
value comes from list: {'Placed'|'Received'|'Missed'}
Documentation
Call Log type.
Replaced By: CallLogsType
Schema Component Representation
<
xs:simpleType name ="
EnhancedCallLogsType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Placed "/>
<xs:enumeration value ="Received "/>
<xs:enumeration value ="Missed "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
VoiceMessagingMaxFailedLoginAttempts
Content
Documentation
Maximum allowed failed login attempts.
Schema Component Representation
<
xs:simpleType name ="
VoiceMessagingMaxFailedLoginAttempts ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="2 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
VoiceMessagingMaxPasscodeCodeLength
Content
Documentation
Maximum length of voice messaging passcode.
Schema Component Representation
<
xs:simpleType name ="
VoiceMessagingMaxPasscodeCodeLength ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="3 "/>
<xs:maxInclusive value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
VoiceMessagingMinPasscodeCodeLength
Content
Documentation
Minimum length of voice messaging passcode.
Schema Component Representation
<
xs:simpleType name ="
VoiceMessagingMinPasscodeCodeLength ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="2 "/>
<xs:maxInclusive value ="15 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
VoiceMessagingPasscodeExpiresDays
Content
Documentation
Passcode expiration days.
Schema Component Representation
<
xs:simpleType name ="
VoiceMessagingPasscodeExpiresDays ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="15 "/>
<xs:maxInclusive value ="180 "/>
</
xs:restriction >
</
xs:simpleType >
Complex Type:
Schema Component Type
AusAddress
Schema Component Name
Parent type:
Address (derivation method: extension)
Sub-types:
QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
The table above displays the properties of this schema component.
XML Instance Representation
<...
country="Australia "
>
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice
[1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1]
?
</...>
The XML Instance Representation table above shows the schema component's content as an XML instance.
The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].
Model group information are shown in gray, e.g. Start Choice ... End Choice.
For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in bold .
If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".
Otherwise, the type of the element/attribute is displayed.
If the element/attribute's type is in the schema, a link is provided to it.
For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<pattern = [1-9][0-9]{3}>>.
If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. <postcode>.
Schema Component Representation
<complexType
name ="AusAddress ">
<complexContent >
<extension
base ="
Address
">
<sequence >
<element
name ="state " type ="
AusStates
"/>
<element
name ="postcode ">
<simpleType >
<restriction
base ="
string
">
<pattern
value ="[1-9][0-9]{3} "/>
</restriction >
</simpleType >
</element >
</sequence >
<attribute
name ="country " type ="
string
" fixed ="Australia "/>
</extension >
</complexContent >
</complexType >
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.
All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all .
Choice Model Group
Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice .
Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.
Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods , e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type
attribute.
Key Constraint Like Uniqueness Constraint , but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .
Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint . See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .
Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups .
Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil
attribute. The xsi:nil
attribute is the boolean attribute, nil , from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil
attribute set to true, it can be left empty, even though its element declaration may have required content.
Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations .
Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.
Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.
Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.
Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).
Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence .
Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.
Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.
Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.
Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .