Twilio - Outgoing call - play DTMF tones

后端 未结 1 365
不思量自难忘°
不思量自难忘° 2020-12-19 07:28

In my Twilio-base application I create outgoing call via Twilio rest API.

When target side responds, I put him to recently created conference.

Question is: h

相关标签:
1条回答
  • 2020-12-19 08:15

    Twilio evangelist here.

    There are two different ways to do this depending on your situation.

    One option is to use the sendDigits parameter when making your outbound phone call. Specifying sendDigits tells Twilio to dial a set of DTMF tones once your outbound call has connected. This is an example that includes the sendDigits parameter.

    Another option is to use the <Play> verb includes a parameter named digits which lets you tell Twilio it should play a set of DTMF tones. This is an example of using <Play> with the digits parameter.

    Hope that helps.

    0 讨论(0)
提交回复
热议问题