-1

I've been enjoying Studio, but I can't seem to find an answer on how to dial a number, pause, and dial an extension .... is that possible... I looked for DTMF tones in Liquid but found nothing....

codeputer
  • 1,987
  • 3
  • 19
  • 45

1 Answers1

1

Twilio developer evangelist here.

This is something that you can do with the REST API by sending the SendDigits parameter when making an outbound call. Or when connecting a call with TwiML using <Number> and the sendDigits attribute.

I don't believe you can do this in Studio yet though.

philnash
  • 70,667
  • 10
  • 60
  • 88