In my Twilio-base application, I am making an outgoing call through the Twilio rest API.
When the target party is responding, I put it in a newly created conference.
Question: how can I play a specific set of DTMF tones before sending it to a conference?
The downside is a certain system that receives DTMF tones, and I need to play some set of numbers.
I read the docs, but I did not find a way to do this.
Is it possible?
source
share