TAPIEx ActiveX Control v3.6

ParkDirect

The ParkDirect method parks this call at a specified address. The address is in dialable number format.

Function ParkDirect(
ParkAddress As String
) As Boolean

Parameters

ParkAddress
[in] String that indicates the address where the call is to be parked when using directed park. The address is in dialable number format.

Return Values

If the method succeeds, return TRUE, otherwise return FALSE.

Remarks

With directed park, the application determines the address at which it wants to park the call. With 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

ParkInDirect