Share via


LINECALLFEATURE2

These bit-flag constants describe the supplemental features available for conferencing, transferring, and parking calls.

The following table shows the LINECALLFEATURE2 constants.

Value Description
LINECALLFEATURE2_NOHOLDCONFERENCE = 0x00000001 If this bit is on, a "no hold conference" can be created by using the LINECALLPARAMFLAGS_NOHOLDCONFERENCE option with lineSetupConference. The LINECALLFEATURE_SETUPCONF bit will also be on in the dwCallFeatures member in the LINECALLSTATUS structure.
LINECALLFEATURE2_ONESTEPTRANSFER = 0x00000002 If this bit is on, "one step transfer" can be created by using the LINECALLPARAMFLAGS_ONESTEPTRANSFER option with lineSetupTransfer. The LINECALLFEATURE_SETUPTRANSFER bit will also be on in the dwCallFeatures member.
LINECALLFEATURE2_TRANSFERCONF = 0x00000080 If this bit is on, the lineCompleteTransfer function can be used to resolve the transfer as a three-way conference. The LINECALLFEATURE_COMPLETETRANSF bit will also be on in the dwCallFeatures member.
LINECALLFEATURE2_TRANSFERNORM = 0x00000040 If this bit is on, the lineCompleteTransfer function can be used to resolve the transfer as a normal transfer. The LINECALLFEATURE_COMPLETETRANSF bit will also be on in the dwCallFeatures member.
Note   If neither TRANSFERNORM nor TRANSFERCONF is specified in the dwCallFeature2 member in LINECALLSTATUS but LINECALLFEATURE_COMPLETETRANSF is specified, then it is possible that either will work, but the service provider has not specified which.

Remarks

These constants are for TAPI version 2.0 and later.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Tapi.h.

See Also

lineCompleteTransfer | lineSetupConference | lineSetupTransfer | LINECALLSTATUS

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.