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.party |
Handle call activity, such as answering, making, and holding calls, initiating transfers and conference calls,
or applying a treatment.
|
Modifier and Type | Field | Description |
---|---|---|
static SetOpType |
SetOpType.AddParty |
|
static SetOpType |
SetOpType.CallInfoUpdate |
|
static SetOpType |
SetOpType.CreateCallInfo |
|
static SetOpType |
SetOpType.DeleteCallInfo |
|
static SetOpType |
SetOpType.DeleteParty |
|
static SetOpType |
SetOpType.SetCallInfo |
Modifier and Type | Method | Description |
---|---|---|
static SetOpType |
SetOpType.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static SetOpType |
SetOpType.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<SetOpType> |
SetOpType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract SetOpType |
EventCallInfoChanged.getSetOperation() |
Type of the action that must be performed with attributes of the call specified by conn_id.
|
Modifier and Type | Method | Description |
---|---|---|
static EventCallInfoChanged |
EventCallInfoChanged.create(SetOpType setOperation,
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) |
Creates instance of EventCallInfoChanged with all parameters set.
|
abstract void |
EventCallInfoChanged.setSetOperation(SetOpType setOperation) |
Type of the action that must be performed with attributes of the call specified by conn_id.
|
Modifier and Type | Method | Description |
---|---|---|
abstract SetOpType |
RequestSetCallInfo.getSetOperation() |
Type of the action that must be performed with attributes of the call specified by conn_id.
|
Modifier and Type | Method | Description |
---|---|---|
static RequestSetCallInfo |
RequestSetCallInfo.create(ConnectionId connID,
ConnectionId newConnID,
SetOpType setOperation,
java.lang.String thisDN) |
Creates instance of RequestSetCallInfo with required parameters set.
|
static RequestSetCallInfo |
RequestSetCallInfo.create(ConnectionId connID,
ConnectionId newConnID,
SetOpType setOperation,
java.lang.String thisDN,
java.lang.String otherDN) |
Creates instance of RequestSetCallInfo with all parameters set.
|
abstract void |
RequestSetCallInfo.setSetOperation(SetOpType setOperation) |
Type of the action that must be performed with attributes of the call specified by conn_id.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.