Share via


LINEADDRCAPFLAGS (Windows CE 5.0)

Send Feedback

These bit-flag constants are used in the dwAddrCapFlags member of the LINEADDRESSCAPS data structure to describe various Boolean address capabilities.

The following table shows the LINEADDRCAPFLAGS constants.

Value Description
LINEADDRCAPFLAGS_ACCEPTTOALERT = 0x00010000 TRUE if an offering call must be accepted using lineAccept to start alerting the users at both ends of the call, otherwise, FALSE. This is typically only used with ISDN.
LINEADDRCAPFLAGS_AUTORECONNECT = 0x00000400 Specifies whether dropping a consultation call automatically reconnects to the call on consultation hold. TRUE if reconnect happens automatically, otherwise, FALSE.
LINEADDRCAPFLAGS_BLOCKIDDEFAULT = 0x00000008 Specifies whether the network by default sends or blocks caller ID information when making a call on this address. If TRUE, identifier information is blocked by default, if FALSE, identifier information is transmitted by default.
LINEADDRCAPFLAGS_BLOCKIDOVERRIDE = 0x00000010 Specifies whether the default setting for sending or blocking of caller ID information can be overridden per call. If TRUE, override is possible, if FALSE, override is not possible.
LINEADDRCAPFLAGS_CONFDROP = 0x00200000 TRUE if lineDrop on a conference call parent also has the side effect of dropping, that is, disconnecting, the other parties involved in the conference call, FALSE if dropping a conference call still allows the other parties to talk among themselves.
LINEADDRCAPFLAGS_CONFERENCEHELD = 0x00004000 Specifies whether a hard-held call can be conferenced to. Often, only calls on consultation hold can be added to as a conference call.
LINEADDRCAPFLAGS_CONFERENCEMAKE = 0x00008000 Specifies whether an entirely new call can be established for use as a consultation call (to add) on conference.
LINEADDRCAPFLAGS_DESTOFFHOOK = 0x00000080 Specifies whether the called party's phone can automatically be forced offhook when making calls.
LINEADDRCAPFLAGS_DIALED = 0x00000020 Specifies whether a destination address can be dialed on this address for making a call. TRUE if a destination address must be dialed, FALSE if the destination address is fixed as is the case with a "hot phone".
LINEADDRCAPFLAGS_FWDBUSYNAADDR = 0x00080000 Specifies whether call forwarding for busy and for no answer can use different forwarding addresses. This flag is meaningful only if forwarding for busy and for no answer can be controlled separately. This flag is TRUE if forwarding for busy and for no answer can use different destination addresses, otherwise, it is FALSE.
LINEADDRCAPFLAGS_FWDCONSULT = 0x00000100 Specifies whether call forwarding involves the establishment of a consultation call.
LINEADDRCAPFLAGS_FWDINTEXTADDR = 0x00040000 Specifies whether internal and external calls can be forwarded to different forwarding addresses. This flag is meaningful only if forwarding of internal and external calls can be controlled separately. This flag is TRUE if internal and external calls can be forwarded to different destination addresses, otherwise, it is FALSE.
LINEADDRCAPFLAGS_FWDNUMRINGS = 0x00000001 Specifies whether the number of rings for a no-answer can be specified when forwarding calls on no answer. If TRUE, the valid range is provided in the dwMinFwdNumRings and dwMaxFwdNumRings members of the LINEADDRESSCAPS structure.
LINEADDRCAPFLAGS_FWDSTATUSVALID = 0x00020000 Specifies whether the forwarding status in the LINEADDRESSSTATUS structure for this address is valid or is at most a "best estimate," given absence of accurate confirmation by the switch or network.
LINEADDRCAPFLAGS_HOLDMAKESNEW = 0x04000000 When a call on this address is placed on hold, using lineHold or external action, a new call is automatically created, most likely in LINECALLSTATE_DIALTONE. TAPI version 2.0 and later.
LINEADDRCAPFLAGS_NOEXTERNALCALLS = 0x10000000 The address is associated with an internal line on a PBX that is restricted in such a way that it cannot be used to place calls to an address outside the switch, for example, if it is an intercom. The application can use this indication to assist the user in selecting the correct call appearance to use for making a call. When this bit is off, it does not necessarily indicate that the address can be used to make external calls, because the service provider may not be cognizant of the line type. TAPI version 2.0 and later.
LINEADDRCAPFLAGS_NOINTERNALCALLS = 0x08000000 The address is associated with a direct CO line (trunk), and cannot be used to make internal calls on a PBX. The application can use this indication to assist the user in selecting the correct call appearance to use for making a call. When this bit is off, it does not necessarily indicate that the address can be used to make internal calls, because the service provider may not be cognizant of the line type. TAPI version 2.0 and later.
LINEADDRCAPFLAGS_ORIGOFFHOOK = 0x000000040 Specifies whether the originating party's phone can automatically be taken offhook when making calls.
LINEADDRCAPFLAGS_PARTIALDIAL = 0x0001000 Specifies whether partial dialing is available.
LINEADDRCAPFLAGS_PICKUPCALLWAIT = 0x0040000 TRUE if linePickup can be used to pick up a call detected by the user as a call-waiting call otherwise, FALSE.
LINEADDRCAPFLAGS_PICKUPGROUPID = 0x00000002 Specifies whether a group identifier is required for call pickup.
LINEADDRCAPFLAGS_PREDICTIVEDIALER = 0x0080000 This address has enhanced call progress monitoring capabilities which can be applied to outgoing calls to determine call states such as ringback, busy, specialinfo, and connected, or the media type of the device answering the call. It may also have the ability to automatically transfer outgoing calls to another address when a call reaches any of a predefined set of states. TAPI version 2.0 and later.
LINEADDRCAPFLAGS_QUEUE = 0x0100000 This address is not associated with a particular station or physical device, but is a holding place where calls wait for further processing. The calls placed in the queue may receive a particular treatment. They may also be automatically transferred when a particular resource becomes available. TAPI version 2.0 and later.
LINEADDRCAPFLAGS_ROUTEPOINT = 0x0200000 This address is not associated with a particular station or physical device, but is a holding place where calls wait for routing by the application. The application examines the called address, and can redirect the call to another address. The call can also be automatically transferred if a routing timeout expires The switch usually assumes a default routing. TAPI version 2.0 and later.
LINEADDRCAPFLAGS_SECURE = 0x00000004 Specifies whether calls on this address can be made secure at call-setup time.
LINEADDRCAPFLAGS_SETCALLINGID = 0x2000000 The application can choose to set the CallingPartyID member in LINECALLPARAMS when calling lineMakeCall and other functions that accept a LINECALLPARAMS structure. The service provider will, if the content of the identifier is acceptable and a path is available, pass the identifier along to the called party to indicate the identity of the calling party. TAPI version 2.0 and later.
LINEADDRCAPFLAGS_SETUPCONFNULL = 0x00000200 Specifies whether setting up a conference call starts out with an initial call (FALSE) or with no initial call (TRUE).
LINEADDRCAPFLAGS_TRANSFERHELD = 0x00001000 Specifies whether a hard-held call can be transferred. Often, only calls on consultation hold can be transferred.
LINEADDRCAPFLAGS_TRANSFERMAKE = 0x00002000 Specifies whether an entirely new call can be established for use as a consultation call on transfer.

Remarks

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

Requirements

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

See Also

lineAccept | lineDrop | lineMakeCall | lineHold | linePickup | LINECALLPARAMS | LINEADDRESSSTATUS | LINEADDRESSCAPS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.