Provider
Synchronous
No Custom Parameters
Parks a call currently active on a device.
JTapiParkCall parks a call currently active on a device.
A valid callID is passed as the argument. JTapiParkCall returns the parkDN(number of which the call is parked) in the result data.
The event JTapiCallParked is also sent on successful parking. This event can further be used to trigger any other application.
Any parked call can be unparked using JTapiMakeCall and passing the parkDN as the To parameter.A call when unparked results in a JTapiCallUnparked event.
None.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| Timeout | System.Int32 | The Timeout property specifies to the Application Runtime Environment how long
to wait for a response from the provider for the current action.
The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds. | |
| CallId * | System.Int64 | Indicates the call to be parked. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| ParkDN | System.String | The number on which the call is parked. This is the number to be dialled to unpark the call. |
Branch Conditions
No description.
No description.
No description.