like-gold•3d ago
Over concurrecy limit. message.
Is there any option to decline inbound call instead of playing voice message when the channels limit reached?
Currently VAPI plays the voice message "Over concurrecy limit." instead of just decline the call
1 Reply
You can decline inbound calls at the webhook level by returning a Twilio
For more details, see the Vapi call queue management documentation. Source: - Call queue management with Twilio
<Reject/> response when your concurrency limit is reached. Here’s a simple example for your /incoming endpoint:
This will immediately reject the call without playing a message when your channel limit is reached.For more details, see the Vapi call queue management documentation. Source: - Call queue management with Twilio
⤵️ Mention @Vapi Support Bot for follow-ups 🐥