Vapi Support Bot
05/15/2025, 12:11 PMbash
curl --location --request PATCH 'https://api.vapi.ai/phone-number/your_phone_id' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer your-vapi-private-api-key' \
--data '{
"assistantId": null,
"serverUrl": "https://your_server_url"
}'
This will ensure no assistant handles inbound calls, and Vapi will send call events to your server URL, where you can specify the agent as needed in your backend logic.
Sources:
- [Vapi Discord discussion](https://discord.com/channels/1211482211119796234/1341224148667600976)
- [Vapi documentation: Telnyx SIP integration](https://docs.vapi.ai/advanced/sip/telnyx)