Hi guys. I am currently working on DEVlink programming (single user mode) and i have managed to connect to IP Office by using DLOpen(), and I also want to get information from it, e.g. the tel number of the caller, is it right i can use DLRegisterType2CallDeltas() function? if yes, how should i actually work with it. my code is i:=DLRegisterType2CallDeltas(0, HandleLogEvent);{delphi} and i return 0 it means successful. but how can i get the information, i've noticed that there are three types of event S, D, A. any help? thank you.