N3squik
11/29/2025, 10:32 AMChiranjeet Mishra
11/29/2025, 10:32 AMVapi Support Bot
11/29/2025, 10:33 AMcontrolUrl with the following payload:
bash
curl -X POST 'https://aws-us-west-2-production1-phone-call-websocket.vapi.ai/<call-id>/control' \
-H 'content-type: application/json' \
--data-raw '{"type": "end-call"}'
Replace <call-id> with your actual call ID. This is the standard method for ending calls, including when using Twilio integration. If this still results in a timeout, it may be a provider-side limitation during the dialing phase, and further troubleshooting with Twilio may be required.
Reference: [Vapi Call Features Documentation](https://docs.vapi.ai/calls/call-features)
Source:
- [Vapi Call Features Documentation](https://docs.vapi.ai/calls/call-features)Chiranjeet Mishra
12/18/2025, 5:19 PM