Hello everyone! Did anyone successfully
# general-english
p
Hello everyone! Did anyone successfully implement keypad press support for inbound calls, where the user calls the AI agent and has to enter information by pressing dialpad numbers? I need the assistant to undestand the input and extract it for other processing.
k
Enable keypad-Input-plan with enabled: true, set delimiters like #, add the dtmf tool to your assistant’s tools list, and process the captured input within your assistant’s logic.
2 Views