SJ
12/15/2025, 7:33 PMVapi Support Bot
12/15/2025, 7:33 PM/process-queue endpoint on your server:
bash
curl -X POST https://your-server.com/process-queue
This will attempt to process any queued/scheduled calls as soon as capacity is available. Also, verify your concurrency limit in the [Vapi Dashboard](https://dashboard.vapi.ai/settings/billing) to ensure it matches your batch size and adjust as needed for large campaigns ([documentation](https://docs.vapi.ai/calls/call-queue-management)).
Source:
- [Call queue management with Twilio](https://docs.vapi.ai/calls/call-queue-management)SJ
12/15/2025, 9:08 PMSJ
12/15/2025, 9:09 PMSJ
12/16/2025, 9:22 AMSJ
12/16/2025, 9:22 AMChiranjeet Mishra
12/17/2025, 6:56 AM/process-queue on your server to manually trigger processing queued calls.
- Scheduled call visibility: Currently, some call logs might not display scheduled state transitions, especially if they haven't moved to execution. Monitoring via the Vapi API or querying analytics data may give additional visibility.
Refer to the [Outbound Campaigns Overview](https://docs.vapi.ai/outbound-campaigns/overview) for more strategies on managing large batches efficiently.