Platform SDK: TAPI

LINECALLPARTYID_ Constants

The LINECALLPARTYID_ bit-flag constants describe the nature of the information available about the parties involved in a call.

LINECALLPARTYID_ADDRESS
Party identifier information consists of the party's address in either canonical address format or dialable address format.
LINECALLPARTYID_BLOCKED
Party identifier information is not available because it has been blocked by the remote party.
LINECALLPARTYID_NAME
Party identifier information consists of the party's name (as, for example, from a directory kept inside the switch).
LINECALLPARTYID_OUTOFAREA
Caller ID information for the call is not available because it is not propagated all the way by the network.
LINECALLPARTYID_PARTIAL
Party identifier information is valid but it is limited to partial information only.
LINECALLPARTYID_UNAVAIL
Party identifier information is not available and will not become available later. Information may be unavailable for unspecified reasons. For example, the information was not delivered by the network, it was ignored by the service provider, and so forth.
LINECALLPARTYID_UNKNOWN
Party identifier information is currently unknown but may become known later.

No extensibility. All 32 bits are reserved.

For each of the possible parties involved in a call, the LINECALLPARTYID_ constants describe how the party identifier information is formatted. This information is supplied in the LINECALLINFO data structure.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
  Windows 95/98: Requires Windows 95 or later.
  Version: Requires TAPI 2.0 or later.
  Header: Declared in Tapi.h.