Click or drag to resize
TapiLineDisconnectOnBusy Property
Specifies if calls on the line should be automatically disconnected when a busy signal is detected.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public bool DisconnectOnBusy { get; set; }

Property Value

Type: Boolean
Remarks

If DisconnectOnBusy property is true (default value), AddTapi.NET disconnects the call and sets DisconnectMode to Busy when a busy signal is detected. This behavior is appropriate for most applications.

Set DisconnectOnBusy property to false if the application needs to control when busy calls are disconnected. Please note that the application has to call Disconnect in order to disconnect the call in busy state and release the line.
See Also