CALLLOGEVENT
The CALLLOGEVENT callback is called by DevLink to deliver a real-time (Delta2) event.
•
Note: A CTI license is required for returning Delta2 events.
Parameters
pbxh - A number used to identify the system. This is the user-supplied parameter used to
connect to the IP Office system unit in DLOpen().
info - Text string containing the event. Please see the previous section on real-time events
for more details.
Return value
•
No return value.
C / C++
typedef void (CALLBACK * CALLLOGEVENT)(
Long pbxh,
TEXT * info
);
Delphi
type
TCallLogEvent = procedure( pbxh : LongInt; info : PChar );
DevLink Programmer's Guide
IP Office CTI Link
40DHB0002UKAD Issue 11a (14th June 2005)
DevLink reference
Page 21
Need help?
Do you have a question about the IP Office CTI Link and is the answer not in the manual?