AdeB
07/23/2025, 8:48 PMfirstMessage and then plays the voicemail voicemailMessage. How can we avoid to play the firstMessage in those scenarios (outbound call to a voicemail) and play only the voicemailMessage?
Note that I'm using those parameters:
firstMessageInterruptionsEnabled:true
firstMessageMode:"assistant-waits-for-user"
beepMaxAwaitSeconds:0
with both a provided firstMessage and voicemailMessage, with vapi as voicemailDetection
Thank you!Chiranjeet Mishra
07/26/2025, 10:14 AMAdeB
07/26/2025, 9:19 PMChiranjeet Mishra
07/31/2025, 7:06 AMAdeB
08/07/2025, 10:15 PMChiranjeet Mishra
08/15/2025, 5:22 AM{
"firstMessageMode": "assistant-waits-for-user",
"voicemailDetection": {
"provider": "openai", // or "google"
"backoffPlan": {
"startAtSeconds": 0, // Start immediately
"frequencySeconds": 2.5, // Check every 2.5 seconds (minimum allowed)
"maxRetries": 8 // More attempts for better coverage
},
"beepMaxAwaitSeconds": 15 // Reduced from 30 to 15 seconds
},
"voicemailMessage": "Your voicemail message here"
}