Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.33 KB

IVR Phone Tree: IVR for beginners. Powered by Twilio - Servlets

Build Status

This is an application example implementing an automated phone line using Twilio.

Read the full tutorial here!

Local Development

  1. Clone this repository and cd into it.

    $ git clone [email protected]:TwilioDevEd/ivr-phone-tree-servlets.git
    $ cd ivr-phone-tree-servlets
  2. Run the application.

    $ ./gradlew jettyRun
  3. Check it out at http://localhost:8080

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

    $ ngrok 8000 http
  5. 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.

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

That's it!

Meta

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