Click or drag to resize
TapiCallCallID Property
Gets a numeric identifier (sequence number) of the call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public int CallID { get; }

Property Value

Type: Int32
A numeric identifier assigned by the telephony system to this call.
Remarks
Some telephony systems can assign a unique identifier to each call. This allows the call to be tracked across transfers, redirects, or other events. If this feature is not supported, the CallID property is zero for all calls.
See Also