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
Kings_bigđŸ’«
04/29/2025, 2:57 AM
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.