Click or drag to resize
TapiDisconnectMode Enumeration
Describes different reasons for a disconnect of a call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public enum TapiDisconnectMode
Members
  Member nameValueDescription
Unknown0 The reason for the disconnect is unknown but may become known later.
Normal1 The call was terminated normally either locally or by a remote party.
Busy2 The called number is busy.
NoAnswer3 The called party did not answer within the specified timeout.
NoDialTone4 A dial tone was not detected.
Error5 The call was terminated because of an error.
OutOfOrder6 The call could not be connected or was disconnected because the destination device is out of order. This could occur if for example there was a hardware failure.
Forwarded7 The call was forwarded by the switch.
Pickup8 The call was picked up from elsewhere.
Cancelled9 The call was cancelled.
BadAddress10 The destination address (phone number or extension) is invalid.
See Also