Describes the origin of a call.
| C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum TapiCallOrigin
<FlagsAttribute> _ Public Enumeration TapiCallOrigin
[FlagsAttribute] public enum class TapiCallOrigin
| Member | Description |
|---|---|
| Outbound |
The call originated from this station as an outgoing call.
|
| Internal |
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.
|
| External |
The call originated as an incoming call on an external line.
|
| Unknown |
The call origin is currently unknown but may become known later.
|
| Unavail |
The call origin is not available and will never become known for this call.
|
| Conference |
The call is a conference call, that is, it is the application's connection to the conference bridge in the switch.
|
| 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.
|
Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)