Twilio - Making a call from .NET Windows application to a Phone

余生长醉 提交于 2019-12-24 17:44:13

问题


I am trying to write a windows application to call a phone number(Twilio verified) from my application directly. What i was able to achieve was: - To call a phone number and read out a voice sms as mentioned in the TWIML url. - to call a phone number and then redirect it to another phone number ( by using in the TwiML).

But what i want to do now is: - Call a phone number directly from the application using my Headphones attached to the pc where the app is running. Is there a way to do that?

Please let me know if my question is not clear enough and i should to try to explain it in more detailed format.

Thanks!!!


回答1:


Twilio evangelist here.

Unfortunately today we don't offer a native Windows version of Twilio Client, which it what sounds like you are looking for.

The only suggestion I have is to use the .NET browser control to embed a browser into your application. I have not tried this, so I don't know what if any problems you'll have.

Devin



来源:https://stackoverflow.com/questions/17141981/twilio-making-a-call-from-net-windows-application-to-a-phone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!