diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Dials the destination number in an outbound call with no call progress analysis
Namespace:
InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public void MakeCall( Channel CurrentChannel, string DestinationNumber ) |
| Visual Basic (Declaration) |
|---|
Public Sub MakeCall ( _ CurrentChannel As Channel, _ DestinationNumber As String _ ) |
| Visual C++ |
|---|
public: virtual void MakeCall( Channel^ CurrentChannel, String^ DestinationNumber ) sealed |
Parameters
- CurrentChannel
- Type: Inkostar..::.Channel
The Channel on the Dialogic board on which the function is to be executed.
- DestinationNumber
- Type: System..::.String
The destination number to dial.
Remarks
This function can only be invoked when the channel is in an idle state.
Compatibility: All
On completion this function will generate one of the following events: EventReceived.Connected, EventReceived.Disconnected
On failure this function will generate an EventReceived.TaskFailed event or an exception of type DiaGlobWrapperLibException
Compatibility: All
On completion this function will generate one of the following events: EventReceived.Connected, EventReceived.Disconnected
On failure this function will generate an EventReceived.TaskFailed event or an exception of type DiaGlobWrapperLibException
Examples
To call extension 4503:
C#: objDevice.MakeCall(ChannelOutbound, "4503");
VB.NET: objDevice.MakeCall(ChannelOutbound, "4503")
C#: objDevice.MakeCall(ChannelOutbound, "4503");
VB.NET: objDevice.MakeCall(ChannelOutbound, "4503")