I'm currently making a successful outbound call, with sendDigits
already specified. I want to, some time later, during my call, be able to send more digits. Is this possible, perhaps with twiml? Note: I don't want to dial another number, simply enter digits, or other keypad options.
We don't necessarily want to do this at a specific time, but rather, enough time after the initial send digits are sent and processed. If we could add a time delay before sending additional digits, that is perfect. We tried adding random digits between the original send digits, and the extra stuff we want to send, but this didn't seem to work.