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.ParkIndirect
Parks the call and returns the parked address.
Component |
Version |
macOS |
Windows |
Linux |
Server |
iOS SDK |
TAPI
|
4.4 |
❌ No
|
✅ Yes
|
❌ No
|
❌ No
|
❌ No
|
MBS( "TAPI.ParkIndirect"; Call )
More
MBS(
"TAPI.ParkIndirect"; /* Parks the call and returns the parked address. */
$Call) /* The call reference number. */
Less
Parameters
Parameter |
Description |
Example |
Call |
The call reference number. |
$Call |
Result
Returns address or error.
Description
Parks the call and returns the parked address.
With TAPI.ParkDirect, the application determines the address at which it wants to park the call. With nondirected park, 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.ParkDirect
-
TAPI.Pickup
Feedback: Report problem or ask question.