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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

TAPI.ParkDirect

Parks the call at a specified address.

Component Version macOS Windows Linux Server iOS SDK
TAPI 4.4 ❌ No ✅ Yes ❌ No ✅ Yes, on Windows ❌ No
MBS( "TAPI.ParkDirect"; Call; Park )   More

Parameters

Parameter Description Example
Call The call reference number. $Call
Park The address where the call is to be parked.

Result

Returns OK or error.

Description

Parks the call at a specified address.
With directed park, the application determines the address at which it wants to park the call. With TAPI.ParkIndirect the switch determines the address and provides this to the application. In either case, a parked call can be unparked by specifying this address.
The parked call enters the disconnected state after it has been successfully parked.
Some switches can remind the user after a call has been parked for some long amount of time. The application sees an offering call with a call reason set to reminder.

See also

Created 22nd October 2014, last changed 1st December 2014


TAPI.ListenOnAllAddresses - TAPI.ParkIndirect

Feedback: Report problem or ask question.