Is there a way to do a gather that accepts either digits or speech?
If someone types digits at any point in the call, I'd like to transfer them to the correct department. At the same time, I'm also collecting speech from them using Gather for speech.
Wondering if its possible to do both.
Working with Node
You can choose
dtmf speechfor the input. This means the first detected input (speechordtmf) will take precedence. Ifspeechis detected first,finishOnKeywill be ignored.There's no way to make the them run without any taking precedence. That would probably get too confusing for callers.