AddTapi.NET Developer's Manual
TapiDisconnectMode Enumeration
NamespacesTraysoft.AddTapiTapiDisconnectMode
Describes different reasons for a disconnect of a call.
Declaration Syntax
C#Visual BasicVisual C++
public enum TapiDisconnectMode
Public Enumeration TapiDisconnectMode
public enum class TapiDisconnectMode
Members
MemberDescription
Unknown
The reason for the disconnect is unknown but may become known later.

Normal
The call was terminated normally either locally or by a remote party.

Busy
The called number is busy.

NoAnswer
The called party did not answer within the specified timeout.

NoDialTone
A dial tone was not detected.

Error
The call was terminated because of an error.

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