.netiistelephony

How to implement Google Voice type telephony registration feature in .NET?


When you register a phone number with your Google voice account Google voice calls the number you just registered and you get the pin code used to confirm that it is indeed your phone you are trying to register, and to finish the registration process.

How would you go about implementing this feature in .NET?

Specifically, when my user enters the phone number and hits the button I would like my IIS server to somehow dial that number and deliver the voice message with the pin code to the user...

If this is not possible or I would need a dedicated telephony server, are there any telephony gateway providers that have a .NET API I can use to accomplish this?


Solution

  • You might want to check out the service Twilio. They have a dead easy API for that stuff. Check it out.