AddTapi.NET Developer's Manual
NoAnswerTimeout Property
NamespacesTraysoft.AddTapiTapiLineNoAnswerTimeout
Gets or sets the number of seconds AddTapi.NET should wait for an answer on outgoing calls.
Declaration Syntax
C#Visual BasicVisual C++
public int NoAnswerTimeout { get; set; }
Public Property NoAnswerTimeout As Integer
public:
property int NoAnswerTimeout {
	int get ();
	void set (int value);
}
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

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