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 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