TapiLineUnpark Method (String, TapiAddress) |
Retrieves the call parked at the specified phone number or extension.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic TapiCall Unpark(
string number,
TapiAddress address
)
Public Function Unpark (
number As String,
address As TapiAddress
) As TapiCall
public:
TapiCall^ Unpark(
String^ number,
TapiAddress^ address
)
Parameters
- number
- Type: SystemString
Number where the call is parked. - address
- Type: Traysoft.AddTapiTapiAddress
Address on the line at which the unpark is to be originated.
Return Value
Type:
TapiCallA
TapiCall object representing unparked call.
ExceptionsException | Condition |
---|
TapiException | The 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