mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 17:43:56 +00:00
Improved Signal guide
This commit is contained in:
parent
3829beed54
commit
fab5443f6f
@ -14,8 +14,31 @@ Listed: true
|
|||||||
|
|
||||||
## Guide
|
## Guide
|
||||||
|
|
||||||
|
### Step 1: create [Twilio](https://www.twilio.com/) account
|
||||||
|
|
||||||
|
Go to [https://www.twilio.com/](https://www.twilio.com/) and sign up.
|
||||||
|
|
||||||
|
### Step 2: create “Forward voice” bin (used for phone call verification)
|
||||||
|
|
||||||
> Heads-up: don’t forget to replace `+12345678901` with your mobile phone number.
|
> Heads-up: don’t forget to replace `+12345678901` with your mobile phone number.
|
||||||
|
|
||||||
|
Go to [https://www.twilio.com/console/twiml-bins](https://www.twilio.com/console/twiml-bins), click +, set friendly name to `Forward voice` and paste snippet bellow in TwiML text area.
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Response>
|
||||||
|
<Dial>
|
||||||
|
+12345678901
|
||||||
|
</Dial>
|
||||||
|
</Response>
|
||||||
|
```
|
||||||
|
|
||||||
|
### Step 3: create “Forward messaging” bin (used for SMS verification)
|
||||||
|
|
||||||
|
> Heads-up: don’t forget to replace `+12345678901` with your mobile phone number.
|
||||||
|
|
||||||
|
Go to [https://www.twilio.com/console/twiml-bins](https://www.twilio.com/console/twiml-bins), click +, set friendly name to `Forward messaging` and paste snippet bellow in TwiML text area.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Response>
|
<Response>
|
||||||
@ -25,4 +48,12 @@ Listed: true
|
|||||||
</Response>
|
</Response>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Step 4: buy phone number
|
||||||
|
|
||||||
|
Go to [https://www.twilio.com/console/phone-numbers/search](https://www.twilio.com/console/phone-numbers/search) and buy phone number.
|
||||||
|
|
||||||
|
### Step 5: configure phone number
|
||||||
|
|
||||||
|
Go to [https://www.twilio.com/console/phone-numbers/incoming](https://www.twilio.com/console/phone-numbers/incoming), click phone number, set “A Call Comes In” to “TwiML Bin” / “Forward voice”, set “A Message Comes In” to “TwiML Bin” / “Forward messaging” and click “Save”.
|
||||||
|
|
||||||
👍
|
👍
|
||||||
|
Loading…
x
Reference in New Issue
Block a user