Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
TAPI.ParkDirect
Parks the call at a specified address.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
TAPI | 4.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ 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
This function checks for a license.
Created 22nd October 2014, last changed 1st December 2014