I need help and i can pay for assistance.
2) Currently my assistance response is sometime like 6 to 7 seconds after user speak - when checking log i see it is because of Twilio AMD and Vapi Voicemail. how to disable AMD in Twilio?
Answer given by AI:
Your assistant config has Vapi voicemail detection enabled:
json
"voicemailDetection": {
"provider": "vapi",
"startAtSeconds": 0,
"frequencySeconds": 2.5,
"maxRetries": 4
}
```
**BUT the call logs show Twilio AMD is ALSO running:**
```
"AMD Received" → "MachineDetectionDuration":"2720"
Both are running = 7 second delay before the assistant speaks.
i don't see any option to remove AMD in Vapi or Twilio
------------------------
thank you!