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

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -