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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    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

FileMaker Magazin

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


TAPI.CallInfo - TAPI.CreateCall

Feedback: Report problem or ask question.