LINETRANSLATEOPTION (Compact 2013)

3/26/2014

These bit-flag constant describes an option used by address translation.

The following table shows the LINETRANSLATEOPTION constants.

Value

Description

LINETRANSLATEOPTION_CANCELCALLWAITING = 0x00000002

If a Cancel Call Waiting string is defined for the location, setting this bit will cause that string to be inserted at the beginning of the dialable string. This is commonly used by data modem and fax applications to prevent interruption of calls by call waiting beeps. If no Cancel Call Waiting string is defined for the location, this bit has no affect. Note that applications using this bit are advised to also set the LINECALLPARAMFLAGS_SECURE bit in the dwCallParamFlags member of the LINECALLPARAMS structure passed in to lineMakeCall through the lpCallParams parameter, so that if the line device uses a mechanism other than dialable digits to suppress call interrupts that that mechanism will be invoked.

LINETRANSLATEOPTION_CARDOVERRIDE = 0x00000001

The default calling card is to be overridden with a specified one.

LINETRANSLATEOPTION_FORCELD = 0x00000008

This option forces the address (number) to be translated as long distance.

LINETRANSLATEOPTION_FORCELOCAL = 0x00000004

This option forces the number (address) to be translated as local.

Remarks

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

Requirements

Header

tapi.h

See Also

Reference

TAPI Constants
lineMakeCall
LINECALLPARAMS