Find answers to your technical questions and learn how to use our products
Search suggestions:
The CallLogEvent callback is called by DevLink to deliver a real-time (Delta2) event.
You must have a CTI license for returning Delta2 events.
pbxh: A number used to identify the system. The user-supplied parameter is used to connect to the IP Office system unit in DLOpen().
info: String containing the event.
No return value.
typedef void (CALLBACK * CallLogEvent)( Long pbxh, TEXT * info );
type TCallLogEvent = procedure( pbxh : LongInt; info : PChar );
Previous Topic
Next Topic