xenial-black
xenial-black2h ago

My connection test with VAPI only has the status "queues"

I'm doing a test with the WAP tool and the status is always in the "queued" format. How to fix this?
2 Replies
Vapi
Vapi2h ago
Try manually triggering the queue processing endpoint to move calls out of the "queued" status.
You can do this by sending a POST request to your server's /process-queue endpoint:
curl -X POST https://your-server.com/process-queue
curl -X POST https://your-server.com/process-queue
If this resolves the issue, your queue processor may not be running automatically—check your server logs and ensure the queue processor is started on server launch.
For more details, see the Vapi queue management docs. Source: - Vapi Call Queue Management
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
xenial-black
xenial-blackOP1h ago
do I use any JSON?

Did you find this page helpful?