TAPI.Pickup
-----------

Picks up a call alerting at the specified group identification.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [TAPI](component_TAPI.md) | [4.4](newinversion44.md) | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |

MBS( "TAPI.Pickup"; Call; GroupID ) 

**MBS**( **"TAPI.Pickup";** /\* Picks up a call alerting at the specified group identification. \*/  
**$Call**; /\* The call reference number. \*/   
**$GroupID**) /\* The group identifier to which the alerting station belongs. \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| Call | The call reference number. | $Call |
| GroupID | The group identifier to which the alerting station belongs. |  |

### Result

Returns OK or error.

### Description

Picks up a call alerting at the specified group identification.  
This function checks for a license.

Created 22nd October 2014 , last changed 1st December 2014

  
[TAPI.ParkIndirect](TAPIParkIndirect.md) - [TAPI.Release](TAPIRelease.md)

[HTML Version](TAPIPickup.shtml)