CTI Client events (C++ CTI API)

CTI_CALLNUMBER

Contents  Back  Next

Signals telephone number.

 

Sub-message CTI_CALLNUMBER ( 0x00012001 )

Message type

CTI_COMMAND_MSG

 

Used values

m_wParam

If the least significant word is TRUE, it is a primary call. If it is FALSE, the number is for a waiting call. The most significant word signifies the call direction: TRUE denotes an incoming call.

 

m_lParam

Call ID.

 

m_szMessage

Telephone number of other party.

 

Remarks

The message is only sent when a telephone number has been signalled. This should always be the case for an outgoing call. This message may be the first information received about a call. That is, it may not have been preceded by a CTI_CALLSTATE message. The telephone number can change throughout the course of the call, for example, when someone has transferred the call to the user. The server can be configured to send the number in canonical format (“Switch settings” page).

 

clip0062

Example

Simply CTI client (C++)

 

See also

WM_CTI_NETWORK_DISPATCH overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.