views:

72

answers:

2

I'm looking for a simple telephony API for use with Rails application. The application must be able to make a notification call through the API and receive confirmation code from the dialpad.

A: 

You may want to check Twilio.

This demo may be quite similar to what you are looking for:

Daniel Vassallo
yes, I saw them already, but they have a solution for my application only partially since the don't support feedback from the call receiver's dialpad.
Sergei
oh, just noticed "gather" verb. Thank you!
Sergei
A: 

@Daniel, thanks for hinting to Twilio - sadly, their demo is not working outside the US.

LWille