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
Post a Comment