Click or drag to resize
TapiLineUnpark Method (String)
Retrieves the call parked at the specified phone number or extension.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public TapiCall Unpark(
	string number
)

Parameters

number
Type: SystemString
Number where the call is parked.

Return Value

Type: TapiCall
A TapiCall object representing unparked call.
Exceptions
ExceptionCondition
TapiExceptionThe call was not unparked because a TAPI error occurred.
Remarks

The parked call typically enters the idle state after it has been successfully parked and the corresponding TapiCall object is released. When the application performs an Unpark on the parked call, a new TapiCall object is created for the unparked call.

See Also