Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
This function checks for a license.
Created 22nd October 2014, last changed 7th December 2015
