Platform SDK: TAPI

LINECALLORIGIN_ Constants

The LINECALLORIGIN_ constants describe the origin of a call.

LINECALLORIGIN_CONFERENCE
The call handle is for a conference call, that is, it is the application's connection to the conference bridge in the switch.
LINECALLORIGIN_EXTERNAL
The call originated as an incoming call on an external line.
LINECALLORIGIN_INBOUND
The call originated as an incoming call, but the service provider is unable to determine whether it came from another station on the same switch or from an external line. Service providers can use this constant only when TAPI version 1.4 or later has been negotiated. Otherwise, the service provider can substitute LINECALLORIGIN_UNAVAIL.
LINECALLORIGIN_INTERNAL
The call originated as an incoming call at a station internal to the same switching environment.
LINECALLORIGIN_OUTBOUND
The call originated from this station as an outgoing call.
LINECALLORIGIN_UNAVAIL
The call origin is not available and will never become known for this call.
LINECALLORIGIN_UNKNOWN
The call origin is currently unknown but may become known later.

No extensibility. All 32 bits are reserved.

The origin of a call is stored in the dwOrigin member of the call's LINECALLINFO 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.