Click or drag to resize
TapiLineWaitForCallerID Property
Indicates whether AddTapi.NET should wait for Caller ID to arrive before reporting or answering incoming calls.

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

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