aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRubén Beltrán del Río <ben@nsovocal.com>2017-02-19 01:59:26 -0600
committerGitHub <noreply@github.com>2017-02-19 01:59:26 -0600
commite5fdb2d460feed6beda8cac764b15f173b67159d (patch)
tree8dd6321a5966b29c69d9750495dc9b72bfdceb8b /README.md
parent7404eac982a0d928866aeddaa1a0ea4d1f2d3870 (diff)
Check the Account SID (#3)
* Add twilio config to readme * Modify wording of main menu. * Modify wording of recording message * Add account sid setting to readme * Add the twilio account sid to config * Add check for accountSid * Update paw to send AccountSid
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7690f61..39d2086 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,9 @@ the file in `config/env.dist` to `.env` in the project root and override
the values.
When running with `make run`, it'll pick up these values automatically.
-If you're doing it the hard way, you'll have to source them.
+If you're doing it the hard way, you'll have to source them. You must
+set the `DEAD_DROP_ACCOUNT_SID` to match your account sid. This is so
+dead drop can filter out calls from other accounts.
## Running Locally
@@ -41,7 +43,14 @@ You can also do some other operations
## Setting up Twilio
-TBD
+Get a twilio number, and on the configuration set the voice settings to
+"Webhooks/TwiML" and point the `A call comes in` hook to:
+the `/menus/main/` path of your dead drop installation. For example:
+`https://dead-drop.unlimited.piza/menus/main`. It must be accessible
+from the internet.
+
+You will also need your account sid. This is obtained from the "[Account
+Settings][account-settings]" area in the twilio dashboard.
## Checking the code
@@ -51,3 +60,4 @@ javascript style, and includes eslint configuration to check them. Run
[docker]: https://www.docker.com/
[hapi-style-guide]: https://hapijs.com/styleguide
+[account-settings]: https://www.twilio.com/console/account/settings