Click or drag to resize
TapiCallInfoState Enumeration
Describes various call information items in the CallInfo event.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
[FlagsAttribute]
public enum TapiCallInfoState
Members
  Member nameValueDescription
CallID64 The CallID of the call has changed or became available.
RelatedCallID128 The RelatedCallID of the call has changed or became available.
Origin256 The Origin of the call has changed or became available.
Reason512 The Reason for the call has changed or became available.
Trunk16384 The Trunk of the call has changed or became available.
CallerID32768 The CallerID or CallerIDName of the call has changed or became available.
CalledID65536 The CalledID or CalledIDName of the call has changed or became available.
ConnectedID131072 The ConnectedID or ConnectedIDName of the call has changed or became available.
RedirectionID262144 The RedirectionID or RedirectionIDName of the call has changed or became available.
RedirectingID524288 The RedirectingID or RedirectingIDName of the call has changed or became available.
Display1048576 The Display of the call has changed or became available.
CallData1073741824 The CallData of the call has changed or became available.
All1075823552 A mask that includes all call info states.
See Also