galileo81_
Wed Mar 15 2006, 14:03
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
Wed Mar 15 2006, 14:51
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