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
Copy file name to clipboardExpand all lines: voice-ivr/README.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,20 +58,13 @@ Check the developer console and terminal for any errors, and make sure you've se
58
58
59
59
### Exposing your local server
60
60
61
-
To test with a real Twilio phone number, you need to expose your local server to the internet. You can use [ngrok](ngrok_url) or the Twilio CLI's built-in tunneling:
61
+
To test with a real Twilio phone number, you need to expose your local server to the internet. You can use [ngrok](ngrok_url):
62
62
63
-
**Option 1: Using ngrok**
64
63
```bash
65
64
ngrok http 3000
66
65
```
67
66
Copy the HTTPS URL (e.g., `https://abc123.ngrok.io`)
0 commit comments