Describes different reasons for a disconnect of a call.
| C# | Visual Basic | Visual C++ |
public enum TapiDisconnectMode
Public Enumeration TapiDisconnectMode
public enum class TapiDisconnectMode
| Member | Description |
|---|---|
| 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)