Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.0   12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3    Statistic    FMM    Blog  

TAPI.Connect

Attempts to complete the connection of an outgoing call.

Component Version macOS Windows Linux Server iOS SDK
TAPI 4.4 ❌ No ✅ Yes ❌ No ❌ No ❌ No
MBS( "TAPI.Connect"; Call; Sync )   More

Parameters

Parameter Description Example
Call The call reference number. $Call
Sync Boolean indicating whether connection is to be performed synchronously (1) or asynchronously (0). 0

Result

Returns OK or error.

Description

Attempts to complete the connection of an outgoing call.

Examples

Creates a call and connects:

$Call = MBS( "TAPI.CreateCall"; "MyPhone"; "1234567899"; 1; 8)
$r = MBS( "TAPI.Connect"; $Call; 1 )

See also

Blog Entries

This function checks for a paid license.

Created 22nd October 2014, last changed 7th December 2015


TAPI.CallInfo - TAPI.CreateCall

💬 Ask a question or report a problem


Start Chat