We're developing a Twilio programmable voice app that can select from a list of persons, and place an outbound call to their regular telephone number.
Once the call is connected, we want to be able to speak to the party and then gather dtmf input from the call recipient in order to trigger some specific TwiML code based on the dtmf code entered.
Twilio programmable voice docs don't specify how to gather dtmf input from a call recipient on an outbound call, but I would like to think this is in some way possible. Any advice or ideas would be appreciated!