Reputation: 81
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 I couldn't find anything relevant How can I make that?
Upvotes: 1
Views: 1222
Reputation: 29967
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.
Upvotes: 2