Package | Description |
---|---|
com.genesyslab.platform.voice.protocol.tserver | |
com.genesyslab.platform.voice.protocol.tserver.events |
This package contains the
Note that you will normally want to set up a separate thread to wait for messages from T-Server. |
com.genesyslab.platform.voice.protocol.tserver.requests.iscc |
Allows an application to get an access number to reach the destination switch, or
to cancel a request for an access number.
|
com.genesyslab.platform.voice.protocol.tserver.requests.special |
Modifier and Type | Field | Description |
---|---|---|
static XRouteType |
XRouteType.Default |
|
static XRouteType |
XRouteType.Direct |
|
static XRouteType |
XRouteType.DirectANI |
|
static XRouteType |
XRouteType.DirectDigits |
|
static XRouteType |
XRouteType.DirectNoToken |
|
static XRouteType |
XRouteType.DirectUUI |
|
static XRouteType |
XRouteType.DNISPooling |
|
static XRouteType |
XRouteType.ExtProtocol |
|
static XRouteType |
XRouteType.MIN |
|
static XRouteType |
XRouteType.PullBack |
|
static XRouteType |
XRouteType.Reroute |
|
static XRouteType |
XRouteType.Route |
|
static XRouteType |
XRouteType.RouteUUI |
|
static XRouteType |
XRouteType.XRouteTypeDirectNetworkCallID |
Modifier and Type | Method | Description |
---|---|---|
static XRouteType |
XRouteType.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static XRouteType |
XRouteType.valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<XRouteType> |
XRouteType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract XRouteType |
EventUserEvent.getXRouteType() |
The type of Routing between T-Servers to be applied to the telephony object in question.
|
Modifier and Type | Method | Description |
---|---|---|
static EventUserEvent |
EventUserEvent.create(java.lang.String accessNumber,
java.lang.Integer addressInfoStatus,
AddressInfoType addressInfoType,
AddressType addressType,
java.lang.String agentID,
AgentWorkMode agentWorkMode,
java.lang.String aNI,
java.lang.String applicationName,
java.lang.Integer callID,
CallInfoType callInfoType,
java.lang.Integer callState,
CallType callType,
EventMask capabilities,
Cause cause,
java.lang.Integer clientID,
java.lang.String collectedDigits,
ConnectionId connID,
java.lang.String customerID,
java.lang.String dNIS,
java.lang.Integer errorCode,
java.lang.String errorMessage,
KeyValueCollection extensions,
java.lang.Integer fileHandle,
ConnectionId firstTransferConnID,
ForwardMode forwardMode,
java.lang.String homeLocation,
java.lang.Integer lastCollectedDigit,
ConnectionId lastTransferConnID,
java.lang.String location,
LocationInfoType locationInfoType,
MakeCallType makeCallType,
MonitorNextCallType monitorNextCallType,
java.lang.Long networkCallID,
NetworkCallState networkCallState,
java.lang.String networkDestDN,
NetworkDestState networkDestState,
java.lang.Integer networkNodeID,
java.lang.String networkOrigDN,
NetworkPartyRole networkPartyRole,
java.lang.String otherDN,
DNRole otherDNRole,
java.lang.String otherQueue,
java.lang.Integer otherTrunk,
java.lang.String place,
ConnectionId previousConnID,
java.lang.Integer privateMsgID,
KeyValueCollection reasons,
java.lang.String remoteDN,
ServerRole registrationCode,
RouteType routeType,
ServerRole serverRole,
java.lang.String serverVersion,
java.lang.String serverXCapabilities,
java.lang.Integer sessionID,
java.lang.String thirdPartyDN,
DNRole thirdPartyDNRole,
java.lang.String thirdPartyQueue,
java.lang.Integer thirdPartyTrunk,
java.lang.String thisDN,
DNRole thisDNRole,
java.lang.String thisQueue,
java.lang.Integer thisTrunk,
java.lang.Integer timeout,
ConnectionId transferConnID,
java.lang.Integer transferredNetworkCallID,
java.lang.Integer transferredNetworkNodeID,
KeyValueCollection treatmentParameters,
TreatmentType treatmentType,
KeyValueCollection userData,
java.lang.Integer userEvent,
java.lang.Integer xReferenceID,
java.lang.String callUuid,
java.lang.String newCallUuid,
java.lang.String originalCallUuid,
java.lang.String partyUuid,
java.lang.String refCallUuid,
Reliability reliability,
java.lang.Long serverStartTime,
java.lang.Long eventSequenceNumber,
MediaType mediaType,
CallType localCallType,
CallType propagatedCallType,
java.lang.String subscriptionID,
CallHistoryInfo callHistory,
TimeStamp time,
XRouteType xRouteType) |
Creates instance of EventUserEvent with all parameters set.
|
abstract void |
EventUserEvent.setXRouteType(XRouteType xRouteType) |
The type of Routing between T-Servers to be applied to the telephony object in question.
|
Modifier and Type | Method | Description |
---|---|---|
abstract XRouteType |
RequestGetAccessNumber.getXRouteType() |
The type of Routing between T-Servers to be applied to the telephony object in question.
|
Modifier and Type | Method | Description |
---|---|---|
static RequestGetAccessNumber |
RequestGetAccessNumber.create(java.lang.String thisDN,
ConnectionId connID,
java.lang.String location,
XRouteType xRouteType) |
Creates instance of RequestGetAccessNumber with required parameters set.
|
static RequestGetAccessNumber |
RequestGetAccessNumber.create(java.lang.String thisDN,
ConnectionId connID,
java.lang.String location,
XRouteType xRouteType,
java.lang.String otherDN,
KeyValueCollection userData,
KeyValueCollection reasons,
KeyValueCollection extensions) |
Creates instance of RequestGetAccessNumber with all parameters set.
|
abstract void |
RequestGetAccessNumber.setXRouteType(XRouteType xRouteType) |
The type of Routing between T-Servers to be applied to the telephony object in question.
|
Modifier and Type | Method | Description |
---|---|---|
abstract XRouteType |
RequestReserveAgentAndGetAccessNumber.getXRouteType() |
The type of Routing between T-Servers to be applied to the telephony object in question.
|
Modifier and Type | Method | Description |
---|---|---|
static RequestReserveAgentAndGetAccessNumber |
RequestReserveAgentAndGetAccessNumber.create(java.lang.String location,
java.lang.String thisDN,
java.lang.String agentID,
java.lang.String place,
java.lang.String otherDN,
java.lang.Integer timeout,
java.lang.Integer priority,
ConnectionId connID,
XRouteType xRouteType,
KeyValueCollection userData,
KeyValueCollection reasons,
KeyValueCollection extensions) |
Creates instance of RequestReserveAgentAndGetAccessNumber with all parameters set.
|
abstract void |
RequestReserveAgentAndGetAccessNumber.setXRouteType(XRouteType xRouteType) |
The type of Routing between T-Servers to be applied to the telephony object in question.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.