CTI Server functions (C++ CTI API)

CTI_SendIdentity

Contents  Back  Next

Send a caller identification message back.

 

VOID WINAPI CTI_SendIdentity(

 LONG lCallID,

 PTCHAR pszUser,

 PTCHAR pszText

);

Parameters

lCallID

Call ID of call

 

pszUser

Extension of user

 

pszText

Text containing the data about the caller

 

Return value

None

 

Remarks

The server interface has received event CTI_GETIDENTITY, whereupon information about the calling number was determined. The call ID and extension of the user, which were received on CTI_GETIDENTITY, are also sent back. pszText should be formatted suitably for display by the client in question.

 

See also

Server functions overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.