Routing Skype call to another Voip company
Posted
by Anarchist
on Stack Overflow
See other posts from Stack Overflow
or by Anarchist
Published on 2010-05-10T18:59:34Z
Indexed on
2010/05/10
19:04 UTC
Read the original article
Hit count: 171
Hello,
As my project to do over this summer I would like to create a program that answers a Skype call using the Skype API and allows a user to connect to another VOIP provider (through SIP) and make calls by dialling through the client callers Skype application.
I understand that the Skype API allows me to answer and receive keypad input, but I'm stuck on actually sending the sound of the call to a SIP client.
Is there an API/library that would allow me to take the Skype receiving audio as input in the SIP client?
Is this even possible?
I'm not tied to a language but I had planned on using Python.
Thanks.
© Stack Overflow or respective owner