CallCreationInfo Properties |
The CallCreationInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyDialingRules |
Gets or sets a value that indicates whether any configured dialing
rules should be applied to the remote address before dialing.
| |
| AuthorizationToken |
Authorization token needed to initiate the call. Used by the service gateway to determine whether the call should be
allowed to proceed or not.
| |
| CallType |
A CallType enum value indicating whether a default registered service (SIP call through Aura) or MeetMe call through ServiceGateway is to be created.
| |
| ConferenceID |
The virtual room id to identify the conference room that will be used if we make the call to conference system.
| |
| ConferencePasscode |
The Virtual Room PIN to identify the conference room.
| |
| ContextId |
Opaque data representing the id of contextual data stored in the contact center solution that is associated with the call.
| |
| IsPresentationOnlyMode |
A Boolean value indicating whether the call should be created in presentation only mode.
Most of call capabilities are restricted in this case. Conference/collaboration capabilities are available.
User can upgrade call to add audio/video later.
| |
| LineAppearanceId |
The Avaya line appearance id for the remote call.
| |
| LineAppearanceOwner |
The remote call owner name.
| |
| MeetmeUserName |
User Name (used for meet-me conference creation)
| |
| OffHookDialingEnabled |
Enables or disabled off-hook dialing for specification of the remote
address. The default is disabled.
| |
| PortalToken |
Correlation-token provided by Equinox/Portal to correlate portal session with SIP signaling.
| |
| PortalUrl |
The Unified Portal Server URL. Required for redial capability.
| |
| RemoteAddress |
The remote address for this call.
| |
| ServiceGatewayURL |
Service Gateway (ESG) URL
| |
| UccpURL |
A String value representing the URL of the UCCS server.
This allows client UI to establish conference in presentation only mode through UCCP web socket connection.
|