Help - Search - Members - Calendar
Full Version: Beginner need helps intercepting incoming calls
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
galileo81_
Sorry but I don't speek a good english.
What i want to do is intercept an incoming call whith a VBscript, saving the caller name in a logfile, and intercept when this call is finished to get its duration.
How can i do this? which API can i use?
please help me!
thanks.
bertouta
Welcome on board,

According to the API you will find here :

http://share.skype.com/sites/devzone/2006/...ype_20_bet.html

Now I don't know for a VBscript (community will share with you) but the way to do this via the API will be :

* caller name

GET CALL <id> PARTNER_DISPNAME
or
GET CALL <id> PARTNER_PARTNER_HANDLE

* duration

GET CALL <id> DURATION

That's it for the API support I can provide.

Wait for the VBscript,

Thanks,

Antoine
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.