sergiu.loghin
02/25/2026, 10:40 AMts
{
"role": "tool_calls",
"time": 1771966885637,
"message": "",
"toolCalls": [
{
"id": "call_6JjyZL2A3P9cemtSddf81mJH",
"type": "function",
"function": {
"name": "dtmf",
"arguments": "{\"keys\": \"1\"}"
}
}
],
"secondsFromStart": 9.792
}
Call IDs:
• 019c9174-c7ca-7553-9cc5-348719030760
• 019c9158-e8bc-7ff5-8821-b18d0bd9d32b
• 019c9148-aef0-7883-84e9-93a9f0bb98beVapi Support Bot
02/25/2026, 10:41 AMjson
{ "keys": "p1" }
This uses the p character for a 0.5s pause, which can help the IVR register the tone correctly. Test this change and see if Google Voice accepts the input as expected.
Reference: See provider-specific guidance in the documentation I have found.
Source:
- [IVR Navigation – Vapi Documentation](https://docs.vapi.ai/ivr-navigation)sergiu.loghin
02/25/2026, 10:46 AMChiranjeet Mishra
03/09/2026, 6:31 PM