Click or drag to resize
CallCreationInfo Class
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesCallCreationInfo

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class CallCreationInfo

The CallCreationInfo type exposes the following members.

Constructors
  NameDescription
Public methodCallCreationInfo
Constructs a call creation info with no arguments.
Public methodCallCreationInfo(Int32, String)
Constructs a call creation info with remote call arguments.
Public methodCallCreationInfo(String, String, String)
Constructs a call creation info with conference related arguments.
Public methodCallCreationInfo(String, String, String, String)
Constructs a guest user creation call information where the user is allowed to make a single call using the provided authorization token. The one time call creation with the authorization token is used in Avaya contact center environment where a user with mobile client can initiate a web based call towards contact center. Currently, this method of placing calls is not used in non-contact center environments.
Public methodCallCreationInfo(String, String, String, String, String, String, String, String, Boolean)
Constructs an conference call creation info with HTTP meet-me conference related arguments. Can be used if application needs to create a MeetMe (HTTP) call through Service Gateway using remote Conferencing platform
Top
Properties
  NameDescription
Public propertyApplyDialingRules
Gets or sets a value that indicates whether any configured dialing rules should be applied to the remote address before dialing.
Public propertyAuthorizationToken
Authorization token needed to initiate the call. Used by the service gateway to determine whether the call should be allowed to proceed or not.
Public propertyCallType
A CallType enum value indicating whether a default registered service (SIP call through Aura) or MeetMe call through ServiceGateway is to be created.
Public propertyConferenceID
The virtual room id to identify the conference room that will be used if we make the call to conference system.
Public propertyConferencePasscode
The Virtual Room PIN to identify the conference room.
Public propertyContextId
Opaque data representing the id of contextual data stored in the contact center solution that is associated with the call.
Public propertyIsPresentationOnlyMode
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.
Public propertyLineAppearanceId
The Avaya line appearance id for the remote call.
Public propertyLineAppearanceOwner
The remote call owner name.
Public propertyMeetmeUserName
User Name (used for meet-me conference creation)
Public propertyOffHookDialingEnabled
Enables or disabled off-hook dialing for specification of the remote address. The default is disabled.
Public propertyPortalToken
Correlation-token provided by Equinox/Portal to correlate portal session with SIP signaling.
Public propertyPortalUrl
The Unified Portal Server URL. Required for redial capability.
Public propertyRemoteAddress
The remote address for this call.
Public propertyServiceGatewayURL
Service Gateway (ESG) URL
Public propertyUccpURL
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.
Top
See Also