CTI Client network functions (.NET)

OnProtocolData

Contents  Back  Next

Delivers call data records.

 

Event OnProtocolData

(

 object sender,

 String e.strOther,

 String e.strOwn,

 uint e.dwStart,

 uint e.dwEnd,

 bool e.bSuccess,

 bool e.bInbound

)

Parameters

sender

object Telephony

 

e.strOther

Telephone number of the other party in the call

 

e.strOwn

Own extension

 

e.dwStart

Call start time, format time_t

 

e.dwEnd

Call end time, format time_t

 

e.bSuccess

True when the call was established successfully and the parties were connected with each other.

 

e.bInbound

True for incoming call, false for outgoing.

 

Remarks

Such a call data record is delivered at the end of each call. If the user is not logged on, the data are buffered on the CTI server sent after the next log-on. The data are only sent when the option is enabled on the server. Delivery can be activated on the “Database interface” page of the server control panel.

 

clip0063

See also

Telephony overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.