Run custom application (web page) on Skype incoming calls
I want to open web browser with incoming number/name as parameter when somebody is calling to me through SkypeIn service (for small call center). I was looking through the Skype extras but开发者_JAVA技巧 I couldn't find anything relevant How can I make that?
You can write an application that connects to a Skype client using the Skype Public API. Your application can receive notifications on incoming calls. Search the Public API Reference for call notifications (I can't provide link, it's a ZIP file).
I hope that helps to get you started.
精彩评论