Scorpion
Wed Sep 20 2006, 07:02
trying to monitor incoming calls and try to get the caller's number,, don't know which event handle incoming calls and caller's number?
spud5
Wed Sep 20 2006, 10:02
The API documentation and sample scripts can help you,
https://developer.skype.com/Docs
Scorpion
Wed Sep 20 2006, 15:40
i had took a peek at the api doc, but the api doc is not detail enought to tell what are the uses of each function..
TheUberOverlord
Wed Sep 20 2006, 17:07
QUOTE(Scorpion @ Wed Sep 20 2006, 09:40) [snapback]299612[/snapback]
i had took a peek at the api doc, but the api doc is not detail enought to tell what are the uses of each function..

Here are to examples, one shows call history, the other shows real-time use of call status using the Skype4COM lib:
Call History
http://testing.onlytherightanswers.com/skypebeta/Calls.htmReal-Time use
http://testing.onlytherightanswers.com/skypebeta/Client.htmBoth are done using JavaScript and Internet Explorer just view the HTML source.