Abidi
12/29/2025, 11:45 PMVapi Support Bot
12/29/2025, 11:46 PMfallbackPlan and set voicemailDetectionType to "transcript" for fast voicemail detection. Here’s an example configuration:
json
"transferPlan": {
"mode": "warm-transfer-experimental",
"message": "Transferring you now.",
"voicemailDetectionType": "transcript",
"fallbackPlan": {
"message": "Could not transfer your call, goodbye.",
"endCallEnabled": true
}
}
This setup will play the fallback message and end the call if voicemail is detected during transfer, instead of returning the call to the user.
For more details, see the [Call Forwarding documentation](https://docs.vapi.ai/call-forwarding).
Source:
- [Call Forwarding](https://docs.vapi.ai/call-forwarding)Abidi
12/29/2025, 11:47 PMAbidi
12/29/2025, 11:51 PMAbidi
12/29/2025, 11:52 PMAbidi
12/29/2025, 11:55 PMChiranjeet Mishra
12/31/2025, 10:39 PM