TAPIEx.NET Component Documentation

Unpark  Method

Description

The Unpark method retrieves the call parked at the specified address.

[Visual Basic]
Function Unpark( sDestAddr As String) As TAPICall
[C#]
public TAPICall Unpark ( String sDestAddr )

Parameters

sDestAddr
String value contains the address where the call is parked. The address is in standard dialable address format.

Return values

If the method succeeds, it return reference of TAPICall, otherwise return Nothing(NULL).

Remarks

None.

See Also

None.

Support editions