AddTapi.NET Developer's Manual
RingsToAnswer Property
NamespacesTraysoft.AddTapiTapiLineRingsToAnswer
Gets or sets the number of rings AddTapi.NET should wait before answering incoming calls.
Declaration Syntax
C#Visual BasicVisual C++
public int RingsToAnswer { get; set; }
Public Property RingsToAnswer As Integer
public:
property int RingsToAnswer {
	int get ();
	void set (int value);
}
Remarks
This property specifies how long AddTapi.NET waits before answering incoming calls. Set this property to zero if you do not want the application to answer all incoming calls automatically. Call Answer()()() method in order to answer the call when RingsToAnswer is set to zero. If telephony hardware reports incoming ring count, AddTapi.NET waits the specified number of rings. If incoming ring count is not available, AddTapi.NET waits RingsToAnswer * 6 seconds before answering a call.

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