From a68f16e28a22bed3e160343352cc052a33947cfd Mon Sep 17 00:00:00 2001 From: dhruv Date: Tue, 6 Aug 2024 10:45:38 -0400 Subject: [PATCH 1/2] docs: update twilio support link --- forward-call/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forward-call/README.md b/forward-call/README.md index 146b81ad..313811c8 100644 --- a/forward-call/README.md +++ b/forward-call/README.md @@ -1,6 +1,6 @@ # Forward Call -This Function in `forward-call.js` will return the TwiML required to forward an incoming call to a number that is set in the environment variables. +This Function in `forward-call.js` will return the [TwiML](https://www.twilio.com/docs/voice/twiml) required to forward an incoming call to a number that is set in the environment variables. ### Environment variables @@ -8,7 +8,7 @@ This Function expects one environment variable to be set. | Variable | Meaning | | :---------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `MY_PHONE_NUMBER` | The number you want to forward incoming messages to [in E.164 format](https://support.twilio.com/hc/en-us/articles/223183008-Formatting-International-Phone-Numbers) | +| `MY_PHONE_NUMBER` | The number you want to forward incoming calls to [in E.164 format](https://help.twilio.com/articles/223183008-Formatting-International-Phone-Numbers) | ### Parameters From 6a594e7326f92ca5560ef7be4a64b1f1b9b4bf03 Mon Sep 17 00:00:00 2001 From: dhruv Date: Thu, 8 Aug 2024 14:23:32 -0400 Subject: [PATCH 2/2] docs: update links and language --- forward-call/assets/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/forward-call/assets/index.html b/forward-call/assets/index.html index f2d48d14..f3fdfbe1 100644 --- a/forward-call/assets/index.html +++ b/forward-call/assets/index.html @@ -49,7 +49,7 @@

Get started with your application

This app will return the - TwiML + TwiML required to forward an incoming call to a number that is set in the environment variables.

    @@ -69,8 +69,8 @@

    Troubleshooting

    target="_blank" rel="noopener"> phone number configuration - - and make sure the Twilio phone number you want for your app has a voice webhook + + for your Twilio number and make sure it has a voice webhook configured to point at the following URL
    @@ -82,7 +82,7 @@

    Troubleshooting