*Voicemail detection... does it work for you?* I f...
# general-english
g
Voicemail detection... does it work for you? I found that there is this option within VAPI's documentation using Twilio's voicemail detection. I get the 201 phone call status but it doesn't seem to be working. Should I be getting Twilio's voicemail detection answer inside the endedReason parameter? Do you have any experience with this? Cheers! p.s.: Here's my voicemail setup
Copy code
{
  "voicemailDetection": {
    "provider": "twilio",
    "voicemailDetectionTypes": [
      "machine_end_beep",
      "machine_end_silence",
      "human",
      "fax",
      "unknown",
      "machine_end_other"
    ],
    "enabled": true,
    "machineDetectionTimeout": 45,
    "machineDetectionSpeechThreshold": 2400,
    "machineDetectionSpeechEndThreshold": 2400,
    "machineDetectionSilenceTimeout": 6000
  }
}