Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from artificialsolutions/develop
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
JosueGalher authored Oct 14, 2020
2 parents f53d86b + 282ec9f commit 85a3389
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 37 deletions.
3 changes: 3 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TENEO_ENGINE_URL=<your_engine_url>
LANGUAGE_STT=en-US
LANGUAGE_TTS=Polly.Joanna
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v.1.3.1
## 12/10/2020
1. [](#improved)
* Updated dependencies.

# v.1.3.0
## 17/12/2019

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Next, we need to make the connector available via https. We'll use [ngrok](https
3. Follow the instruction to obtain your phone number (the instruction may differ per region).
4. Click on "Manage Numbers".
5. Click your number so you can configure it.
6. Under "Voice & Fax" -> "A call comes in" set the webhook to the <mark>Webhook URL</mark> you copied earlier.
6. Under "Voice" -> "A call comes in" set the webhook to the <mark>Webhook URL</mark> you copied earlier.
That's it! Call your Twilio number with your phone, and speak to your bot!
Expand Down
51 changes: 17 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"description": "A basic example of using Teneo and Twilio voice",
"main": "server.js",
"engines": {
Expand All @@ -13,7 +13,7 @@
"author": "Mark Jones",
"license": "Apache-2.0",
"dependencies": {
"@artificialsolutions/tie-api-client": "^1.3.2",
"@artificialsolutions/tie-api-client": "^1.3.7",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"twilio": "^3.32.0"
Expand Down

0 comments on commit 85a3389

Please sign in to comment.