Click or drag to resize
TapiLineNoAnswerTimeout Property
Gets or sets the number of seconds AddTapi.NET should wait for an answer on outgoing calls.

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

Property Value

Type: Int32
Remarks
When AddTapi.NET makes an outgoing call, it waits NoAnswerTimeout seconds for an answer before reporting that the call was disconnected because of no answer. The line must support predictive dialing (also called hardware answer detection) in order for AddTapi.NET to detect if outgoing call was answered. Most voice modems do not support predictive dialing and report that the call is connected immediately after the number has been dialed, before called party picks up the phone. In such case this property is ignored and "no answer" is never reported.
See Also