Subject: DTMF keypad input no longer triggers node transitions since March 13, 2026
What broke: User DTMF (keypad) input is received by the platform but no longer triggers any node transitions — neither global nodes nor regular edge transitions. The agent stays on the current node and responds as if the DTMF input never happened.
When it broke: March 13, 2026, around noon ET.
What was working before: For 3+ months, users could press digits on their keypad (e.g., 3, 4, 5, 6, 8, 9) and the agent would detect the DTMF input, trigger a global node (digits), extract the digit into a variable, and route to the correct handler via a webhook. This worked flawlessly until today.
Nothing changed on our side. The agent config, prompts, global node settings, and webhook are all the same. We also tried the following fixes with no success:
-
Configured
user_dtmf_optionswithdigit_limit: 3andtimeout_ms: 2000(was previously empty{}) -
Verified global node settings are correctly enabled on
digitsanddigits1nodes with proper conditions -
Removed a finetune conversation example and a prompt instruction that could interfere with DTMF handling
-
Added direct edge transitions in the Welcome Node to route DTMF input to the
digitsnode as a workaround
None of these fixed the issue.
Proof from logs: The call logs clearly show dtmf received 6 — the platform detects the keypress — but no transition fires afterward. The agent simply responds from the current node as if the user said nothing meaningful.
Call IDs for investigation:
-
call_74b74494fa9d94d186dc2c88018(DTMF received, no transition) -
call_2f2abf8ce8fdf76a1c49d0127a2(multiple DTMF presses, no transition)
Agent: pb cl real (conversation flow agent, French language)
Other users affected: A community forum post from March 12 by user “shivam” reports the exact same issue — DTMF inputs not transitioning to the next node. A Discord message also confirms this is a platform-side change pushed around noon ET on March 13 affecting DTMF detection and node transfers.
Impact: Our phone agent is a receptionist for a property management company. Callers use keypad digits to reach specific property managers. The agent is currently unable to route any DTMF-based calls, which means every caller reaching us via keypad gets stuck in the Welcome Node.