TAPIEx ActiveX Control v3.6

ParkIndirect

The ParkIndirect method parks this call and returns the parked address.

Function ParkIndirect() 
As String

Parameters

None.

Return Values

If the method succeeds, return string that indicates the address where the call is to be parked.

Remarks

With 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

ParkDirect