Voice mall issue
# support
v
Based on the error message, it appears that the "Max Detection Retries" value of 6 may be outside the valid range for Vapi's voicemail detection. Try adjusting this value to a lower number (such as 3) and attempt to update your assistant again. If the issue persists, check other parameters like "Max Voicemail Message Wait" which might also have validation constraints not explicitly documented.
Copy code
javascript
// Example updated configuration
{
  "voicemailDetection": {
    "provider": "vapi",
    "maxDetectionRetries": 3,  // Try a lower value
    // other parameters remain the same
  }
}
Sources: - [Discord conversation about voicemail detection error](https://discord.com/channels/1211482211119796234/1339783527700496396) - [Discord conversation about input validation errors](https://discord.com/channels/1211482211119796234/1328923059905630238)
@User
???
h
same error here
s
@Ham @Arjun looking into it.
a
am still facing this issue
s
Here Arjun, I have replied to my latest comment over there. In case you want me to continue here as well, here is the summary right now from the dashboard. You cannot use VAPI voicemail, so you have to stick with Twilio and Google or OpenAI as providers. If your assistant is not working or unable to save changes, please share the assistant ID, I'll make it work for you.