Share via


CtiHostedControl.MakeOutboundCall(CtiCommandRequest) Method

Definition

Dials an out bound number.

public:
 abstract bool MakeOutboundCall(Microsoft::Uii::Desktop::Cti::Core::CtiCommandRequest ^ commandData);
public abstract bool MakeOutboundCall (Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest commandData);
abstract member MakeOutboundCall : Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest -> bool
Public MustOverride Function MakeOutboundCall (commandData As CtiCommandRequest) As Boolean

Parameters

commandData
CtiCommandRequest

Specifies the command data.

Returns

True if the outbound call was successful, otherwise false.

Implements

Applies to