| TapiLineWaitForCallerID Property |
Indicates whether AddTapi.NET should wait for Caller ID to arrive before reporting or answering incoming calls.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic bool WaitForCallerID { get; set; }Public Property WaitForCallerID As Boolean
Get
Set
public:
property bool WaitForCallerID {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
Remarks
After a new incoming call is detected, AddTapi.NET waits up to 3 seconds for Caller ID information
to arrive before reporting or answering new incoming call.
Set this property to
false if you do not want AddTapi.NET to wait for Caller ID and process new incoming calls immediately.
In this case the application will have to handle
CallInfo event to find out when Caller ID information becomes available
in the
TapiCall object.
See Also