CTI Server events (C++ CTI API)

Events

Contents  Back  Next

Delivery

All events arrive via a callback function. The function is defined as follows:

 

typedef VOID (__stdcall* DataCallbackProc)(DWORD,LPVOID);

 

DWORD contains the type listed below, LPVOID points to a structure which, according to the function, is either CTI_COMMAND_MSG or CTI_PHONE_DATA.

 

Types

 

Parameter

Value

Description

CTI_CALLNUMBER

0x00012001

Signals a number.

CTI_CALLSTATE

0x00030002

Signals the state of calls.

CTI_FORWARDINGSTATE

0x00012004

Signals the state of forwarding.

CTI_IDENTITY

0x0001200D

Request for calling number identification.

CTI_NEWCALL

0x00012018

Preliminary informations for a call come.

CTI_PROTOCOLDATA

0x0001200B

A call data record should be stored.

CTI_USERTODATABASE

0x00013007

User-defined data are received for further processing.

 

See also

C++ CTI API overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.