xenial-black•2h 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
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
For more details, see the Vapi queue management docs. Source: - Vapi Call Queue Management
You can do this by sending a POST request to your server's
/process-queue
endpoint:
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-blackOP•1h ago
do I use any JSON?