LINETRANSFERMODE (Compact 2013)

3/26/2014

These bit-flag constants describe different ways of resolving call transfer requests.

The following table shows the LINETRANSFERMODE constants.

Value

Description

LINETRANSFERMODE_CONFERENCE = 0x00000002

The transfer is resolved by establishing a three-way conference between the application, the party connected to the initial call, and the party connected to the consultation call. A conference call is created when this option is selected.

LINETRANSFERMODE_TRANSFER = 0x00000001

The transfer is resolved by transferring the initial call to the consultation call. Both calls will become idle to the application.

Remarks

These constants cannot be extended. All 32 bits are reserved.

Requirements

Header

tapi.h

See Also

Reference

TAPI Constants