CTI Client events (C++ CTI API)

CTI_CALLSTATE

Contents  Back  Next

Signals the state of one’s own calls.

 

Sub-message CTI_CALLSTATE ( 0x00030002 )

Message type

CTI_COMMAND_MSG

 

Used values

m_wParam

The call's call state

 

m_lParam

Call ID of the

 

Remarks

A call has changed state. You should keep a list of active calls in the program. Each time CTI_CALLSTATE is received, check if a call with that ID is in the list and add it to the list if necessary. If a state of LINECALLSTATE_IDLE is sent, remove the call from the list. The list will generally only contain one or two calls. States of group members are sent on event CTI_SENDUSERSTATE.

 

Example

Simply CTI client (C++)

 

See also

WM_CTI_NETWORK_DISPATCH overview | Gesprächszustände

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.