dtmf - Can I send digits to an incoming twilio call with twiml? -


i have twilio number can process incoming calls twiml. these incoming calls expect recipient press digits after call connected.

if making outgoing call, use senddigits attribute of <dial> tag. however, can't figure out how in response incoming call.

if receiving call in web client, use connection.senddigits

is there way in twiml? should play recording file of various dtmf tones?

edit: clarify, i'm receiving calls automated system expects additional numbers dialed after call connected.

turns out way to using <play> twiml tag, accepts digits attribute.

<play digits="94"></play> 

Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -