CTI Client events (C++ CTI API)

CTI_GROUPMEMBER

Contents  Back  Next

Informs clients on start-up of the members of their group and their respective states.

 

Sub-message CTI_GROUPMEMBER ( 0x00013008 )

Message type

CTI_COMMAND_MSG

 

Used values

m_wParam

Bit field. Meaning of flags:

0x00000001 Group member is logged on.

0x00000002 There are active calls.

0x00000004 There are incoming calls which have not been answered.

 

m_lParam

If bit 0x01000000 is set, call forwarding is active for the group member.

 

m_unNumber

Extension of group member

 

m_szMessage

Name of the group member. This is the log-on name. Since this name is determined automatically, it is only available when that group member has already logged on at least once.

 

Remarks

The group member data are sent after each log-on, one message per member. An empty string for m_unNumber means that the transmission is complete. These events ensure that the program knows the call states of the group members after starting up CTI_SENDUSERSTATE keeps the program informed of subsequent changes.

 

See also

WM_CTI_NETWORK_DISPATCH overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.