CallLogEvent callback

Last Updated : Aug 05, 2015 |

The CallLogEvent callback is called by DevLink to deliver a real-time (Delta2) event.

Note:

You must have a CTI license for returning Delta2 events.

Parameters

  • 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.

Return value

No return value.

typedef void (CALLBACK * CallLogEvent)( Long pbxh, TEXT * info );

Delphi

type TCallLogEvent = procedure( pbxh : LongInt; info : PChar );