This project is built using Ruby on Rails Framework.
To run this locally on your machine.
-
First clone this repository and
cd
into it.$ git clone [email protected]:TwilioDevEd/ivr-phone-tree-rails.git $ cd ivr-phone-tree-rails
-
Install the dependencies.
$ bundle install
-
Make sure the tests succeed.
$ rake test
-
Start the server.
$ bundle exec rails s
-
Check it out at http://localhost:3000.
-
Expose the application to the wider Internet using ngrok.
$ ngrok http 3000
-
Provision a number under the Manage Numbers page on your account. Set the voice URL for the number to
http://<your-ngrok-subdomain>.ngrok.io/ivr/welcome
. -
Grab your phone and call your newly-provisioned number!
- No warranty expressed or implied. Software is as is. Diggity.
- MIT License
- Thanks Twilio Developer Education.