Unpark
The Unpark method retrieves the call parked at the specified address.
Function Unpark(
sDestAddr As String)
As ITAPICall
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 ITAPICall, otherwise return
Nothing(NULL).
Remarks
- None.
See Also
- None.