You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,17 +126,17 @@ Enter one client's name in the other client's 'Make a Call' input and press the
126
126
127
127
### Receiving Incoming Calls from a Non-Browser Device
128
128
129
-
You will first need to configure your Twilio Voice Phone Number with the same ngrok url (with '/voice' on the end) as you did for your TwiML App. This tells Twilio how to handle an incoming call directed to your Twilio Voice Number.
129
+
You will first need to configure your Twilio Voice Phone Number to use the TwiML App we created earlier. This tells Twilio how to handle an incoming call directed to your Twilio Voice Number.
130
130
131
131
1. Log in to your [Twilio Console](https://www.twilio.com/console)
132
132
2. Navigate to your [Active Numbers list](https://www.twilio.com/console/phone-numbers/incoming)
133
133
3. Click on the number you purchased earlier
134
-
4. Scroll down to find the 'Voice & Fax' section and look for 'A CALL COMES IN'
135
-
5.Enter your ngrok https url (with "/voice") you used earlier
136
-
6.Leave 'Webhook' and 'HTTP POST' selections the same
137
-
7. Click 'Save'
134
+
4. Scroll down to find the 'Voice & Fax' section and look for 'CONFIGURE WITH'
135
+
5.Select 'TwiML' App
136
+
6.Under 'TWIML APP', choose the TwiML App you created earlier.
137
+
7. Click the 'Save' button at the bottom of the browser window.
138
138
139
-

139
+

140
140
141
141
You can now call your Twilio Voice Phone Number from your cell or landline phone.
0 commit comments