ThbTapiCall.ConnectedMode
Unit: hbTapi
 

The connected mode describes different substates of a connected call. Holds the connected mode for the call. A mode is available as call status to the application after the call state transitions to connected and the ThbTapiLine.OnConnected event has fired. The property value is one of the LINECONNECTEDMODE_ constants:

Constant

Description

LINECONNECTEDMODE_ACTIVE

Indicates that the call is connected at the current station (the current station is a participant in the call).

LINECONNECTEDMODE_INACTIVE

Indicates that the call is active at one or more other stations, but the current station is not a participant in the call.

LINECONNECTEDMODE_ACTIVEHELD

Indicates that the station is an active participant in the call, but that the remote party has placed the call on hold (the other party considers the call to be in the onhold state).

LINECONNECTEDMODE_INACTIVEHELD

Indicates that the station is not an active participant in the call, and that the remote party has placed the call on hold.

LINECONNECTEDMODE_CONFIRMED

Indicates that the service provider received affirmative notification that the call has entered the connected state (for example, through answer supervision or similar mechanisms).

Remarks

See the property ThbTapiLine.Addresses[<any available>].Caps.ConnectedModes for a list of the available busy modes.

The property ThbTapiCall.ConnectedModeText can be used to get a textual counterpart to the current ConnectedMode which is nice for quick visualization and debugging.

See Also

ThbTapiLine.OnCallState