Click or drag to resize
TapiConnectedMode Enumeration
Describes different substates of a connected call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public enum TapiConnectedMode
Members
  Member nameValueDescription
Unknown0 The mode is unknown but may become known later.
Active1 Indicates that the call is connected at the current station (the current station is a participant in the call).
Inactive2 Indicates that the call is active at one or more other stations, but the current station is not a participant in the call.
ActiveHeld4 Indicates that the station is an active participant in the call, but that the remote party has placed the call on hold.
InactiveHeld8 Indicates that the station is not an active participant in the call, and that the remote party has placed the call on hold.
Confirmed16 Indicates that the TSP received affirmative notification that the call has entered the connected state (for example, through answer supervision or similar mechanisms).
See Also