79709065

Date: 2025-07-21 12:37:53
Score: 0.5
Natty:
Report link

When you make a call using Twilio, the call audio and DTMF inputs (like pressing 1) happen over the phone call itself—Twilio cannot directly open a browser on the called phone. To “open a URL” on the user’s device, you need a different approach, such as sending an SMS with the link or using a smartphone app that listens for Twilio events.

For your current setup, to handle the key press (pressing 1), make sure your Twilio webhook correctly processes the DTMF input and responds with TwiML to redirect the call or play a message. For example, after detecting "1", you can respond with a TwiML <Redirect> or <Say> tag.

Summary:

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Ponting Clarke