views:

15

answers:

1

Hello

I want to open webbrowser 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 couldnt find anything relevant How can I make that? Regards

A: 

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.

Daniel Hepper
Thanks, I have made sth like that:
amielcar
http://snipplr.com/view/41738/run-custom-apllication-in-skype-skypein/ and it works quite good
amielcar