1

Is it possible with the twilio API to send a key tone/press to the connected number in case there is a digital reception?

How to do that?

Serve Laurijssen
  • 9,266
  • 5
  • 45
  • 98

1 Answers1

2

Yes, a number of ways. If using a Dial, you can use the Number verb or Play Verb with digits parameter.

Number Verb: https://www.twilio.com/docs/voice/twiml/number#attributes-sendDigits

Play Verb: https://www.twilio.com/docs/voice/twiml/play#attributes-digits

Alan
  • 10,465
  • 2
  • 8
  • 9