| TapiLineRingsToAnswer Property |
Gets or sets the number of rings AddTapi.NET should wait before answering incoming calls.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic int RingsToAnswer { get; set; }Public Property RingsToAnswer As Integer
Get
Set
public:
property int RingsToAnswer {
int get ();
void set (int value);
}Property Value
Type:
Int32
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.
See Also