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
DeviceManagementFileAuthLocationGetRequest17
Abstract
no
Documentation
Get the address and credentials of the File Repository hosting the requested access device file.
Also get the file name and path on the File Repository.
The response is either a DeviceManagementFileAuthLocationGetResponse17 or an ErrorResponse.
Replaced by: DeviceManagementFileAuthLocationGetRequest18
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<accessDeviceUserName>
UserId
</accessDeviceUserName>
[0..1]
<accessDeviceUserPassword>
Password
</accessDeviceUserPassword>
[0..1]
<digestResponse>
Md5Hash
</digestResponse>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
DeviceManagementFileAuthLocationGetRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
accessDeviceUserName "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDeviceUserPassword "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
signedPassword "
type ="
SignedPassword
"
minOccurs ="
0 "/>
<
xs:element name ="
realmName "
type ="
RealmName
"
minOccurs ="
0 "/>
<
xs:element name ="
digestResponse "
type ="
Md5Hash
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
DeviceManagementFileAuthLocationGetResponse17
Abstract
no
Documentation
Return the address and credentials of the File Repository hosting the requested access device file.
Also return the file name and path on the File Repository.
This is a response to DeviceManagementFileAuthLocationGetRequest17.
Replaced by: DeviceManagementFileAuthLocationGetRequest18
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<portNumber>
Port
</portNumber>
[0..1]
<secure>
xs :boolean </secure>
[0..1]
<macInNonRequestURI>
xs :boolean </macInNonRequestURI>
[0..1]
<useHttpDigestAuthentication>
xs :boolean </useHttpDigestAuthentication>
[0..1]
<macBasedFileAuthentication>
xs :boolean </macBasedFileAuthentication>
[0..1]
<userNamePasswordFileAuthentication>
xs :boolean </userNamePasswordFileAuthentication>
[0..1]
<completionNotification>
xs :boolean </completionNotification>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
DeviceManagementFileAuthLocationGetResponse17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
<
xs:element name ="
portNumber "
type ="
Port
"
minOccurs ="
0 "/>
<
xs:element name ="
secure "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
macInNonRequestURI "
type ="
xs :boolean
"
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 ="
completionNotification "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseEnhancedCallLogsGetListRequest
Abstract
no
Documentation
Request users' call logs within an enterprise
If the callLogType is not specified, all types of calls logs (placed, received, missed) are returned.
It is possible to restrict the number of rows returned using responsePagingControl. If responsePagingControl
is not specified, the value of Enhanced Call Logs system parameter maxNonPagedResponseSize will control
the maximum number of call logs can be returned.
The response is either an EnterpriseEnhancedCallLogsGetListResponse or an ErrorResponse.
Replaced by EnterpriseEnhancedCallLogsGetListRequest17sp4.
Originally deprecated in release 20.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
Start Choice [1]
<groupId>
GroupId
</groupId>
[0..*]
<userDnRange>
DNRange
</userDnRange>
[0..*]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseEnhancedCallLogsGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
groupId "
type ="
GroupId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
userDnRange "
type ="
DNRange
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
userExtensionRange "
type ="
ExtensionRange17
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:choice >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseEnhancedCallLogsGetListResponse
Abstract
no
Documentation
Response to EnterpriseEnhancedCallLogsGetListRequest.
Total numbers of rows is:
- the total number of retrievable logs of the call log type that was specified in the EnterpriseEnhancedCallLogsGetListRequest,
if a call log type was specified in the request.
- the total number of retrievable logs, if no call log type was specified in the request.
A list of ExtendedMixedCallLogsEntry will be returned if the call logs are stored on DBS. Otherwise, an error response will be returned.
The result is sorted by date/time of the call.
Replaced by EnterpriseEnhancedCallLogsGetListResponse17sp4.
Originally deprecated in release 20.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<totalNumberOfRows>
xs :int </totalNumberOfRows>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseEnhancedCallLogsGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
totalNumberOfRows "
type ="
xs :int
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterprisePhoneDirectoryGetListRequest17
Abstract
no
Documentation
Request a table containing the phone directory for an enterprise.
The directory includes all users in the enterprise and all entries in the enterprise common phone list.
It is possible to search by various criteria to restrict the number of rows returned.
Multiple search criteria are logically ANDed together.
The response is either EnterprisePhoneDirectoryGetListResponse17 or ErrorResponse.
Replaced by: EnterprisePhoneDirectoryGetListRequest18
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isExtendedInfoRequested>
xs :boolean </isExtendedInfoRequested>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterprisePhoneDirectoryGetListRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isExtendedInfoRequested "
type ="
xs :boolean
"/>
<
xs:element name ="
searchCriteriaDn "
type ="
SearchCriteriaDn
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
searchCriteriaYahooId "
type ="
SearchCriteriaYahooId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterprisePhoneDirectoryGetListRequest17sp3
Abstract
no
Documentation
Request a table containing the phone directory for an enterprise.
The directory includes all users in the enterprise and all entries in the enterprise common phone list.
It is possible to search by various criteria to restrict the number of rows returned.
Multiple search criteria are logically ANDed together.
The response is either EnterprisePhoneDirectoryGetListResponse17sp3 or ErrorResponse.
Replaced by: EnterprisePhoneDirectoryGetListRequest18
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isExtendedInfoRequested>
xs :boolean </isExtendedInfoRequested>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterprisePhoneDirectoryGetListRequest17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isExtendedInfoRequested "
type ="
xs :boolean
"/>
<
xs:element name ="
searchCriteriaDn "
type ="
SearchCriteriaDn
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
searchCriteriaYahooId "
type ="
SearchCriteriaYahooId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
searchCriteriaImpId "
type ="
SearchCriteriaImpId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterprisePhoneDirectoryGetListResponse17
Abstract
no
Documentation
Response to EnterprisePhoneDirectoryGetListRequest17.
Contains a table with a row for each phone number and column headings :
"Name", "Number", "Extension", "Mobile", "Email Address",
"Department", "Hiragana Name", "Group Id", "Yahoo Id", "Is Virtual On-Net User".
If extended directory information is requested, the following columns are also included:
"First Name", "Last Name", "User Id", "Pager", "Title", "Time Zone",
"Location", "Address Line 1", "Address Line 2",
"City", "State", "Zip", "Country".
Replaced by: EnterprisePhoneDirectoryGetListResponse18
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 ="
EnterprisePhoneDirectoryGetListResponse17 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
EnterprisePhoneDirectoryGetListResponse17sp3
Abstract
no
Documentation
Response to EnterprisePhoneDirectoryGetListRequest17sp3.
Contains a table with a row for each phone number and column headings :
"Name", "Number", "Extension", "Mobile", "Email Address",
"Department", "Hiragana Name", "Group Id", "Yahoo Id", "IMP Id", "Is Virtual On-Net User".
If extended directory information is requested, the following columns are also included:
"First Name", "Last Name", "User Id", "Pager", "Title", "Time Zone",
"Location", "Address Line 1", "Address Line 2",
"City", "State", "Zip", "Country".
Replaced by: EnterprisePhoneDirectoryGetListResponse18
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 ="
EnterprisePhoneDirectoryGetListResponse17sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAdminGetPolicyRequest17
Abstract
no
Documentation
Requests the Group administrator's policy settings.
The response is either GroupAdminGetPolicyResponse17 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 ="
GroupAdminGetPolicyRequest17 ">
<
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
GroupAdminGetPolicyRequest17sp3
Abstract
no
Documentation
Requests the Group administrator's policy settings.
The response is either GroupAdminGetPolicyResponse17sp3 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 ="
GroupAdminGetPolicyRequest17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAdminGetPolicyResponse17
Abstract
no
Documentation
Response to GroupAdminGetPolicyRequest17.
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 ="
GroupAdminGetPolicyResponse17 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAdminGetPolicyResponse17sp3
Abstract
no
Documentation
Response to GroupAdminGetPolicyRequest17sp3.
Contains the policy settings for the group administrator.
The following elements are only used in AS data mode:
dialableCallerIDAccess
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 ="
GroupAdminGetPolicyResponse17sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAutoAttendantAddInstanceRequest16
Abstract
no
Documentation
Add a Auto Attendant instance to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
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]
<enableVideo>
xs :boolean </enableVideo>
[1]
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAutoAttendantAddInstanceRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
businessHours "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAutoAttendantGetInstanceRequest17
Abstract
no
Documentation
Request to get all the information of a Auto Attendant instance.
The response is either GroupAutoAttendantGetInstanceResponse17 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 ="
GroupAutoAttendantGetInstanceRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAutoAttendantGetInstanceResponse17
Abstract
no
Documentation
Response to GroupAutoAttendantGetInstanceRequest17.
Contains the service profile information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableVideo>
xs :boolean </enableVideo>
[1]
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAutoAttendantGetInstanceResponse17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
businessHours "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAutoAttendantModifyInstanceRequest16
Abstract
no
Documentation
Request to modify an Auto Attendant 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. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<enableVideo>
xs :boolean </enableVideo>
[0..1]
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAutoAttendantModifyInstanceRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
businessHours "
type ="
ScheduleName
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterAddInstanceRequest17
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.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<enableVideo>
xs :boolean </enableVideo>
[1]
<allowCallerToDialEscapeDigit>
xs :boolean </allowCallerToDialEscapeDigit>
[1]
<resetCallStatisticsUponEntryInQueue>
xs :boolean </resetCallStatisticsUponEntryInQueue>
[0..1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[1]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<allowCallsToAgentsInWrapUp>
xs :boolean </allowCallsToAgentsInWrapUp>
[0..1]
<overrideAgentWrapUpTime>
xs :boolean </overrideAgentWrapUpTime>
[0..1]
<forceDeliveryOfCalls>
xs :boolean </forceDeliveryOfCalls>
[0..1]
<enableAutomaticStateChangeForAgents>
xs :boolean </enableAutomaticStateChangeForAgents>
[0..1]
<externalPreferredAudioCodec>
AudioFileCodec
</externalPreferredAudioCodec>
[1]
<internalPreferredAudioCodec>
AudioFileCodec
</internalPreferredAudioCodec>
[1]
<playRingingWhenOfferingCall>
xs :boolean </playRingingWhenOfferingCall>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterAddInstanceRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallerToDialEscapeDigit "
type ="
xs :boolean
"/>
<
xs:element name ="
escapeDigit "
type ="
DtmfDigit
"/>
<
xs:element name ="
resetCallStatisticsUponEntryInQueue "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallsToAgentsInWrapUp "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
overrideAgentWrapUpTime "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceDeliveryOfCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableAutomaticStateChangeForAgents "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
externalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
internalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
playRingingWhenOfferingCall "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterAddInstanceRequest17sp1
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: GroupCallCenterAddInstanceRequest17sp3
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]
<enableVideo>
xs :boolean </enableVideo>
[1]
<enableReporting>
xs :boolean </enableReporting>
[0..1]
<allowCallerToDialEscapeDigit>
xs :boolean </allowCallerToDialEscapeDigit>
[1]
<resetCallStatisticsUponEntryInQueue>
xs :boolean </resetCallStatisticsUponEntryInQueue>
[0..1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[1]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<allowCallsToAgentsInWrapUp>
xs :boolean </allowCallsToAgentsInWrapUp>
[0..1]
<overrideAgentWrapUpTime>
xs :boolean </overrideAgentWrapUpTime>
[0..1]
<forceDeliveryOfCalls>
xs :boolean </forceDeliveryOfCalls>
[0..1]
<enableAutomaticStateChangeForAgents>
xs :boolean </enableAutomaticStateChangeForAgents>
[0..1]
<externalPreferredAudioCodec>
AudioFileCodec
</externalPreferredAudioCodec>
[1]
<internalPreferredAudioCodec>
AudioFileCodec
</internalPreferredAudioCodec>
[1]
<playRingingWhenOfferingCall>
xs :boolean </playRingingWhenOfferingCall>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterAddInstanceRequest17sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
enableReporting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowCallerToDialEscapeDigit "
type ="
xs :boolean
"/>
<
xs:element name ="
escapeDigit "
type ="
DtmfDigit
"/>
<
xs:element name ="
resetCallStatisticsUponEntryInQueue "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallsToAgentsInWrapUp "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
overrideAgentWrapUpTime "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceDeliveryOfCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableAutomaticStateChangeForAgents "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
externalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
internalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
playRingingWhenOfferingCall "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetInstanceRequest17
Abstract
no
Documentation
Request to get all the information of a Call Center instance.
The response is either GroupCallCenterGetInstanceResponse17 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 ="
GroupCallCenterGetInstanceRequest17 ">
<
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
GroupCallCenterGetInstanceRequest17sp1
Abstract
no
Documentation
Request to get all the information of a Call Center instance.
The response is either GroupCallCenterGetInstanceResponse17sp1 or ErrorResponse.
Replaced by: GroupCallCenterGetInstanceRequest17sp3
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 ="
GroupCallCenterGetInstanceRequest17sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetInstanceResponse17
Abstract
no
Documentation
Response to GroupCallCenterGetInstanceRequest17.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableVideo>
xs :boolean </enableVideo>
[1]
<allowCallerToDialEscapeDigit>
xs :boolean </allowCallerToDialEscapeDigit>
[1]
<resetCallStatisticsUponEntryInQueue>
xs :boolean </resetCallStatisticsUponEntryInQueue>
[0..1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[1]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<allowCallsToAgentsInWrapUp>
xs :boolean </allowCallsToAgentsInWrapUp>
[0..1]
<overrideAgentWrapUpTime>
xs :boolean </overrideAgentWrapUpTime>
[0..1]
<forceDeliveryOfCalls>
xs :boolean </forceDeliveryOfCalls>
[0..1]
<enableAutomaticStateChangeForAgents>
xs :boolean </enableAutomaticStateChangeForAgents>
[0..1]
<externalPreferredAudioCodec>
AudioFileCodec
</externalPreferredAudioCodec>
[1]
<internalPreferredAudioCodec>
AudioFileCodec
</internalPreferredAudioCodec>
[1]
<playRingingWhenOfferingCall>
xs :boolean </playRingingWhenOfferingCall>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceResponse17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallerToDialEscapeDigit "
type ="
xs :boolean
"/>
<
xs:element name ="
escapeDigit "
type ="
DtmfDigit
"/>
<
xs:element name ="
resetCallStatisticsUponEntryInQueue "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallsToAgentsInWrapUp "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
overrideAgentWrapUpTime "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceDeliveryOfCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableAutomaticStateChangeForAgents "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
externalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
internalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
playRingingWhenOfferingCall "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetInstanceResponse17sp1
Abstract
no
Documentation
Response to GroupCallCenterGetInstanceRequest17sp1.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableVideo>
xs :boolean </enableVideo>
[1]
<enableReporting>
xs :boolean </enableReporting>
[0..1]
<allowCallerToDialEscapeDigit>
xs :boolean </allowCallerToDialEscapeDigit>
[1]
<resetCallStatisticsUponEntryInQueue>
xs :boolean </resetCallStatisticsUponEntryInQueue>
[0..1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[1]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<allowCallsToAgentsInWrapUp>
xs :boolean </allowCallsToAgentsInWrapUp>
[0..1]
<overrideAgentWrapUpTime>
xs :boolean </overrideAgentWrapUpTime>
[0..1]
<forceDeliveryOfCalls>
xs :boolean </forceDeliveryOfCalls>
[0..1]
<enableAutomaticStateChangeForAgents>
xs :boolean </enableAutomaticStateChangeForAgents>
[0..1]
<externalPreferredAudioCodec>
AudioFileCodec
</externalPreferredAudioCodec>
[1]
<internalPreferredAudioCodec>
AudioFileCodec
</internalPreferredAudioCodec>
[1]
<playRingingWhenOfferingCall>
xs :boolean </playRingingWhenOfferingCall>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceResponse17sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
enableReporting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowCallerToDialEscapeDigit "
type ="
xs :boolean
"/>
<
xs:element name ="
escapeDigit "
type ="
DtmfDigit
"/>
<
xs:element name ="
resetCallStatisticsUponEntryInQueue "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallsToAgentsInWrapUp "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
overrideAgentWrapUpTime "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceDeliveryOfCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableAutomaticStateChangeForAgents "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
externalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
internalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
playRingingWhenOfferingCall "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetInstanceStatisticsReportingRequest16
Abstract
no
Documentation
Request to get the call center statistics reporting settings.
The response is either GroupCallCenterGetInstanceStatisticsReportingResponse16 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 ="
GroupCallCenterGetInstanceStatisticsReportingRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetInstanceStatisticsReportingResponse16
Abstract
no
Documentation
Contains Call Center statistics reporting settings.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<generateDailyReport>
xs :boolean </generateDailyReport>
[1]
<reportingEmailAddress1>
EmailAddress
</reportingEmailAddress1>
[0..1]
<reportingEmailAddress2>
EmailAddress
</reportingEmailAddress2>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceStatisticsReportingResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
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
GroupCallCenterHolidayServiceGetRequest17
Abstract
no
Documentation
Get a call center's holiday service settings.
The response is either a GroupCallCenterHolidayServiceGetResponse17 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 ="
GroupCallCenterHolidayServiceGetRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterHolidayServiceGetResponse17
Abstract
no
Documentation
Response to the GroupCallCenterHolidayServiceGetRequest17.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterHolidayServiceGetResponse17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterHolidayServiceModifyRequest17
Abstract
no
Documentation
Modify a call center's holiday service 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]
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterHolidayServiceModifyRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
transferPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterModifyInstanceRequest16
Abstract
no
Documentation
Request to modify a Call Center 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. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<enableVideo>
xs :boolean </enableVideo>
[0..1]
<allowCallerToDialEscapeDigit>
xs :boolean </allowCallerToDialEscapeDigit>
[0..1]
<escapeDigit>
DtmfDigit
</escapeDigit>
[0..1]
<resetCallStatisticsUponEntryInQueue>
xs :boolean </resetCallStatisticsUponEntryInQueue>
[0..1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[0..1]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[0..1]
<allowCallsToAgentsInWrapUp>
xs :boolean </allowCallsToAgentsInWrapUp>
[0..1]
<overrideAgentWrapUpTime>
xs :boolean </overrideAgentWrapUpTime>
[0..1]
<forceDeliveryOfCalls>
xs :boolean </forceDeliveryOfCalls>
[0..1]
<enableAutomaticStateChangeForAgents>
xs :boolean </enableAutomaticStateChangeForAgents>
[0..1]
<externalPreferredAudioCodec>
AudioFileCodec
</externalPreferredAudioCodec>
[0..1]
<internalPreferredAudioCodec>
AudioFileCodec
</internalPreferredAudioCodec>
[0..1]
<playRingingWhenOfferingCall>
xs :boolean </playRingingWhenOfferingCall>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterModifyInstanceRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
policy "
type ="
HuntPolicy
"
minOccurs ="
0 "/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowCallerToDialEscapeDigit "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
escapeDigit "
type ="
DtmfDigit
"
minOccurs ="
0 "/>
<
xs:element name ="
resetCallStatisticsUponEntryInQueue "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowCallsToAgentsInWrapUp "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
overrideAgentWrapUpTime "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceDeliveryOfCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableAutomaticStateChangeForAgents "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
externalPreferredAudioCodec "
type ="
AudioFileCodec
"
minOccurs ="
0 "/>
<
xs:element name ="
internalPreferredAudioCodec "
type ="
AudioFileCodec
"
minOccurs ="
0 "/>
<
xs:element name ="
playRingingWhenOfferingCall "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterModifyInstanceStatisticsReportingRequest14sp9
Abstract
no
Documentation
Modify the Call Center statistics reporting frequency and destination.
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]
<generateDailyReport>
xs :boolean </generateDailyReport>
[0..1]
<reportingEmailAddress1>
EmailAddress
</reportingEmailAddress1>
[0..1]
<reportingEmailAddress2>
EmailAddress
</reportingEmailAddress2>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterModifyInstanceStatisticsReportingRequest14sp9 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
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
GroupCallCenterNightServiceGetRequest17
Abstract
no
Documentation
Get a call center's night service settings.
The response is either a GroupCallCenterNightServiceGetResponse17 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 ="
GroupCallCenterNightServiceGetRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterNightServiceGetResponse17
Abstract
no
Documentation
Response to the GroupCallCenterNightServiceGetRequest17.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<forceNightService>
xs :boolean </forceNightService>
[1]
<allowManualOverrideViaFAC>
xs :boolean </allowManualOverrideViaFAC>
[1]
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterNightServiceGetResponse17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
businessHours "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
forceNightService "
type ="
xs :boolean
"/>
<
xs:element name ="
allowManualOverrideViaFAC "
type ="
xs :boolean
"/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterNightServiceModifyRequest17
Abstract
no
Documentation
Modify a call center's night service 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]
<forceNightService>
xs :boolean </forceNightService>
[0..1]
<allowManualOverrideViaFAC>
xs :boolean </allowManualOverrideViaFAC>
[0..1]
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterNightServiceModifyRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
businessHours "
type ="
ScheduleName
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
forceNightService "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowManualOverrideViaFAC "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
transferPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallParkAddInstanceRequest
Abstract
no
Documentation
Adds a Call Park 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. -->
<userId>
UserId
</userId>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallParkAddInstanceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
userId "
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
GroupCallParkGetInstanceRequest
Abstract
no
Documentation
Gets a Call Park group.
The response is either GroupCallParkGetInstanceResponse 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 ="
GroupCallParkGetInstanceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallParkGetInstanceResponse
Abstract
no
Documentation
Response to the GroupCallParkGetInstanceRequest.
Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name",
"Hiragana First Name". The users are in the table are in the order they will try to be parked on.
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 ="
GroupCallParkGetInstanceResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallParkGetRequest
Abstract
no
Documentation
Gets the Call Park Group settings.
The response is either GroupCallParkGetResponse 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 ="
GroupCallParkGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallParkGetResponse
Abstract
no
Documentation
Response to the GroupCallParkGetRequest.
Contains the settings that apply to the whole group for Call Park.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableDestinationAnnouncement>
xs :boolean </enableDestinationAnnouncement>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallParkGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableDestinationAnnouncement "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallProcessingGetPolicyRequest17
Abstract
no
Documentation
Request the group level data associated with Call Processing Policy.
The response is either a GroupCallProcessingGetPolicyResponse17 or an
ErrorResponse.
The useGroupCLIDSetting attribute controls the CLID settings
(clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName)
The useGroupMediaSetting attribute controls the Media settings
(medisPolicySelection, supportedMediaSetName)
The useGroupCallLimitsSetting attribute controls the Call Limits settings
(useMaxSimultaneousCalls, maxSimultaneousCalls,
useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations)
The useGroupTranslationRoutingSetting attribute controls the routing and translation settings
(networkUsageSelection, enforceGroupCallingLineIdentityRestriction,
allowEnterpriseGroupCallTypingForPrivateDialingPlan, allowEnterpriseGroupCallTypingForPublicDialingPlan, overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan, enableEnterpriseExtensionDialing)
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 ="
GroupCallProcessingGetPolicyRequest17 ">
<
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
GroupCallProcessingGetPolicyRequest17sp3
Abstract
no
Documentation
Request the group level data associated with Call Processing Policy.
The response is either a GroupCallProcessingGetPolicyResponse17sp3 or an
ErrorResponse.
The useGroupCLIDSetting attribute controls the CLID settings
(clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName)
The useGroupMediaSetting attribute controls the Media settings
(medisPolicySelection, supportedMediaSetName)
The useGroupCallLimitsSetting attribute controls the Call Limits settings
(useMaxSimultaneousCalls, maxSimultaneousCalls,
useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations)
The useGroupTranslationRoutingSetting attribute controls the routing and translation settings
(networkUsageSelection, enforceGroupCallingLineIdentityRestriction,
allowEnterpriseGroupCallTypingForPrivateDialingPlan, allowEnterpriseGroupCallTypingForPublicDialingPlan, overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan, enableEnterpriseExtensionDialing)
The useGroupDCLIDSetting controls the Dialable Caller ID settings (enableDialableCallerID)
The following elements are only used in AS data mode:
useGroupDCLIDSetting
enableDialableCallerID
Replaced by GroupCallProcessingGetPolicyRequest17sp4
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 ="
GroupCallProcessingGetPolicyRequest17sp3 ">
<
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
GroupCallProcessingGetPolicyRequest17sp4
Abstract
no
Documentation
Request the group level data associated with Call Processing Policy.
The response is either a GroupCallProcessingGetPolicyResponse17sp4 or an
ErrorResponse.
The useGroupCLIDSetting attribute controls the CLID settings
(clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName, allowConfigurableCLIDForRedirectingIdentity)
The useGroupMediaSetting attribute controls the Media settings
(medisPolicySelection, supportedMediaSetName)
The useGroupCallLimitsSetting attribute controls the Call Limits settings
(useMaxSimultaneousCalls, maxSimultaneousCalls,
useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations)
The useGroupTranslationRoutingSetting attribute controls the routing and translation settings
(networkUsageSelection, enforceGroupCallingLineIdentityRestriction,
allowEnterpriseGroupCallTypingForPrivateDialingPlan, allowEnterpriseGroupCallTypingForPublicDialingPlan, overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan, enableEnterpriseExtensionDialing)
The following elements are only used in AS data mode:
useGroupDCLIDSetting
enableDialableCallerID
Replaced by GroupCallProcessingGetPolicyRequest18
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 ="
GroupCallProcessingGetPolicyRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallProcessingGetPolicyResponse17
Abstract
no
Documentation
Response to GroupCallProcessingGetPolicyRequest17.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupCLIDSetting>
xs :boolean </useGroupCLIDSetting>
[1]
<useGroupMediaSetting>
xs :boolean </useGroupMediaSetting>
[1]
<useGroupCallLimitsSetting>
xs :boolean </useGroupCallLimitsSetting>
[1]
<useGroupTranslationRoutingSetting>
xs :boolean </useGroupTranslationRoutingSetting>
[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]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[0..1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[0..1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<useGroupName>
xs :boolean </useGroupName>
[1]
<blockCallingNameForExternalCalls>
xs :boolean </blockCallingNameForExternalCalls>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyResponse17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useGroupCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupMediaSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupCallLimitsSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupTranslationRoutingSetting "
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 ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
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:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"/>
<
xs:element name ="
blockCallingNameForExternalCalls "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallProcessingGetPolicyResponse17sp3
Abstract
no
Documentation
Response to GroupCallProcessingGetPolicyRequest17sp3.
The following elements are only used in AS data mode:
useGroupDCLIDSetting
enableDialableCallerID
Replaced by GroupCallProcessingGetPolicyResponse17sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupCLIDSetting>
xs :boolean </useGroupCLIDSetting>
[1]
<useGroupMediaSetting>
xs :boolean </useGroupMediaSetting>
[1]
<useGroupCallLimitsSetting>
xs :boolean </useGroupCallLimitsSetting>
[1]
<useGroupTranslationRoutingSetting>
xs :boolean </useGroupTranslationRoutingSetting>
[1]
<useGroupDCLIDSetting>
xs :boolean </useGroupDCLIDSetting>
[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]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[0..1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[0..1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<useGroupName>
xs :boolean </useGroupName>
[1]
<blockCallingNameForExternalCalls>
xs :boolean </blockCallingNameForExternalCalls>
[1]
<enableDialableCallerID>
xs :boolean </enableDialableCallerID>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyResponse17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useGroupCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupMediaSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupCallLimitsSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupTranslationRoutingSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupDCLIDSetting "
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 ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
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:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"/>
<
xs:element name ="
blockCallingNameForExternalCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
enableDialableCallerID "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallProcessingGetPolicyResponse17sp4
Abstract
no
Documentation
Response to GroupCallProcessingGetPolicyRequest17sp4.
The following elements are only used in AS data mode:
useGroupDCLIDSetting
enableDialableCallerID
allowConfigurableCLIDForRedirectingIdentity
Replaced by GroupCallProcessingGetPolicyResponse18
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupCLIDSetting>
xs :boolean </useGroupCLIDSetting>
[1]
<useGroupMediaSetting>
xs :boolean </useGroupMediaSetting>
[1]
<useGroupCallLimitsSetting>
xs :boolean </useGroupCallLimitsSetting>
[1]
<useGroupTranslationRoutingSetting>
xs :boolean </useGroupTranslationRoutingSetting>
[1]
<useGroupDCLIDSetting>
xs :boolean </useGroupDCLIDSetting>
[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]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[0..1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[0..1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<useGroupName>
xs :boolean </useGroupName>
[1]
<blockCallingNameForExternalCalls>
xs :boolean </blockCallingNameForExternalCalls>
[1]
<enableDialableCallerID>
xs :boolean </enableDialableCallerID>
[1]
<allowConfigurableCLIDForRedirectingIdentity>
xs :boolean </allowConfigurableCLIDForRedirectingIdentity>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyResponse17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useGroupCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupMediaSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupCallLimitsSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupTranslationRoutingSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupDCLIDSetting "
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 ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
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:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"/>
<
xs:element name ="
blockCallingNameForExternalCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
enableDialableCallerID "
type ="
xs :boolean
"/>
<
xs:element name ="
allowConfigurableCLIDForRedirectingIdentity "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupDepartmentGetListRequest
Abstract
no
Documentation
Request a list of departments in a group. You may request only the
list of departments defined at the group-level, or you may request
the list of all departments in the group including all the departments
defined within the enterprise the group belongs to.
The response is either GroupDepartmentGetListResponse or ErrorResponse.
Replaced by: GroupDepartmentGetListRequest18
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<includeEnterpriseDepartments>
xs :boolean </includeEnterpriseDepartments>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupDepartmentGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
includeEnterpriseDepartments "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupDepartmentGetListResponse
Abstract
no
Documentation
Response to GroupDepartmentGetListRequest.
The response includes two parallel arrays of department keys and department display names.
Replaced by: GroupDepartmentGetListResponse18
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 ="
GroupDepartmentGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
departmentKey "
type ="
DepartmentKey
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupDnGetAssignmentListRequest
Abstract
no
Documentation
Get the list of assigned and unassigned DNs in a group. Each DN can be assigned
to a user and/or department. Ranges of DNs with identical assignment and activation properties
are coalesced to a single table row entry.
The response is either a GroupDnGetAssignmentListResponse or an ErrorResponse.
Replaced by: GroupDnGetAssignmentListRequest18
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 ="
GroupDnGetAssignmentListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
searchCriteriaDn "
type ="
SearchCriteriaDn
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupDnGetAssignmentListResponse
Abstract
no
Documentation
Response to the GroupDnGetAssignmentListRequest.
The response contains a table with columns: "Phone Numbers", "Assigned To", "Department", "Activated".
The "Phone Numbers" column contains either a single DN or a range of DNs.
The "Assigned To" column contains the user name or service instance name possessing the DN(s).
The "Department" column contains the department of the DN, not the department of the user or service instance.
The "Activated" column indicates if the DN or DN range has been activated. Only has a value if the DN(s) is assigned to a user.
Replaced by: GroupDnGetAssignmentListResponse18
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 ="
GroupDnGetAssignmentListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupEnhancedCallLogsGetListRequest
Abstract
no
Documentation
Request users' call logs within a group
If the callLogType is not specified, all types of calls logs (placed, received, missed) are returned.
It is possible to restrict the number of rows returned using responsePagingControl.If responsePagingControl
is not specified, the value of Enhanced Call Logs system parameter maxNonPagedResponseSize will control
the maximum number of call logs can be returned.
The response is either a GroupEnhancedCallLogsGetListResponse or an ErrorResponse.
Replaced by GroupEnhancedCallLogsGetListRequest17sp4.
Originally deprecated in release 20.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
Start Choice [1]
<userDnRange>
DNRange
</userDnRange>
[0..*]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
GroupEnhancedCallLogsGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:choice >
<
xs:element name ="
userDnRange "
type ="
DNRange
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
userExtensionRange "
type ="
ExtensionRange17
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:choice >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupEnhancedCallLogsGetListResponse
Abstract
no
Documentation
Response to GroupEnhancedCallLogsGetListRequest.
Total numbers of rows is:
- the total number of retrievable logs of the call log type that was specified in the GroupEnhancedCallLogsGetListRequest,
if a call log type was specified in the request.
- the total number of retrievable logs, if no call log type was specified in the request.
A list of ExtendedMixedCallLogsEntry will be returned if the call logs are stored on DBS. Otherwise, an error response will be returned.
The logs are sorted by date/time of the call.
Replaced by GroupEnhancedCallLogsGetListResponse17sp4.
Originally deprecated in release 20.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<totalNumberOfRows>
xs :int </totalNumberOfRows>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupEnhancedCallLogsGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
totalNumberOfRows "
type ="
xs :int
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupGroupPagingGetInstanceRequest
Abstract
no
Documentation
Replaced by: GroupGroupPagingGetInstanceRequest17sp3
Request to get all the information of a Group Paging instance.
The response is either GroupGroupPagingGetInstanceResponse 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. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupGroupPagingGetInstanceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupGroupPagingGetInstanceResponse
Abstract
no
Documentation
Replaced by: GroupGroupPagingGetInstanceResponse17sp3
Response to GroupGroupPagingGetInstanceRequest.
Contains the service profile information.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<deliverOriginatorCLIDInstead>
xs :boolean </deliverOriginatorCLIDInstead>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupGroupPagingGetInstanceResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
deliverOriginatorCLIDInstead "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHuntGroupAddInstanceRequest14
Abstract
no
Documentation
Add a Hunt Group instance to a group.
The domain is required in the serviceUserId.
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]
<huntAfterNoAnswer>
xs :boolean </huntAfterNoAnswer>
[1]
<forwardAfterTimeout>
xs :boolean </forwardAfterTimeout>
[1]
<forwardToPhoneNumber>
OutgoingDN
</forwardToPhoneNumber>
[0..1]
<agentUserId>
UserId
</agentUserId>
[0..*]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHuntGroupAddInstanceRequest14 ">
<
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 ="
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
GroupHuntGroupAddInstanceRequest17sp3
Abstract
no
Documentation
Add a Hunt Group instance to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
The following elements are only used in AS data mode:
useSystemHuntGroupCLIDSetting, use value "true" in HSS data mode
includeHuntGroupNameInCLID, use value "true" in HSS data mode
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]
<agentUserId>
UserId
</agentUserId>
[0..*]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<useSystemHuntGroupCLIDSetting>
xs :boolean </useSystemHuntGroupCLIDSetting>
[1]
<includeHuntGroupNameInCLID>
xs :boolean </includeHuntGroupNameInCLID>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHuntGroupAddInstanceRequest17sp3 ">
<
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 ="
agentUserId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
useSystemHuntGroupCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
includeHuntGroupNameInCLID "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHuntGroupGetInstanceRequest17
Abstract
no
Documentation
Request to get all the information of a Hunt Group instance.
The response is either GroupHuntGroupGetInstanceResponse17 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 ="
GroupHuntGroupGetInstanceRequest17 ">
<
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
GroupHuntGroupGetInstanceRequest17sp3
Abstract
no
Documentation
Request to get all the information of a Hunt Group instance.
The response is either GroupHuntGroupGetInstanceResponse17sp3 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 ="
GroupHuntGroupGetInstanceRequest17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupHuntGroupGetInstanceResponse17
Abstract
no
Documentation
Response to GroupHuntGroupGetInstanceRequest17.
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".
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]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHuntGroupGetInstanceResponse17 ">
<
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 ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupHuntGroupGetInstanceResponse17sp3
Abstract
no
Documentation
Response to GroupHuntGroupGetInstanceRequest17sp3.
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".
The following elements are only used in AS data mode:
useSystemHuntGroupCLIDSetting
includeHuntGroupNameInCLID
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]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<useSystemHuntGroupCLIDSetting>
xs :boolean </useSystemHuntGroupCLIDSetting>
[1]
<includeHuntGroupNameInCLID>
xs :boolean </includeHuntGroupNameInCLID>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHuntGroupGetInstanceResponse17sp3 ">
<
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 ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
useSystemHuntGroupCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
includeHuntGroupNameInCLID "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingAddInstanceRequest
Abstract
no
Documentation
Add a Meet-Me Conferencing bridge to a group.
The domain is required in the serviceUserId.
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. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<allowIndividualOutDial>
xs :boolean </allowIndividualOutDial>
[1]
<conferenceHostUserId>
UserId
</conferenceHostUserId>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingAddInstanceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
allowIndividualOutDial "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceHostUserId "
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
GroupMeetMeConferencingGetInstanceRequest
Abstract
no
Documentation
Request to get all the information of a Meet-Me Conferencing bridge.
The response is either GroupMeetMeConferencingGetInstanceResponse 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. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingGetInstanceRequest ">
<
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
GroupMeetMeConferencingGetInstanceRequest17sp3
Abstract
no
Documentation
Request to get all the information of a Meet-Me Conferencing bridge.
The response is either GroupMeetMeConferencingGetInstanceResponse 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. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingGetInstanceRequest17sp3 ">
<
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
GroupMeetMeConferencingGetInstanceRequest17sp4
Abstract
no
Documentation
Request to get all the information of a Meet-Me Conferencing bridge.
The response is either GroupMeetMeConferencingGetInstanceResponse17sp4 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. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingGetInstanceRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupMeetMeConferencingGetInstanceResponse
Abstract
no
Documentation
Response to GroupMeetMeConferencingGetInstanceRequest.
Contains the service profile information and a table of assigned hosts.
The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", and "Hiragana First Name".
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowIndividualOutDial>
xs :boolean </allowIndividualOutDial>
[1]
<conferenceHostUserTable>
core :OCITable
</conferenceHostUserTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingGetInstanceResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
allowIndividualOutDial "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceHostUserTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupMeetMeConferencingGetInstanceResponse17sp3
Abstract
no
Documentation
Response to GroupMeetMeConferencingGetInstanceRequest17sp3.
Contains the service profile information and a table of assigned hosts.
The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", and "Hiragana First Name".
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowIndividualOutDial>
xs :boolean </allowIndividualOutDial>
[1]
<conferenceHostUserTable>
core :OCITable
</conferenceHostUserTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingGetInstanceResponse17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
allowIndividualOutDial "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceHostUserTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupMeetMeConferencingGetInstanceResponse17sp4
Abstract
no
Documentation
Response to GroupMeetMeConferencingGetInstanceRequest17sp4.
Contains the service profile information and a table of assigned hosts.
The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", and "Hiragana First Name".
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowIndividualOutDial>
xs :boolean </allowIndividualOutDial>
[1]
<conferenceHostUserTable>
core :OCITable
</conferenceHostUserTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingGetInstanceResponse17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
allowIndividualOutDial "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceHostUserTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupPhoneDirectoryGetListRequest17
Abstract
no
Documentation
Request a table containing the phone directory for a group.
If the specified group is part of an enterprise, the directory
includes all users in the enterprise and all entries in the enterprise
common phone list and the common phone list of the specified group.
If the specified group is part of a service provider, the directory
includes all users in the group and all entries in the common phone
list of the specified group.
It is possible to search by various criteria to restrict the number of
rows returned.
Multiple search criteria are logically ANDed together.
The response is either GroupPhoneDirectoryGetListResponse17 or
ErrorResponse.
Replaced by: GroupPhoneDirectoryGetListRequest18
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isExtendedInfoRequested>
xs :boolean </isExtendedInfoRequested>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupPhoneDirectoryGetListRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
isExtendedInfoRequested "
type ="
xs :boolean
"/>
<
xs:element name ="
searchCriteriaDn "
type ="
SearchCriteriaDn
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
searchCriteriaYahooId "
type ="
SearchCriteriaYahooId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupPhoneDirectoryGetListRequest17sp3
Abstract
no
Documentation
Request a table containing the phone directory for a group.
If the specified group is part of an enterprise, the directory
includes all users in the enterprise and all entries in the enterprise
common phone list and the common phone list of the specified group.
If the specified group is part of a service provider, the directory
includes all users in the group and all entries in the common phone
list of the specified group.
It is possible to search by various criteria to restrict the number of
rows returned.
Multiple search criteria are logically ANDed together.
The response is either GroupPhoneDirectoryGetListResponse17sp3 or
ErrorResponse.
Replaced by: GroupPhoneDirectoryGetListRequest18
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isExtendedInfoRequested>
xs :boolean </isExtendedInfoRequested>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupPhoneDirectoryGetListRequest17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
isExtendedInfoRequested "
type ="
xs :boolean
"/>
<
xs:element name ="
searchCriteriaDn "
type ="
SearchCriteriaDn
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
searchCriteriaYahooId "
type ="
SearchCriteriaYahooId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
searchCriteriaImpId "
type ="
SearchCriteriaImpId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupPhoneDirectoryGetListResponse17
Abstract
no
Documentation
Response to GroupPhoneDirectoryGetListRequest17.
Contains a table with a row for each phone number and column headings :
"Name", "Number", "Extension", "Mobile", "Email Address",
"Department", "Hiragana Name", "Group Id", "Yahoo Id",
"Is Virtual On-Net User"
If extended directory information is requested, the following columns are also included:
"First Name", "Last Name", "User Id", "Pager", "Title", "Time Zone",
"Location", "Address Line 1", "Address Line 2", "City", "State",
"Zip", "Country".
Replaced by: GroupPhoneDirectoryGetListResponse18
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 ="
GroupPhoneDirectoryGetListResponse17 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
GroupPhoneDirectoryGetListResponse17sp3
Abstract
no
Documentation
Response to GroupPhoneDirectoryGetListRequest17sp3.
Contains a table with a row for each phone number and column headings :
"Name", "Number", "Extension", "Mobile", "Email Address",
"Department", "Hiragana Name", "Group Id", "Yahoo Id", "IMP Id" and
"Is Virtual On-Net User"
If extended directory information is requested, the following columns are also included:
"First Name", "Last Name", "User Id", "Pager", "Title", "Time Zone",
"Location", "Address Line 1", "Address Line 2", "City", "State",
"Zip", "Country".
Replaced by: GroupPhoneDirectoryGetListResponse18
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 ="
GroupPhoneDirectoryGetListResponse17sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupRoutePointHolidayServiceGetRequest
Abstract
no
Documentation
Get a route point's holiday service settings.
The response is either a GroupRoutePointHolidayServiceGetResponse 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 ="
GroupRoutePointHolidayServiceGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupRoutePointHolidayServiceGetResponse
Abstract
no
Documentation
Response to the GroupRoutePointHolidayServiceGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupRoutePointHolidayServiceGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupRoutePointHolidayServiceModifyRequest
Abstract
no
Documentation
Modify a route point's holiday service 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]
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupRoutePointHolidayServiceModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
transferPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupRoutePointNightServiceGetRequest
Abstract
no
Documentation
Get a route point's night service settings.
The response is either a GroupRoutePointNightServiceGetResponse 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 ="
GroupRoutePointNightServiceGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupRoutePointNightServiceGetResponse
Abstract
no
Documentation
Response to the GroupRoutePointNightServiceGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<forceNightService>
xs :boolean </forceNightService>
[1]
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupRoutePointNightServiceGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
businessHours "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
forceNightService "
type ="
xs :boolean
"/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupRoutePointNightServiceModifyRequest
Abstract
no
Documentation
Modify a route point's night service 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]
<forceNightService>
xs :boolean </forceNightService>
[0..1]
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupRoutePointNightServiceModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
businessHours "
type ="
ScheduleName
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
forceNightService "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
transferPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupScheduleGetListRequest
Abstract
no
Documentation
Get the list of a group schedules. The list can be filtered by schedule type.
The response is either a GroupScheduleGetListResponse 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 ="
GroupScheduleGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
scheduleType "
type ="
ScheduleType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupScheduleGetListResponse
Abstract
no
Documentation
Response to GroupScheduleGetListRequest.
The response contains a list of system schedules.
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 ="
GroupScheduleGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
scheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
scheduleType "
type ="
ScheduleType
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
scheduleLevel "
type ="
ScheduleLevel
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupServiceInstancePrivacyGetRequest
Abstract
no
Documentation
Request the data associated with Privacy for a service instance.
The response is either a GroupServiceInstancePrivacyGetResponse.
Replaced by: GroupServiceInstancePrivacyGetRequest17sp4
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 ="
GroupServiceInstancePrivacyGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupServiceInstancePrivacyGetResponse
Abstract
no
Documentation
Response to GroupServiceInstancePrivacyGetRequest.
Replaced by: GroupServiceInstancePrivacyGetResponse17sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableDirectoryPrivacy>
xs :boolean </enableDirectoryPrivacy>
[1]
<enableAutoAttendantExtensionDialingPrivacy>
xs :boolean </enableAutoAttendantExtensionDialingPrivacy>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupServiceInstancePrivacyGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableDirectoryPrivacy "
type ="
xs :boolean
"/>
<
xs:element name ="
enableAutoAttendantExtensionDialingPrivacy "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupSpeedDial100GetRequest
Abstract
no
Documentation
Get the speed dial 100 service settings for a group.
The response is either a GroupSpeedDial100GetResponse 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 ="
GroupSpeedDial100GetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupSpeedDial100GetResponse
Abstract
no
Documentation
Response to the GroupSpeedDial100GetRequest.
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 ="
GroupSpeedDial100GetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupAddInstanceRequest17
Abstract
no
Documentation
Replaced by: GroupTrunkGroupAddInstanceRequest17sp4
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]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
<sipAuthenticationPassword>
Password
</sipAuthenticationPassword>
[0..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]
<peeringDomain>
DomainName
</peeringDomain>
[0..1]
<routeToPeeringDomain>
xs :boolean </routeToPeeringDomain>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupAddInstanceRequest17 ">
<
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 ="
sipAuthenticationPassword "
type ="
Password
"
minOccurs ="
0 "/>
<
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:element name ="
peeringDomain "
type ="
DomainName
"
minOccurs ="
0 "/>
<
xs:element name ="
routeToPeeringDomain "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupAddInstanceRequest17sp3
Abstract
no
Documentation
Add a Trunk Group instance to a group.
The response is either a SuccessResponse or an ErrorResponse.
Replaced by: GroupTrunkGroupAddInstanceRequest17sp4
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]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
<sipAuthenticationPassword>
Password
</sipAuthenticationPassword>
[0..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]
<peeringDomain>
DomainName
</peeringDomain>
[0..1]
<routeToPeeringDomain>
xs :boolean </routeToPeeringDomain>
[1]
<prefixEnabled>
xs :boolean </prefixEnabled>
[1]
<statefulReroutingEnabled>
xs :boolean </statefulReroutingEnabled>
[1]
<sendContinuousOptionsMessage>
xs :boolean </sendContinuousOptionsMessage>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupAddInstanceRequest17sp3 ">
<
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 ="
sipAuthenticationPassword "
type ="
Password
"
minOccurs ="
0 "/>
<
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:element name ="
peeringDomain "
type ="
DomainName
"
minOccurs ="
0 "/>
<
xs:element name ="
routeToPeeringDomain "
type ="
xs :boolean
"/>
<
xs:element name ="
prefixEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
statefulReroutingEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
sendContinuousOptionsMessage "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetInstanceRequest17
Abstract
no
Documentation
Get a Trunk Group Instance's profile.
The response is either a GroupTrunkGroupGetInstanceResponse17 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 ="
GroupTrunkGroupGetInstanceRequest17 ">
<
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
GroupTrunkGroupGetInstanceRequest17sp3
Abstract
no
Documentation
Get a Trunk Group Instance's profile.
The response is either a GroupTrunkGroupGetInstanceResponse17sp3 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".
Replaced by: GroupTrunkGroupGetInstanceRequest17sp4
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 ="
GroupTrunkGroupGetInstanceRequest17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceResponse17
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceRequest17.
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]
<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]
<peeringDomain>
DomainName
</peeringDomain>
[0..1]
<routeToPeeringDomain>
xs :boolean </routeToPeeringDomain>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceResponse17 ">
<
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:element name ="
peeringDomain "
type ="
DomainName
"
minOccurs ="
0 "/>
<
xs:element name ="
routeToPeeringDomain "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceResponse17sp3
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceRequest17sp3.
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]
<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]
<peeringDomain>
DomainName
</peeringDomain>
[0..1]
<routeToPeeringDomain>
xs :boolean </routeToPeeringDomain>
[1]
<prefixEnabled>
xs :boolean </prefixEnabled>
[1]
<statefulReroutingEnabled>
xs :boolean </statefulReroutingEnabled>
[1]
<sendContinuousOptionsMessage>
xs :boolean </sendContinuousOptionsMessage>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceResponse17sp3 ">
<
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:element name ="
peeringDomain "
type ="
DomainName
"
minOccurs ="
0 "/>
<
xs:element name ="
routeToPeeringDomain "
type ="
xs :boolean
"/>
<
xs:element name ="
prefixEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
statefulReroutingEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
sendContinuousOptionsMessage "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupVoiceMessagingGroupGetVoicePortalRequest17
Abstract
no
Documentation
Request to get the group voice portal information for a voice messaging group.
The response is either GroupVoiceMessagingGroupGetVoicePortalResponse17 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 ="
GroupVoiceMessagingGroupGetVoicePortalRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupVoiceMessagingGroupGetVoicePortalResponse17
Abstract
no
Documentation
Response to the GroupVoiceMessagingGroupGetVoicePortalRequest17.
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]
<homeZoneName>
ZoneName
</homeZoneName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupVoiceMessagingGroupGetVoicePortalResponse17 ">
<
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:element name ="
homeZoneName "
type ="
ZoneName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAdminGetPolicyRequest17
Abstract
no
Documentation
Requests the service provider administrator's policy settings.
The response is either ServiceProviderAdminGetPolicyResponse17 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 ="
ServiceProviderAdminGetPolicyRequest17 ">
<
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
ServiceProviderAdminGetPolicyRequest17sp1
Abstract
no
Documentation
Requests the service provider administrator's policy settings.
The response is either ServiceProviderAdminGetPolicyResponse17sp1 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 ="
ServiceProviderAdminGetPolicyRequest17sp1 ">
<
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
ServiceProviderAdminGetPolicyRequest17sp3
Abstract
no
Documentation
Requests the service provider administrator's policy settings.
The response is either ServiceProviderAdminGetPolicyResponse17sp3 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 ="
ServiceProviderAdminGetPolicyRequest17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAdminGetPolicyResponse17
Abstract
no
Documentation
Response to ServiceProviderAdminGetPolicyRequest17.
Contains the policy settings for the service provider administrator.
The networkPolicyAccess is returned only for the enterprise 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 ="
ServiceProviderAdminGetPolicyResponse17 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAdminGetPolicyResponse17sp1
Abstract
no
Documentation
Response to ServiceProviderAdminGetPolicyRequest17sp1.
Contains the policy settings for the service provider administrator.
The networkPolicyAccess is returned only for the enterprise administrator.
The following elements are only used in HSS data mode:
communicationBarringAccess
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 ="
ServiceProviderAdminGetPolicyResponse17sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAdminGetPolicyResponse17sp3
Abstract
no
Documentation
Response to ServiceProviderAdminGetPolicyRequest17sp3.
Contains the policy settings for the service provider administrator.
The networkPolicyAccess is returned only for the enterprise administrator.
The following elements are only used in AS data mode:
dialableCallerIDAccess
The following elements are only used in HSS data mode:
communicationBarringAccess
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 ="
ServiceProviderAdminGetPolicyResponse17sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCallProcessingGetPolicyRequest17
Abstract
no
Documentation
Request the service provider level data associated with Call Processing
Policy. The response is either a
ServiceProviderCallProcessingGetPolicyResponse17 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 ="
ServiceProviderCallProcessingGetPolicyRequest17 ">
<
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
ServiceProviderCallProcessingGetPolicyRequest17sp3
Abstract
no
Documentation
Request the service provider level data associated with Call Processing
Policy. The response is either a
ServiceProviderCallProcessingGetPolicyResponse17sp3 or an ErrorResponse.
Replaced by ServiceProviderCallProcessingGetPolicyResponse17sp4
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 ="
ServiceProviderCallProcessingGetPolicyRequest17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCallProcessingGetPolicyResponse17
Abstract
no
Documentation
Response to ServiceProviderCallProcessingGetPolicyRequest17.
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]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[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]
<emergencyClidPolicy>
CLIDPolicy
</emergencyClidPolicy>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<blockCallingNameForExternalCalls>
xs :boolean </blockCallingNameForExternalCalls>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyResponse17 ">
<
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 ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
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:element name ="
clidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
emergencyClidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
blockCallingNameForExternalCalls "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCallProcessingGetPolicyResponse17sp3
Abstract
no
Documentation
Response to ServiceProviderCallProcessingGetPolicyRequest17sp3.
The following elements are only used in AS data mode:
useServiceProviderDCLIDSetting
enableDialableCallerID
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useServiceProviderDCLIDSetting>
xs :boolean </useServiceProviderDCLIDSetting>
[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]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[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]
<emergencyClidPolicy>
CLIDPolicy
</emergencyClidPolicy>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<blockCallingNameForExternalCalls>
xs :boolean </blockCallingNameForExternalCalls>
[1]
<enableDialableCallerID>
xs :boolean </enableDialableCallerID>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyResponse17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useServiceProviderDCLIDSetting "
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 ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
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:element name ="
clidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
emergencyClidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
blockCallingNameForExternalCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
enableDialableCallerID "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileAddRequest
Abstract
no
Documentation
Add a new Communication Barring Profile.
The priorities for OriginatingRules, RedirectingRules and IncomingRules are requantized to consecutive integers as part of the add.
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. -->
<originatingDefaultTreatmentId>
TreatmentId
</originatingDefaultTreatmentId>
[0..1]
<originatingDefaultTransferNumber>
OutgoingDN
</originatingDefaultTransferNumber>
[0..1]
<becomeDefault>
xs :boolean </becomeDefault>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringProfileAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
originatingDefaultTreatmentId "
type ="
TreatmentId
"
minOccurs ="
0 "/>
<
xs:element name ="
originatingDefaultTransferNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
becomeDefault "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileGetRequest
Abstract
no
Documentation
Get an existing Communication Barring Profile.
The response is either a ServiceProviderCommunicationBarringProfileGetResponse
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 ="
ServiceProviderCommunicationBarringProfileGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringProfileGetResponse
Abstract
no
Documentation
Response to the ServiceProviderCommunicationBarringProfileGetRequest.
The response contains the Communication Barring Profile information.
The incoming, originating and redirecting rules are returned in ascending priority order.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<originatingDefaultTreatmentId>
TreatmentId
</originatingDefaultTreatmentId>
[0..1]
<originatingDefaultTransferNumber>
OutgoingDN
</originatingDefaultTransferNumber>
[0..1]
<isDefault>
xs :boolean </isDefault>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringProfileGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
originatingDefaultTreatmentId "
type ="
TreatmentId
"
minOccurs ="
0 "/>
<
xs:element name ="
originatingDefaultTransferNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
isDefault "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderEnhancedCallLogsGetRequest
Abstract
no
Documentation
Get the service provider's enhanced call log settings.
The response is either a ServiceProviderEnhancedCallLogsGetResponse 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 ="
ServiceProviderEnhancedCallLogsGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderEnhancedCallLogsGetResponse
Abstract
no
Documentation
Response to ServiceProviderEnhancedCallLogsGetRequest.
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 ="
ServiceProviderEnhancedCallLogsGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderGetRequest13mp2
Abstract
no
Documentation
Get the profile for a service provider or enterprise.
The response is either a ServiceProviderGetResponse13mp2 or an ErrorResponse.
Replaced by: ServiceProviderGetRequest17sp1
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 ="
ServiceProviderGetRequest13mp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderGetResponse13mp2
Abstract
no
Documentation
Response to the ServiceProviderGetRequest13mp2.
The response contains the service provider or enterprise's profile information.
Replaced by: ServiceProviderGetResponse17sp1
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
Start Choice [1]
<isEnterprise> true </isEnterprise> [1]
<useCustomRoutingProfile>
xs :boolean </useCustomRoutingProfile>
[1]
End Choice
<contact>
Contact
</contact>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderGetResponse13mp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
isEnterprise "
type ="
xs :boolean
"
fixed ="
true "/>
<
xs:element name ="
useCustomRoutingProfile "
type ="
xs :boolean
"/>
</
xs:choice >
<
xs:element name ="
defaultDomain "
type ="
NetAddress
"/>
<
xs:element name ="
supportEmail "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
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
SystemBroadWorksMobilityGetRequest
Abstract
no
Documentation
Get the broadworks mobility system parameters.
The response is either a SystemBroadWorksMobilityGetResponse or an ErrorResponse.
Replaced by: SystemBroadWorksMobilityGetRequest17sp4.
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 ="
SystemBroadWorksMobilityGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemBroadWorksMobilityGetResponse
Abstract
no
Documentation
The response to a SystemBroadWorksMobilityGetRequest.
Replaced by: SystemBroadWorksMobilityGetResponse17sp4.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableLocationServices>
xs :boolean </enableLocationServices>
[1]
<enableMSRNLookup>
xs :boolean </enableMSRNLookup>
[1]
<enableMobileStateChecking>
xs :boolean </enableMobileStateChecking>
[1]
<denyCallOriginations>
xs :boolean </denyCallOriginations>
[1]
<denyCallTerminations>
xs :boolean </denyCallTerminations>
[1]
<scfSignalingIPAddress>
IPAddress
</scfSignalingIPAddress>
[0..1]
<scfSignalingPort>
Port
</scfSignalingPort>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemBroadWorksMobilityGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableLocationServices "
type ="
xs :boolean
"/>
<
xs:element name ="
enableMSRNLookup "
type ="
xs :boolean
"/>
<
xs:element name ="
enableMobileStateChecking "
type ="
xs :boolean
"/>
<
xs:element name ="
denyCallOriginations "
type ="
xs :boolean
"/>
<
xs:element name ="
denyCallTerminations "
type ="
xs :boolean
"/>
<
xs:element name ="
scfSignalingIPAddress "
type ="
IPAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
scfSignalingPort "
type ="
Port
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemBroadWorksMobilityModifyRequest
Abstract
no
Documentation
Modify the BroadWorks Mobility system parameters.
The response is either a SuccessResponse or an ErrorResponse.
Replaced by: SystemBroadWorksMobilityModifyRequest17sp4.
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. -->
<enableLocationServices>
xs :boolean </enableLocationServices>
[0..1]
<enableMSRNLookup>
xs :boolean </enableMSRNLookup>
[0..1]
<enableMobileStateChecking>
xs :boolean </enableMobileStateChecking>
[0..1]
<denyCallOriginations>
xs :boolean </denyCallOriginations>
[0..1]
<denyCallTerminations>
xs :boolean </denyCallTerminations>
[0..1]
<scfSignalingIPAddress>
IPAddress
</scfSignalingIPAddress>
[0..1]
<scfSignalingPort>
Port
</scfSignalingPort>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemBroadWorksMobilityModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
enableLocationServices "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableMSRNLookup "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableMobileStateChecking "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
denyCallOriginations "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
denyCallTerminations "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
scfSignalingIPAddress "
type ="
IPAddress
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
scfSignalingPort "
type ="
Port
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemBusyLampFieldGetRequest
Abstract
no
Documentation
Request the system level data associated with the Busy Lamp
Field service. The response is either a
SystemBusyLampFieldGetResponse 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 ="
SystemBusyLampFieldGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemBusyLampFieldGetResponse
Abstract
no
Documentation
Response to SystemBusyLampFieldGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<displayLocalUserIdentityLastNameFirst>
xs :boolean </displayLocalUserIdentityLastNameFirst>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemBusyLampFieldGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
displayLocalUserIdentityLastNameFirst "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemBwDiameterBaseDataGetRequest
Abstract
no
Documentation
Requests the list of System Diameter base parameters.
The response is either SystemBwDiameterBaseDataGetResponse 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 ="
SystemBwDiameterBaseDataGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemBwDiameterBaseDataGetResponse
Abstract
no
Documentation
Response to SystemBwDiameterBaseDataGetRequest.
Contains a list of System Diameter base parameters.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<xsListeningPort>
Port1025
</xsListeningPort>
[1]
<psListeningPort>
Port1025
</psListeningPort>
[1]
<psRelayThroughXs>
xs :boolean </psRelayThroughXs>
[1]
<xsRelayListeningPort>
Port1025
</xsRelayListeningPort>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemBwDiameterBaseDataGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
xsRealm "
type ="
DomainName
"
minOccurs ="
0 "/>
<
xs:element name ="
xsListeningPort "
type ="
Port1025
"/>
<
xs:element name ="
psRealm "
type ="
DomainName
"
minOccurs ="
0 "/>
<
xs:element name ="
psListeningPort "
type ="
Port1025
"/>
<
xs:element name ="
psRelayThroughXs "
type ="
xs :boolean
"/>
<
xs:element name ="
xsRelayListeningPort "
type ="
Port1025
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallingNameRetrievalGetRequest16sp1
Abstract
no
Documentation
Request the system's calling name retrieval attributes.
The response is either a SystemCallingNameRetrievalGetResponse16sp1 or an ErrorResponse.
Replaced by: SystemCallingNameRetrievalGetRequest17sp4
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 ="
SystemCallingNameRetrievalGetRequest16sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallingNameRetrievalGetResponse16sp1
Abstract
no
Documentation
Response to SystemCallingNameRetrievalGetRequest16sp1.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<triggerCNAMQueriesForAllNetworkCalls>
xs :boolean </triggerCNAMQueriesForAllNetworkCalls>
[1]
<triggerCNAMQueriesForGroupAndEnterpriseCalls>
xs :boolean </triggerCNAMQueriesForGroupAndEnterpriseCalls>
[1]
<sipExternalDatabaseNetAddress>
NetAddress
</sipExternalDatabaseNetAddress>
[0..1]
<sipExternalDatabasePort>
Port1025
</sipExternalDatabasePort>
[0..1]
<soapExternalDatabaseNetAddress>
NetAddress
</soapExternalDatabaseNetAddress>
[0..1]
<soapSupportsDNSSRV>
xs :boolean </soapSupportsDNSSRV>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallingNameRetrievalGetResponse16sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
triggerCNAMQueriesForAllNetworkCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
triggerCNAMQueriesForGroupAndEnterpriseCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
sipExternalDatabaseNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
sipExternalDatabasePort "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
soapExternalDatabaseNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
soapSupportsDNSSRV "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallProcessingGetPolicyRequest17
Abstract
no
Documentation
The response is either a SystemCallProcessingGetPolicyResponse17 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 ="
SystemCallProcessingGetPolicyRequest17 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallProcessingGetPolicyRequest17sp3
Abstract
no
Documentation
Request the system level data associated with Call Processing Policy.
The response is either a SystemCallProcessingGetPolicyResponse17sp3 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 ="
SystemCallProcessingGetPolicyRequest17sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallProcessingGetPolicyResponse17
Abstract
no
Documentation
Response to SystemCallProcessingGetPolicyRequest17.
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]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[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]
<emergencyClidPolicy>
CLIDPolicy
</emergencyClidPolicy>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<blockCallingNameForExternalCalls>
xs :boolean </blockCallingNameForExternalCalls>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyResponse17 ">
<
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 ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
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:element name ="
clidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
emergencyClidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
blockCallingNameForExternalCalls "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallProcessingGetPolicyResponse17sp3
Abstract
no
Documentation
Response to SystemCallProcessingGetPolicyRequest17sp3.
The following elements are only used in AS data mode:
enableDialableCallerID
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]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[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]
<emergencyClidPolicy>
CLIDPolicy
</emergencyClidPolicy>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<blockCallingNameForExternalCalls>
xs :boolean </blockCallingNameForExternalCalls>
[1]
<enableDialableCallerID>
xs :boolean </enableDialableCallerID>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyResponse17sp3 ">
<
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 ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
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:element name ="
clidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
emergencyClidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
blockCallingNameForExternalCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
enableDialableCallerID "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCommunicationBarringProfileAddRequest
Abstract
no
Documentation
Add a new Communication Barring Profile.
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. -->
<originatingDefaultTreatmentId>
TreatmentId
</originatingDefaultTreatmentId>
[0..1]
<originatingDefaultTransferNumber>
OutgoingDN
</originatingDefaultTransferNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCommunicationBarringProfileAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
originatingDefaultTreatmentId "
type ="
TreatmentId
"
minOccurs ="
0 "/>
<
xs:element name ="
originatingDefaultTransferNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCommunicationBarringProfileAddRequest17sp1
Abstract
no
Documentation
Add a new Communication Barring Profile.
The priorities for IncomingRules are requantized to consecutive integers as part of the add.
The response is either a SuccessResponse or an ErrorResponse.
The following elements are only used in HSS data mode:
incomingDefaultAction
incomingDefaultCallTimeout
incomingRule
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<originatingDefaultTreatmentId>
TreatmentId
</originatingDefaultTreatmentId>
[0..1]
<originatingDefaultTransferNumber>
OutgoingDN
</originatingDefaultTransferNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCommunicationBarringProfileAddRequest17sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
originatingDefaultTreatmentId "
type ="
TreatmentId
"
minOccurs ="
0 "/>
<
xs:element name ="
originatingDefaultTransferNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCommunicationBarringProfileGetRequest16
Abstract
no
Documentation
Get an existing Communication Barring Profile.
The response is either a SystemCommunicationBarringProfileGetResponse16
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 ="
SystemCommunicationBarringProfileGetRequest16 ">
<
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
SystemCommunicationBarringProfileGetRequest17sp1
Abstract
no
Documentation
Get an existing Communication Barring Profile.
The response is either a SystemCommunicationBarringProfileGetResponse17sp1
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 ="
SystemCommunicationBarringProfileGetRequest17sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCommunicationBarringProfileGetResponse16
Abstract
no
Documentation
Response to the SystemCommunicationBarringProfileGetRequest16.
The response contains the Communication Barring Profile information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<originatingDefaultTreatmentId>
TreatmentId
</originatingDefaultTreatmentId>
[0..1]
<originatingDefaultTransferNumber>
OutgoingDN
</originatingDefaultTransferNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCommunicationBarringProfileGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
originatingDefaultTreatmentId "
type ="
TreatmentId
"
minOccurs ="
0 "/>
<
xs:element name ="
originatingDefaultTransferNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCommunicationBarringProfileGetResponse17sp1
Abstract
no
Documentation
Response to the SystemCommunicationBarringProfileGetRequest17sp1.
The response contains the Communication Barring Profile information.
The incoming rules are returned in ascending priority order.
The following elements are only used in HSS data mode:
incomingDefaultAction
incomingDefaultCallTimeout
incomingRule
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<originatingDefaultTreatmentId>
TreatmentId
</originatingDefaultTreatmentId>
[0..1]
<originatingDefaultTransferNumber>
OutgoingDN
</originatingDefaultTransferNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCommunicationBarringProfileGetResponse17sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
originatingDefaultTreatmentId "
type ="
TreatmentId
"
minOccurs ="
0 "/>
<
xs:element name ="
originatingDefaultTransferNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemDeviceTypeGetRequest16sp1
Abstract
no
Documentation
Replaced by: SystemDeviceTypeGetRequest18.
Requests the information about the specified device type without regard to whether the
type is SIP or MGCP.
The response is either SystemDeviceTypeGetResponse16sp1 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 ="
SystemDeviceTypeGetRequest16sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemDeviceTypeGetResponse16sp1
Abstract
no
Documentation
Replaced by: SystemSIPDeviceTypeGetReponse18.
Response to SystemDeviceTypeGetRequest16sp1.
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 ="
SystemDeviceTypeGetResponse16sp1 ">
<
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
SystemEnhancedCallLogsGetRequest
Abstract
no
Documentation
Request the system level data associated with Enhanced Call Logs.
The response is either a SystemEnhancedCallLogsGetResponse 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 ="
SystemEnhancedCallLogsGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemEnhancedCallLogsGetResponse
Abstract
no
Documentation
Response to SystemEnhancedCallLogsGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isSendEnabled>
xs :boolean </isSendEnabled>
[1]
<server1NetAddress>
NetAddress
</server1NetAddress>
[0..1]
<server1SendPort>
Port1025
</server1SendPort>
[1]
<server1RetrievePort>
Port
</server1RetrievePort>
[1]
<server2NetAddress>
NetAddress
</server2NetAddress>
[0..1]
<server2SendPort>
Port1025
</server2SendPort>
[1]
<server2RetrievePort>
Port
</server2RetrievePort>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemEnhancedCallLogsGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isSendEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
server1NetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
server1SendPort "
type ="
Port1025
"/>
<
xs:element name ="
server1RetrievePort "
type ="
Port
"/>
<
xs:element name ="
server2NetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
server2SendPort "
type ="
Port1025
"/>
<
xs:element name ="
server2RetrievePort "
type ="
Port
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemLocationBasedCallingRestrictionsGetRequest
Abstract
no
Documentation
Gets system level the Location Based Calling Restrictions attributes.
The response is either a SystemLocationBasedCallingRestrictionsGetResponse 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 ="
SystemLocationBasedCallingRestrictionsGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemLocationBasedCallingRestrictionsGetResponse
Abstract
no
Documentation
Response to SystemLocationBasedCallingRestrictionsGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enforceMscValidation>
xs :boolean </enforceMscValidation>
[1]
<enableOfficeZoneAnnouncement>
xs :boolean </enableOfficeZoneAnnouncement>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemLocationBasedCallingRestrictionsGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enforceMscValidation "
type ="
xs :boolean
"/>
<
xs:element name ="
enableOfficeZoneAnnouncement "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemMeetMeConferencingGetRequest
Abstract
no
Documentation
Request the system level data associated with Meet-Me Conferencing functions.
The response is either a SystemMeetMeConferencingGetResponse or an 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 ="
SystemMeetMeConferencingGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemMeetMeConferencingGetRequest17sp3
Abstract
no
Documentation
Request the system level data associated with Meet-Me Conferencing functions.
The response is either a SystemMeetMeConferencingGetResponse17sp3 or an 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 ="
SystemMeetMeConferencingGetRequest17sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemMeetMeConferencingGetResponse
Abstract
no
Documentation
Response to SystemMeetMeConferencingGetRequest.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableConferenceEndDateRestriction>
xs :boolean </enableConferenceEndDateRestriction>
[1]
<deleteExpiredConferencesAfterHoldPeriod>
xs :boolean </deleteExpiredConferencesAfterHoldPeriod>
[1]
<recordingWebAppURL>
URL
</recordingWebAppURL>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemMeetMeConferencingGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableConferenceEndDateRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
deleteExpiredConferencesAfterHoldPeriod "
type ="
xs :boolean
"/>
<
xs:element name ="
recordingWebAppURL "
type ="
URL
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemMeetMeConferencingGetResponse17sp3
Abstract
no
Documentation
Response to SystemMeetMeConferencingGetRequest17sp3.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableConferenceEndDateRestriction>
xs :boolean </enableConferenceEndDateRestriction>
[1]
<deleteExpiredConferencesAfterHoldPeriod>
xs :boolean </deleteExpiredConferencesAfterHoldPeriod>
[1]
<recordingWebAppURL>
URL
</recordingWebAppURL>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemMeetMeConferencingGetResponse17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableConferenceEndDateRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
deleteExpiredConferencesAfterHoldPeriod "
type ="
xs :boolean
"/>
<
xs:element name ="
recordingWebAppURL "
type ="
URL
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemNetworkServerSyncParametersGetRequest16
Abstract
no
Documentation
Request to get the list of Network Server Sync system parameters.
The response is either SystemNetworkServerSyncParametersGetResponse16 or ErrorResponse.
Replaced By: SystemNetworkServerSyncParametersGetRequest17sp4
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 ="
SystemNetworkServerSyncParametersGetRequest16 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemNetworkServerSyncParametersGetResponse16
Abstract
no
Documentation
Response to SystemNetworkServerSyncParametersGetRequest16.
Contains a list of system Network Server Sync parameters.
Replaced By: SystemNetworkServerSyncParametersGetResponse17sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableSync>
xs :boolean </enableSync>
[1]
<syncLinePorts>
xs :boolean </syncLinePorts>
[1]
<syncDeviceManagementInfo>
xs :boolean </syncDeviceManagementInfo>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemNetworkServerSyncParametersGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableSync "
type ="
xs :boolean
"/>
<
xs:element name ="
syncLinePorts "
type ="
xs :boolean
"/>
<
xs:element name ="
syncDeviceManagementInfo "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemOutgoingCallingPlanGetRequest
Abstract
no
Documentation
Request the system level data associated with Outgoing Calling Plan.
The response is either a SystemOutgoingCallingPlanGetResponse 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 ="
SystemOutgoingCallingPlanGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemOutgoingCallingPlanGetResponse
Abstract
no
Documentation
Response to SystemOutgoingCallingPlanGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<directTransferScreening>
xs :boolean </directTransferScreening>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemOutgoingCallingPlanGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
directTransferScreening "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemPolicyGetDefaultRequest17
Abstract
no
Documentation
Requests the system's default policy settings.
The response is either SystemPolicyGetDefaultResponse17 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 ="
SystemPolicyGetDefaultRequest17 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemPolicyGetDefaultRequest17sp1
Abstract
no
Documentation
Requests the system's default policy settings.
The response is either SystemPolicyGetDefaultResponse17sp1 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 ="
SystemPolicyGetDefaultRequest17sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemPolicyGetDefaultRequest17sp3
Abstract
no
Documentation
Requests the system's default policy settings.
The response is either SystemPolicyGetDefaultResponse17sp3 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 ="
SystemPolicyGetDefaultRequest17sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemPolicyGetDefaultResponse17
Abstract
no
Documentation
Response to SystemPolicyGetDefaultRequest17.
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 ="
SystemPolicyGetDefaultResponse17 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemPolicyGetDefaultResponse17sp1
Abstract
no
Documentation
Response to SystemPolicyGetDefaultRequest17sp1.
Contains the default policy settings for the system.
The following elements are only used in HSS data mode:
serviceProviderAdminCommunicationBarringAccess
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 ="
SystemPolicyGetDefaultResponse17sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemPolicyGetDefaultResponse17sp3
Abstract
no
Documentation
Response to SystemPolicyGetDefaultRequest17sp3.
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 ="
SystemPolicyGetDefaultResponse17sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemRedundancyParametersGetRequest
Abstract
no
Documentation
Replaced by: SystemRedundancyParametersGetRequest16sp2
Request to get the list of Redundancy system parameters.
The response is either SystemRedundancyParametersGetResponse 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 ="
SystemRedundancyParametersGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemRedundancyParametersGetResponse
Abstract
no
Documentation
Replaced by: SystemRedundancyParametersGetResponse16sp2
Response to SystemRedundancyParametersGetRequest.
Contains a list of system Redundancy parameters.
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 ="
SystemRedundancyParametersGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSessionAuditGetRequest14sp3
Abstract
no
Documentation
Request the system level data associated with session audit.
The response is either a SystemSessionAuditGetResponse14sp3 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 ="
SystemSessionAuditGetRequest14sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSessionAuditGetResponse14sp3
Abstract
no
Documentation
Response to SystemSessionAuditGetRequest14sp3.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isAuditActive>
xs :boolean </isAuditActive>
[1]
<releaseCallOnAuditFailure>
xs :boolean </releaseCallOnAuditFailure>
[1]
<isSIPRefreshAllowedOnAudit>
xs :boolean </isSIPRefreshAllowedOnAudit>
[1]
<allowUpdateForSIPRefresh>
xs :boolean </allowUpdateForSIPRefresh>
[1]
<isSIPSessionTimerActive>
xs :boolean </isSIPSessionTimerActive>
[1]
<enforceSIPSessionExpiresMaximum>
xs :boolean </enforceSIPSessionExpiresMaximum>
[1]
<alwaysUseSessionTimerWhenSupported>
xs :boolean </alwaysUseSessionTimerWhenSupported>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSessionAuditGetResponse14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isAuditActive "
type ="
xs :boolean
"/>
<
xs:element name ="
releaseCallOnAuditFailure "
type ="
xs :boolean
"/>
<
xs:element name ="
isSIPRefreshAllowedOnAudit "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUpdateForSIPRefresh "
type ="
xs :boolean
"/>
<
xs:element name ="
isSIPSessionTimerActive "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceSIPSessionExpiresMaximum "
type ="
xs :boolean
"/>
<
xs:element name ="
alwaysUseSessionTimerWhenSupported "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest17
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]
<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]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<requiresBroadWorksDigitCollection>
xs :boolean </requiresBroadWorksDigitCollection>
[1]
<requiresBroadWorksCallWaitingTone>
xs :boolean </requiresBroadWorksCallWaitingTone>
[1]
<requiresMWISubscription>
xs :boolean </requiresMWISubscription>
[1]
<useHistoryInfoHeaderOnAccessSide>
xs :boolean </useHistoryInfoHeaderOnAccessSide>
[1]
<adviceOfChargeCapable>
xs :boolean </adviceOfChargeCapable>
[1]
<supportCallCenterMIMEType>
xs :boolean </supportCallCenterMIMEType>
[1]
<addPCalledPartyId>
xs :boolean </addPCalledPartyId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest17 ">
<
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 ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksDigitCollection "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksCallWaitingTone "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresMWISubscription "
type ="
xs :boolean
"/>
<
xs:element name ="
useHistoryInfoHeaderOnAccessSide "
type ="
xs :boolean
"/>
<
xs:element name ="
adviceOfChargeCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
supportCallCenterMIMEType "
type ="
xs :boolean
"/>
<
xs:element name ="
trunkMode "
type ="
TrunkMode
"/>
<
xs:element name ="
addPCalledPartyId "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest17sp4
Abstract
no
Documentation
Request to add a sip device type.
The response is either SuccessResponse or ErrorResponse.
Replaced by: SystemSIPDeviceTypeAddRequest18
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]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<requiresBroadWorksDigitCollection>
xs :boolean </requiresBroadWorksDigitCollection>
[1]
<requiresBroadWorksCallWaitingTone>
xs :boolean </requiresBroadWorksCallWaitingTone>
[1]
<requiresMWISubscription>
xs :boolean </requiresMWISubscription>
[1]
<useHistoryInfoHeaderOnAccessSide>
xs :boolean </useHistoryInfoHeaderOnAccessSide>
[1]
<adviceOfChargeCapable>
xs :boolean </adviceOfChargeCapable>
[1]
<supportCallCenterMIMEType>
xs :boolean </supportCallCenterMIMEType>
[1]
<addPCalledPartyId>
xs :boolean </addPCalledPartyId>
[1]
<supportIdentityInUpdateAndReInvite>
xs :boolean </supportIdentityInUpdateAndReInvite>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest17sp4 ">
<
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 ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksDigitCollection "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksCallWaitingTone "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresMWISubscription "
type ="
xs :boolean
"/>
<
xs:element name ="
useHistoryInfoHeaderOnAccessSide "
type ="
xs :boolean
"/>
<
xs:element name ="
adviceOfChargeCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
supportCallCenterMIMEType "
type ="
xs :boolean
"/>
<
xs:element name ="
trunkMode "
type ="
TrunkMode
"/>
<
xs:element name ="
addPCalledPartyId "
type ="
xs :boolean
"/>
<
xs:element name ="
supportIdentityInUpdateAndReInvite "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeFileAddRequest16sp1
Abstract
no
Documentation
Replaced by: SystemSIPDeviceTypeFileAddRequest18.
Request to add a sip device type file.
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. -->
<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 ="
SystemSIPDeviceTypeFileAddRequest16sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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
SystemSIPDeviceTypeFileGetRequest16sp1
Abstract
no
Documentation
Replaced by: SystemSIPDeviceTypeFileGetRequest18.
Request to get a sip device type file.
The response is either SystemSIPDeviceTypeFileGetResponse16sp1 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 ="
SystemSIPDeviceTypeFileGetRequest16sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeFileGetResponse16sp1
Abstract
no
Documentation
Replaced by: SystemSIPDeviceTypeFileGetResponse18.
Response to SystemSIPDeviceTypeFileGetRequest16sp1.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useHttpDigestAuthentication>
xs :boolean </useHttpDigestAuthentication>
[1]
<macBasedFileAuthentication>
xs :boolean </macBasedFileAuthentication>
[1]
<userNamePasswordFileAuthentication>
xs :boolean </userNamePasswordFileAuthentication>
[1]
<macInNonRequestURI>
xs :boolean </macInNonRequestURI>
[1]
<accessUrl>
URL
</accessUrl>
[1]
<repositoryUrl>
URL
</repositoryUrl>
[0..1]
<templateUrl>
URL
</templateUrl>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeFileGetResponse16sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
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:element name ="
accessUrl "
type ="
URL
"/>
<
xs:element name ="
repositoryUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
templateUrl "
type ="
URL
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeGetRequest17
Abstract
no
Documentation
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse17 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 ="
SystemSIPDeviceTypeGetRequest17 ">
<
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
SystemSIPDeviceTypeGetRequest17sp4
Abstract
no
Documentation
Replaced by: SystemSIPDeviceTypeGetRequest18.
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse17sp4 or ErrorResponse.
Replaced by: SystemSIPDeviceTypeGetRequest18
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 ="
SystemSIPDeviceTypeGetRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse17
Abstract
no
Documentation
Response to SystemSIPDeviceTypeGetRequest17.
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]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<requiresBroadWorksDigitCollection>
xs :boolean </requiresBroadWorksDigitCollection>
[1]
<requiresBroadWorksCallWaitingTone>
xs :boolean </requiresBroadWorksCallWaitingTone>
[1]
<requiresMWISubscription>
xs :boolean </requiresMWISubscription>
[1]
<useHistoryInfoHeaderOnAccessSide>
xs :boolean </useHistoryInfoHeaderOnAccessSide>
[1]
<adviceOfChargeCapable>
xs :boolean </adviceOfChargeCapable>
[1]
<supportCallCenterMIMEType>
xs :boolean </supportCallCenterMIMEType>
[1]
<addPCalledPartyId>
xs :boolean </addPCalledPartyId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse17 ">
<
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 ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksDigitCollection "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksCallWaitingTone "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresMWISubscription "
type ="
xs :boolean
"/>
<
xs:element name ="
useHistoryInfoHeaderOnAccessSide "
type ="
xs :boolean
"/>
<
xs:element name ="
adviceOfChargeCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
supportCallCenterMIMEType "
type ="
xs :boolean
"/>
<
xs:element name ="
trunkMode "
type ="
TrunkMode
"/>
<
xs:element name ="
addPCalledPartyId "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse17sp4
Abstract
no
Documentation
Replaced by: SystemSIPDeviceTypeGetResponse18.
Response to SystemSIPDeviceTypeGetRequest17sp4.
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]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<requiresBroadWorksDigitCollection>
xs :boolean </requiresBroadWorksDigitCollection>
[1]
<requiresBroadWorksCallWaitingTone>
xs :boolean </requiresBroadWorksCallWaitingTone>
[1]
<requiresMWISubscription>
xs :boolean </requiresMWISubscription>
[1]
<useHistoryInfoHeaderOnAccessSide>
xs :boolean </useHistoryInfoHeaderOnAccessSide>
[1]
<adviceOfChargeCapable>
xs :boolean </adviceOfChargeCapable>
[1]
<supportCallCenterMIMEType>
xs :boolean </supportCallCenterMIMEType>
[1]
<addPCalledPartyId>
xs :boolean </addPCalledPartyId>
[1]
<supportIdentityInUpdateAndReInvite>
xs :boolean </supportIdentityInUpdateAndReInvite>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse17sp4 ">
<
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 ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksDigitCollection "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksCallWaitingTone "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresMWISubscription "
type ="
xs :boolean
"/>
<
xs:element name ="
useHistoryInfoHeaderOnAccessSide "
type ="
xs :boolean
"/>
<
xs:element name ="
adviceOfChargeCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
supportCallCenterMIMEType "
type ="
xs :boolean
"/>
<
xs:element name ="
trunkMode "
type ="
TrunkMode
"/>
<
xs:element name ="
addPCalledPartyId "
type ="
xs :boolean
"/>
<
xs:element name ="
supportIdentityInUpdateAndReInvite "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSpeedDial100GetRequest
Abstract
no
Documentation
Get the speed dial 100 system-wide default setting.
The response is either a SystemSpeedDial100GetResponse 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 ="
SystemSpeedDial100GetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSpeedDial100GetResponse
Abstract
no
Documentation
Response to the SystemSpeedDial100GetRequest.
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 ="
SystemSpeedDial100GetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSubscriberGetCallProcessingParametersRequest17
Abstract
no
Documentation
Get the system call processing configuration for all subscribers
The response is either a SystemSubscriberGetCallProcessingParametersResponse17
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 ="
SystemSubscriberGetCallProcessingParametersRequest17 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSubscriberGetCallProcessingParametersRequest17sp3
Abstract
no
Documentation
Get the system call processing configuration for all subscribers
The response is either a SystemSubscriberGetCallProcessingParametersResponse17sp3
or an 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 ="
SystemSubscriberGetCallProcessingParametersRequest17sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSubscriberGetCallProcessingParametersResponse17
Abstract
no
Documentation
Response to the SystemSubscriberGetCallProcessingParametersRequest17.
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 ="
SystemSubscriberGetCallProcessingParametersResponse17 ">
<
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 >
Name
SystemSubscriberGetCallProcessingParametersResponse17sp3
Abstract
no
Documentation
Response to the SystemSubscriberGetCallProcessingParametersRequest17sp3.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
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]
<bypassTerminationLoopDetection>
xs :boolean </bypassTerminationLoopDetection>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSubscriberGetCallProcessingParametersResponse17sp3 ">
<
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:element name ="
bypassTerminationLoopDetection "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemVoiceMessagingGroupGetRequest16
Abstract
no
Documentation
Request the system level data associated with Voice Messaging.
The response is either a SystemVoiceMessagingGroupGetResponse16 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 ="
SystemVoiceMessagingGroupGetRequest16 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemVoiceMessagingGroupGetResponse16
Abstract
no
Documentation
Response to SystemVoiceMessagingGroupGetRequest16.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<realDeleteForImap>
xs :boolean </realDeleteForImap>
[1]
<useDnInMailBody>
xs :boolean </useDnInMailBody>
[1]
<useShortSubjectLine>
xs :boolean </useShortSubjectLine>
[1]
<doesMessageAge>
xs :boolean </doesMessageAge>
[1]
<mailServerNetAddress>
NetAddress
</mailServerNetAddress>
[0..1]
<defaultDeliveryFromAddress>
EmailAddress
</defaultDeliveryFromAddress>
[1]
<defaultNotificationFromAddress>
EmailAddress
</defaultNotificationFromAddress>
[1]
<defaultVoicePortalLockoutFromAddress>
EmailAddress
</defaultVoicePortalLockoutFromAddress>
[1]
<useOutgoingMWIOnSMDI>
xs :boolean </useOutgoingMWIOnSMDI>
[1]
<enterpriseVoicePortalLicensed>
xs :boolean </enterpriseVoicePortalLicensed>
[1]
<networkWideMessaging>
xs :boolean </networkWideMessaging>
[1]
<useExternalRouting>
xs :boolean </useExternalRouting>
[1]
<defaultExternalRoutingAddress>
OutgoingDNorSIPURI
</defaultExternalRoutingAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemVoiceMessagingGroupGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
realDeleteForImap "
type ="
xs :boolean
"/>
<
xs:element name ="
useDnInMailBody "
type ="
xs :boolean
"/>
<
xs:element name ="
useShortSubjectLine "
type ="
xs :boolean
"/>
<
xs:element name ="
doesMessageAge "
type ="
xs :boolean
"/>
<
xs:element name ="
mailServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
defaultDeliveryFromAddress "
type ="
EmailAddress
"/>
<
xs:element name ="
defaultNotificationFromAddress "
type ="
EmailAddress
"/>
<
xs:element name ="
defaultVoicePortalLockoutFromAddress "
type ="
EmailAddress
"/>
<
xs:element name ="
useOutgoingMWIOnSMDI "
type ="
xs :boolean
"/>
<
xs:element name ="
enterpriseVoicePortalLicensed "
type ="
xs :boolean
"/>
<
xs:element name ="
networkWideMessaging "
type ="
xs :boolean
"/>
<
xs:element name ="
useExternalRouting "
type ="
xs :boolean
"/>
<
xs:element name ="
defaultExternalRoutingAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemVoiceMessagingGroupGetVoicePortalMenusRequest14
Abstract
no
Documentation
Requests the system voice portal Menus setting.
The response is either SystemVoiceMessagingGroupGetVoicePortalMenusResponse14 or ErrorResponse.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
Schema Component Representation
Name
SystemVoiceMessagingGroupGetVoicePortalMenusResponse14
Abstract
no
Documentation
Response to SystemVoiceMessagingGroupGetVoicePortalMenusRequest14.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
Schema Component Representation
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserAddRequest14sp9
Abstract
no
Documentation
Replaced by: UserAddRequest17sp4
Request to add a user.
The domain is required in the userId.
The password is not required if external authentication is enabled.
The officeZoneName and primaryZoneName elements are ignored and provided here for backwards compatibility only.
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]
<primaryZoneName>
ZoneName
</primaryZoneName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserAddRequest14sp9 ">
<
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 ="
Extension17
"
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:element name ="
officeZoneName "
type ="
OfficeZoneName
"
minOccurs ="
0 "/>
<
xs:element name ="
primaryZoneName "
type ="
ZoneName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserBusyLampFieldGetRequest
Abstract
no
Documentation
Request the settings for the busy lamp field service.
The response is either a UserBusyLampFieldGetResponse or an ErrorResponse.
Replaced by: UserBusyLampFieldGetRequest16sp2
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 ="
UserBusyLampFieldGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserBusyLampFieldGetResponse
Abstract
no
Documentation
Replaced by: UserBusyLampFieldGetResponse16sp2
Response to UserBusyLampFieldGetRequest.
The table has 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. -->
<listURI>
SIPURI
</listURI>
[0..1]
<monitoredUserTable>
core :OCITable
</monitoredUserTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserBusyLampFieldGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
listURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
monitoredUserTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallProcessingGetPolicyRequest17
Abstract
no
Documentation
Request the user level data associated with Call Processing Policy.
The response is either a UserCallProcessingGetPolicyResponse17 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 ="
UserCallProcessingGetPolicyRequest17 ">
<
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
UserCallProcessingGetPolicyRequest17sp3
Abstract
no
Documentation
Request the user level data associated with Call Processing Policy.
The response is either a UserCallProcessingGetPolicyResponse17sp3 or an
ErrorResponse.
Replaced by: UserCallProcessingGetPolicyRequest17Sp4
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 ="
UserCallProcessingGetPolicyRequest17sp3 ">
<
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
UserCallProcessingGetPolicyRequest17sp4
Abstract
no
Documentation
Request the user level data associated with Call Processing Policy.
The response is either a UserCallProcessingGetPolicyResponse17sp4 or an
ErrorResponse.
Replaced by: UserCallProcessingGetPolicyRequest18
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 ="
UserCallProcessingGetPolicyRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallProcessingGetPolicyResponse17
Abstract
no
Documentation
Response to UserCallProcessingGetPolicyRequest17.
The useUserCLIDSetting attribute controls the CLID settings
(clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName)
The useUserMediaSetting attribute controls the Media settings
(medisPolicySelection, supportedMediaSetName)
The useUserCallLimitsSetting attribute controls the Call Limits setting
(useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations)
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserCLIDSetting>
xs :boolean </useUserCLIDSetting>
[1]
<useUserMediaSetting>
xs :boolean </useUserMediaSetting>
[1]
<useUserCallLimitsSetting>
xs :boolean </useUserCallLimitsSetting>
[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]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<useGroupName>
xs :boolean </useGroupName>
[1]
<blockCallingNameForExternalCalls>
xs :boolean </blockCallingNameForExternalCalls>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingGetPolicyResponse17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useUserCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserMediaSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserCallLimitsSetting "
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:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"/>
<
xs:element name ="
blockCallingNameForExternalCalls "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallProcessingGetPolicyResponse17sp3
Abstract
no
Documentation
Response to UserCallProcessingGetPolicyRequest17sp3.
The useUserCLIDSetting attribute controls the CLID settings
(clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName)
The useUserMediaSetting attribute controls the Media settings
(medisPolicySelection, supportedMediaSetName)
The useUserCallLimitsSetting attribute controls the Call Limits setting
(useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations)
The useUserDCLIDSetting controls the Dialable Caller ID settings (enableDialableCallerID)
The following elements are only used in AS data mode:
useUserDCLIDSetting
enableDialableCallerID
Replaced by: UserCallProcessingGetPolicyResponse17Sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserCLIDSetting>
xs :boolean </useUserCLIDSetting>
[1]
<useUserMediaSetting>
xs :boolean </useUserMediaSetting>
[1]
<useUserCallLimitsSetting>
xs :boolean </useUserCallLimitsSetting>
[1]
<useUserDCLIDSetting>
xs :boolean </useUserDCLIDSetting>
[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]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<useGroupName>
xs :boolean </useGroupName>
[1]
<blockCallingNameForExternalCalls>
xs :boolean </blockCallingNameForExternalCalls>
[1]
<enableDialableCallerID>
xs :boolean </enableDialableCallerID>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingGetPolicyResponse17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useUserCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserMediaSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserCallLimitsSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserDCLIDSetting "
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:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"/>
<
xs:element name ="
blockCallingNameForExternalCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
enableDialableCallerID "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallProcessingGetPolicyResponse17sp4
Abstract
no
Documentation
Response to UserCallProcessingGetPolicyRequest17sp4.
The useUserCLIDSetting attribute controls the CLID settings
(clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName, allowConfigurableCLIDForRedirectingIdentity)
The useUserMediaSetting attribute controls the Media settings
(medisPolicySelection, supportedMediaSetName)
The useUserCallLimitsSetting attribute controls the Call Limits setting
(useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations)
The useUserDCLIDSetting controls the Dialable Caller ID settings (enableDialableCallerID)
The following elements are only used in AS data mode:
useUserDCLIDSetting
enableDialableCallerID
allowConfigurableCLIDForRedirectingIdentity
Replaced by: UserCallProcessingGetPolicyResponse18
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserCLIDSetting>
xs :boolean </useUserCLIDSetting>
[1]
<useUserMediaSetting>
xs :boolean </useUserMediaSetting>
[1]
<useUserCallLimitsSetting>
xs :boolean </useUserCallLimitsSetting>
[1]
<useUserDCLIDSetting>
xs :boolean </useUserDCLIDSetting>
[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]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<useGroupName>
xs :boolean </useGroupName>
[1]
<blockCallingNameForExternalCalls>
xs :boolean </blockCallingNameForExternalCalls>
[1]
<enableDialableCallerID>
xs :boolean </enableDialableCallerID>
[1]
<allowConfigurableCLIDForRedirectingIdentity>
xs :boolean </allowConfigurableCLIDForRedirectingIdentity>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingGetPolicyResponse17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useUserCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserMediaSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserCallLimitsSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserDCLIDSetting "
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:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"/>
<
xs:element name ="
blockCallingNameForExternalCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
enableDialableCallerID "
type ="
xs :boolean
"/>
<
xs:element name ="
allowConfigurableCLIDForRedirectingIdentity "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallWaitingGetRequest
Abstract
no
Documentation
Request the user level data associated with Call Waiting.
The response is either a UserCallWaitingGetResponse or an
ErrorResponse.
Replaced by: UserCallWaitingGetRequest17sp4
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 ="
UserCallWaitingGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallWaitingGetResponse
Abstract
no
Documentation
Response to UserCallWaitingGetRequest.
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 ="
UserCallWaitingGetResponse ">
<
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
UserEnhancedCallLogsGetListRequest16
Abstract
no
Documentation
Request user's call logs.
If the callLogType is not specified, all types of calls logs (placed, received, missed) are returned.
It is possible to restrict the number of rows returned using responsePagingControl.
The response is either a UserEnhancedCallLogsGetListResponse16 or an ErrorResponse.
Replaced by UserEnhancedCallLogsGetListRequest17sp4
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 ="
UserEnhancedCallLogsGetListRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
callLogType "
type ="
CallLogsType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserEnhancedCallLogsGetListRequest17sp4
Abstract
no
Documentation
Request user's call logs.
If the callLogType is not specified, all types of calls logs (placed, received, missed) are returned.
The filters "dateTimeRange", "numberFilter", "redirectedNumberFilter", accountAuthorizationCodeFilter"
and ""subscriberType" are ignored if call logs are stored in CDS. When "ReceivedOrMissed" is specified
as "callLogType" and call logs are stored in CDS, all call logs including placed will be returned.
It is possible to restrict the number of rows returned using responsePagingControl. If responsePagingControl
is not specified, the value of Enhanced Call Logs system parameter maxNonPagedResponseSize will control
the maximum number of call logs can be returned.
The response is either a UserEnhancedCallLogsGetListResponse17sp4 or an ErrorResponse.
Replaced by UserEnhancedCallLogsGetListRequest17sp4V2.
Originally deprecated in release 20.
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 ="
UserEnhancedCallLogsGetListRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserEnhancedCallLogsGetListResponse16
Abstract
no
Documentation
Response to UserEnhancedCallLogsGetListRequest16.
Total numbers of rows is:
- the total number of retrievable logs of the call log type that was specified in the UserEnhancedCallLogsGetListRequest16,
if a call log type was specified in the request.
- the total number of retrievable logs, if no call log type was specified in the request.
Replaced by UserEnhancedCallLogsGetListResponse17sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<totalNumberOfRows>
xs :int </totalNumberOfRows>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserEnhancedCallLogsGetListResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
totalNumberOfRows "
type ="
xs :int
"/>
<
xs:element name ="
callLog "
type ="
MixedCallLogsEntry
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserEnhancedCallLogsGetListResponse17sp4
Abstract
no
Documentation
Response to UserEnhancedCallLogsGetListRequest17sp4.
Total numbers of rows is:
- the total number of retrievable logs of the call log type that was specified in the UserEnhancedCallLogsGetListRequest17sp4,
if a call log type was specified in the request.
- the total number of retrievable logs, if no call log type was specified in the request.
A list of MixedCallLogsEntry will be returned if the call logs are stored on CDS
A list of ExtendedMixedCallLogsEntry will be returned if the call logs are stored on DBS
The logs are sorted by date/time of the call.
Replaced by UserEnhancedCallLogsGetListResponse17sp4V2.
Originally deprecated in release 20.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<totalNumberOfRows>
xs :int </totalNumberOfRows>
[1]
Start Choice [1]
<legacyEntry>
[1]
</legacyEntry>
<extendedEntry>
[1]
</extendedEntry>
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
UserEnhancedCallLogsGetListResponse17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
totalNumberOfRows "
type ="
xs :int
"/>
<
xs:choice >
<
xs:element name ="
legacyEntry ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
callLog "
type ="
MixedCallLogsEntry
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element name ="
extendedEntry ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:choice >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserFaxMessagingGetRequest17
Abstract
no
Documentation
Request the user level data associated with Fax Messaging.
The response is either a UserFaxMessagingGetResponse17 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 ="
UserFaxMessagingGetRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserFaxMessagingGetResponse17
Abstract
no
Documentation
Response to UserFaxMessagingGetRequest17.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<phoneNumber>
DN
</phoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserFaxMessagingGetResponse17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension17
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserGetRequest17
Abstract
no
Documentation
Replaced by: UserGetRequest17sp4
Request to get the user information. The response is either
UserGetResponse17 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 ="
UserGetRequest17 ">
<
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
UserGetRequest17sp3
Abstract
no
Documentation
Replaced by: UserGetRequest18
Request to get the user information. The response is either
UserGetResponse17sp3 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 ="
UserGetRequest17sp3 ">
<
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
UserGetRequest17sp4
Abstract
no
Documentation
Replaced by: UserGetRequest18
Request to get the user information. The response is either
UserGetResponse17sp4 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 ="
UserGetRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserGetResponse17
Abstract
no
Documentation
Replaced by: UserGetResponse17sp4
Response to UserGetRequest17.
It is possible that the TrunkAddressingRead element is present with nothing populated in it which means the user is a trunk user.
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]
<primaryZoneName>
ZoneName
</primaryZoneName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserGetResponse17 ">
<
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 ="
Extension17
"
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:element name ="
officeZoneName "
type ="
OfficeZoneName
"
minOccurs ="
0 "/>
<
xs:element name ="
primaryZoneName "
type ="
ZoneName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserGetResponse17sp3
Abstract
no
Documentation
Replaced by: UserGetRequest18
Response to UserGetRequest17sp3.
It is possible that the TrunkAddressingRead element is present with nothing populated in it which means the user is a trunk user.
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]
<primaryZoneName>
ZoneName
</primaryZoneName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserGetResponse17sp3 ">
<
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 ="
Extension17
"
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:element name ="
officeZoneName "
type ="
OfficeZoneName
"
minOccurs ="
0 "/>
<
xs:element name ="
primaryZoneName "
type ="
ZoneName
"
minOccurs ="
0 "/>
<
xs:element name ="
impId "
type ="
IMPUserId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserGetResponse17sp4
Abstract
no
Documentation
Replaced by: UserGetResponse18
Response to UserGetRequest17sp4.
It is possible that the TrunkAddressingRead element is present with nothing populated in it which means the user is a trunk user.
The following data elements are only used in AS data mode:
contact[2]-contact[5]
The country code (countryCode) included is the user's phone number country code when the user has a phone number assigned, or the
user's Group associated country code when the user does not have a phone number assigned, or the system default country code when the
user's Group does not have an associated country code.
The nationalPrefix in this response is the one associated to the included countryCode.
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]
<primaryZoneName>
ZoneName
</primaryZoneName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserGetResponse17sp4 ">
<
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 ="
Extension17
"
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 ="
nationalPrefix "
type ="
NationalPrefix
"
minOccurs ="
0 "/>
<
xs:element name ="
officeZoneName "
type ="
OfficeZoneName
"
minOccurs ="
0 "/>
<
xs:element name ="
primaryZoneName "
type ="
ZoneName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserModifyRequest16
Abstract
no
Documentation
Replaced by: UserModifyRequest17sp4
Request to modify a user.
When oldPassword is specified, all password rule applies. If oldPassword in not specified,
any password rule related to old password does not apply.
The request will fail if officeZoneName or primaryZoneName is present but the Location-Based Calling Restrictions service is not assigned to the 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]
<primaryZoneName>
ZoneName
</primaryZoneName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserModifyRequest16 ">
<
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 ="
Extension17
"
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:element name ="
officeZoneName "
type ="
OfficeZoneName
"
minOccurs ="
0 "/>
<
xs:element name ="
primaryZoneName "
type ="
ZoneName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserScheduleGetListRequest
Abstract
no
Documentation
Get the list of a user schedules. The list can be filtered by schedule type.
The response is either a UserScheduleGetListResponse 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 ="
UserScheduleGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
scheduleType "
type ="
ScheduleType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserScheduleGetListResponse
Abstract
no
Documentation
Response to UserScheduleGetListRequest.
The response contains a list of system schedules.
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 ="
UserScheduleGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
scheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
scheduleType "
type ="
ScheduleType
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
scheduleLevel "
type ="
ScheduleLevel
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSharedCallAppearanceGetRequest14sp2
Abstract
no
Documentation
Get the user's Shared Call Appearance service setting.
The response is either a UserSharedCallAppearanceGetResponse14sp2 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 ="
UserSharedCallAppearanceGetRequest14sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserSharedCallAppearanceGetResponse14sp2
Abstract
no
Documentation
Response to the UserSharedCallAppearanceGetRequest14sp2.
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.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<alertAllAppearancesForClickToDialCalls>
xs :boolean </alertAllAppearancesForClickToDialCalls>
[1]
<allowSCACallRetrieve>
xs :boolean </allowSCACallRetrieve>
[1]
<enableMultipleCallArrangement>
xs :boolean </enableMultipleCallArrangement>
[1]
<multipleCallArrangementIsActive>
xs :boolean </multipleCallArrangementIsActive>
[1]
<allowBridgingBetweenLocations>
xs :boolean </allowBridgingBetweenLocations>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSharedCallAppearanceGetResponse14sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
alertAllAppearancesForClickToDialCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
allowSCACallRetrieve "
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
UserSpeedDial100GetListRequest
Abstract
no
Documentation
Get the speed dial 100 settings for a user.
The response is either a UserSpeedDial100GetListResponse 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 ="
UserSpeedDial100GetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserSpeedDial100GetListResponse
Abstract
no
Documentation
Response to the UserSpeedDial100GetListRequest.
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 ="
UserSpeedDial100GetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserVoiceMessagingUserGetGreetingRequest16
Abstract
no
Documentation
Get the user's voice messaging greeting information.
The response is either a UserVoiceMessagingUserGetGreetingResponse16 or an ErrorResponse.
This request is replaced by: UserVoiceMessagingUserGetGreetingRequest18
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 ="
UserVoiceMessagingUserGetGreetingRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserVoiceMessagingUserGetGreetingResponse16
Abstract
no
Documentation
Response to UserVoiceMessagingUserGetGreetingRequest16.
Contains the greeting configuration for a user's voice messaging.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<busyPersonalAudioMediaType>
MediaFileType
</busyPersonalAudioMediaType>
[0..1]
<busyPersonalVideoMediaType>
MediaFileType
</busyPersonalVideoMediaType>
[0..1]
<noAnswerPersonalAudioFile>
FileDescription
</noAnswerPersonalAudioFile>
[0..1]
<noAnswerPersonalAudioMediaType>
MediaFileType
</noAnswerPersonalAudioMediaType>
[0..1]
<noAnswerPersonalVideoFile>
FileDescription
</noAnswerPersonalVideoFile>
[0..1]
<noAnswerPersonalVideoMediaType>
MediaFileType
</noAnswerPersonalVideoMediaType>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserVoiceMessagingUserGetGreetingResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
busyPersonalAudioFile "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
busyPersonalAudioMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
busyPersonalVideoFile "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
busyPersonalVideoMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
noAnswerPersonalAudioFile "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
noAnswerPersonalAudioMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
noAnswerPersonalVideoFile "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
noAnswerPersonalVideoMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
EnhancedCallLogsMaxLoggedCalls
Content
Documentation
Sets the maximum number of logged calls that can be stored.
Schema Component Representation
<
xs:simpleType name ="
EnhancedCallLogsMaxLoggedCalls ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10000 "/>
</
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 .