Pickup
The Pickup method picks up a call alerting at the specified
destination address and returns the reference of ITAPICall
for the picked-up call.
Function Pickup(
[sDestAddr As String = ""],
[sGroupID As String = ""]) As ITAPICall
Parameters
- sDestAddr
- String value contains the address whose call is to be picked up. The address
is in standard dialable address format. If sDestAddr is empty,
a group pickup is performed.
- sGroupID
- String value contains the group identifier to which the alerting station
belongs. This parameter is required on some switches to pick up calls outside
of the current pickup group.
This parameter can be specified by itself with empty for sDestAddr.
Alternatively, sGroupID can be specified in addition to sDestAddr,
if required by the device.
Return Values
- If the method succeeds, return TRUE, otherwise return FALSE.
Remarks
- None.
See Also
- None.