Click or drag to resize
TapiCallOrigin Enumeration
Describes the origin of a call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
[FlagsAttribute]
public enum TapiCallOrigin
Members
  Member nameValueDescription
Outbound1 The call originated from this station as an outgoing call.
Internal2 The call originated as an incoming call at a station internal to the same switching environment. For example, a call from one extension to another on the same PBX.
External4 The call originated as an incoming call on an external line.
Unknown16 The call origin is currently unknown but may become known later.
Unavail32 The call origin is not available and will never become known for this call.
Conference64 The call is a conference call, that is, it is the application's connection to the conference bridge in the switch.
Inbound128 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.
See Also