Skip to content

renzosaettone/ivr-gratel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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:https://<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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published