The event fires when the call has been established and the connection
is made. Information is able to flow over the call between the originating
address and the destination address. The calls's ConnectedMode
property holds the mode of the connection. This value uses one of the
LINECONNECTMODE_ 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).
This event will fire only if the bit flag LINECALLSTATE_CONNECTED
is set in the property ThbTapiLine.Addresses[<any available>].Caps.CallStates.
Please refer to the section "LINE_CALLSTATE / LINECALLSTATE_CONNECTED"
in TAPI's documentation
for a more detailed information.