AddTapi.NET Developer's Manual
TapiCallReason Enumeration
NamespacesTraysoft.AddTapiTapiCallReason
Describes the reason for a call.
Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
public enum TapiCallReason
<FlagsAttribute> _
Public Enumeration TapiCallReason
[FlagsAttribute]
public enum class TapiCallReason
Members
MemberDescription
Direct
This is a direct incoming or outgoing call.

FwdBusy
This call was forwarded from another extension that was busy at the time of the call.

FwdNoAnswer
The call was forwarded from another extension that didn't answer the call after some number of rings.

FwdUncond
The call was forwarded unconditionally from another number.

Pickup
The call was picked up from another extension.

Unpark
The call was retrieved as a parked call.

Redirect
The call was redirected to this station.

CallCompletion
The call was the result of a call completion request.

Transfer
The call has been transferred from another number.

Reminder
The call is a reminder (or "recall") that the user has a call parked or on hold for (potentially) a long time.

Unknown
The reason for the call is currently unknown but may become known later.

Unavail
The reason for the call is unavailable and will not become known later.

Intrude
The call intruded onto the line, either by a call completion action invoked by another station or by operator action. Depending on switch implementation, the call may appear either in the connected state, or conferenced with an existing active call on the line.

Parked
The call was parked on the address. Usually, it appears initially in the onhold state.

CampedOn
The call was camped on the address. Usually, it appears initially in the onhold state. If an active call becomes idle, the camped-on call may change to the offering state and the device start ringing.

RouteRequest
The call appears on the address because the switch needs routing instructions from the application.

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)