JTapiParkCall

Metreos.Providers.JTapi.JTapiParkCall

Summary

Parks a call currently active on a device.

Usage

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.

Remarks

None.

Action Parameters
Parameter Name.NET TypeDefaultDescription
TimeoutSystem.Int32The 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.Int64Indicates the call to be parked.
Result Data
Parameter Name.NET TypeDescription
ParkDNSystem.StringThe number on which the call is parked. This is the number to be dialled to unpark the call.

Branch Conditions 

Success

No description.

Failure

No description.

Timeout

No description.