Help - Search - Members - Calendar
Full Version: Reading Call History
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
rhodes
Hi,

Is there a simple way of reading the call history from a Skype account using Delphi?

I've searched the forum and examples and there doesn't seem to be a solution. I can only clear the history smile.png!

A user has claimed to have written a tool (no source code) but that tool is no longer available...

Thanks
TheUberOverlord
QUOTE (rhodes @ Sun Jun 22 2008, 11:29)
Go to the original post
Hi,

Is there a simple way of reading the call history from a Skype account using Delphi?

I've searched the forum and examples and there doesn't seem to be a solution. I can only clear the history smile.png!

A user has claimed to have written a tool (no source code) but that tool is no longer available...

Thanks


You do not state if you are using Skype4COM or just the raw API.

There are some examples located here:

https://developer.skype.com/Docs/Examples#h...4a6dee9da2b9639

rhodes
Thanks for the reply.

I'm using Skype4COM. I've checked those demos but there is no mention of reading the call history (only clearing it).

Is the ability to read call history supported?
TheUberOverlord
QUOTE (rhodes @ Sun Jun 22 2008, 11:45)
Go to the original post
Thanks for the reply.

I'm using Skype4COM. I've checked those demos but there is no mention of reading the call history (only clearing it).

Is the ability to read call history supported?


ok, this is NOT Delphi, but on the same page there are "Internet Explorer examples" one is a Call History Example done in JavaScript, which should give you an idea if you look at the source code:

http://testing.onlytherightanswers.com/skypebeta/Calls.htm

Click the refresh button under Call History once it opens to load call history.

As you can see skype.Calls is where the call collection is located that has a count you can use to parse calls with.

Online documentation for skype.Calls:

https://developer.skype.com/Docs/Skype4COMLib/ISkype#calls
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.