Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ they can be assisted by an agent specialized in the chosen topic. This is
basically a call center created with the TaskRouter API of Twilio. This example
uses a SQLite database to log phone calls which were not assisted.

[Read the full tutorial here](//www.twilio.com/docs/tutorials/walkthrough/task-router/java/servlets)
[Read the full tutorial here](https://www.twilio.com/docs/taskrouter/tutorials/dynamic-call-center-java-servlets)

### Prerequisites

1. [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
installed in your operative system.
1. A Twilio account with a verified [phone number][twilio-phone-number].
(Get a [free account](//www.twilio.com/try-twilio?utm_campaign=tutorials&utm_medium=readme)
here.). If you are using a Twilio Trial Account, you can learn all about it [here]
(https://www.twilio.com/help/faq/twilio-basics/how-does-twilios-free-trial-work).
here.). If you are using a Twilio Trial Account, you can learn all about it [here](https://www.twilio.com/docs/usage/tutorials/how-to-use-your-free-trial-account).

### Local Development

Expand Down Expand Up @@ -94,7 +93,7 @@ uses a SQLite database to log phone calls which were not assisted.
http://<sub-domain>.ngrok.io/call/incoming
```

![Configure SMS](http://howtodocs.s3.amazonaws.com/twilio-number-config-all-med.gif)
[Learn how to configure a Twilio phone number for Programmable SMS](https://support.twilio.com/hc/en-us/articles/223136047-Configure-a-Twilio-Phone-Number-to-Receive-and-Respond-to-Messages)

### How To Demo?

Expand Down