Package | Description |
---|---|
com.genesyslab.platform.routing.protocol.routingserver |
This package primarily contains enums that your applications can use when
working with Universal Routing Server (URS), such as
CallType and
RoutingPointStatus . |
Modifier and Type | Field | Description |
---|---|---|
static CallType |
CallType.Consult |
|
static CallType |
CallType.Inbound |
|
static CallType |
CallType.Internal |
|
static CallType |
CallType.Outbound |
|
static CallType |
CallType.Unknown |
Modifier and Type | Method | Description |
---|---|---|
abstract CallType |
OperationContext.getCallType() |
|
static CallType |
CallType.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static CallType |
CallType.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<CallType> |
CallType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
static OperationContext |
OperationContext.create(CallType callType,
java.lang.String thisQueue,
java.lang.String thisLocation,
java.lang.String otherDN,
java.lang.String aNI,
java.lang.String dNIS,
java.lang.String cED,
java.lang.String mediaType,
KeyValueCollection userData,
KeyValueCollection extensions) |
Creates instance of OperationContext with all parameters set.
|
abstract void |
OperationContext.setCallType(CallType callType) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.