Skip to content

CoreStaffing/ivr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core Staffing's IVR Phone Tree

Deploy to Heroku

Deploy

Local Development

This project is built using Ruby on Rails Framework.

To run this locally on your machine.

  1. First clone this repository and cd into it.

    $ git clone [email protected]:TwilioDevEd/ivr-phone-tree-rails.git
    $ cd ivr-phone-tree-rails
  2. Install the dependencies.

    $ bundle install
  3. Make sure the tests succeed.

    $ rake test
  4. Start the server.

    $ bundle exec rails s
  5. Check it out at http://localhost:3000.

How to Demo

  1. Expose the application to the wider Internet using ngrok.

    $ ngrok http 3000
  2. 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.

  3. Grab your phone and call your newly-provisioned number!

Meta

  • No warranty expressed or implied. Software is as is. Diggity.
  • MIT License
  • Thanks Twilio Developer Education.

About

A simple IVR service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published