Reference Library
ThirdPartyCallController..::..RouteSelectParameters Class
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerThirdPartyCallController..::..RouteSelectParameters
Information necessary for the RouteSelect command.

Supported in: 6.1.0

Declaration Syntax
C#Visual BasicVisual C++
public class RouteSelectParameters
Public Class RouteSelectParameters
public ref class RouteSelectParameters
Members
All MembersConstructorsFields



IconMemberDescription
ThirdPartyCallController..::..RouteSelectParameters()()()()
CallingDevice
The Device Id of the calling device. This is optional and the default is "".

CollectCode
The CollectCode information which allows the application to request that a DTMF tone detector be connected to the routed call and to detect and collect caller (call originator) entered code/digits. This is optional and the default is null (no digit detection needed).

CrossRefIdentifier
The cross reference identifier which was received in a RouteRequest Event

DestRoute
Specifies the TAC/ARS/AAR information for off-PBX destinations. This is optional and the default is "".

DirectAgentCallSplit
The Device Id of the ACD agent's split extension. This is optional and the default is "".

NetworkCallRedirection
Set to true if you want network call redirection to be invoked. The default is false (no network call redirection).

PriorityCalling
Set to true if you want the call to be a priority call. This is optional and the default is false.

RouteRegisterReqId
The Request Id which was received in response to a previous RouteRegister request.

RouteSelected
The Route that is being selected.

RouteUsedReq
Set to true if you want to receive a RouteUsed event. Default is false.

UserData
Contains user-to-user information. This parameter allows the application to associate caller information, with a call. It is typically a customer number, credit card number, alphanumeric digits, or a binary string.

UserProvidedCode
Allows the application to send code/digits (ASCII string with 0-9, *, and # only) with the routed call. These code/digits are treated as dial-ahead digits for the call, and are stored in a dial-ahead digit buffer. This is optional and the default is null (no User Provided Code).

Inheritance Hierarchy
Object
ThirdPartyCallController..::..RouteSelectParameters

Assembly: ServiceProvider (Module: ServiceProvider)