Brennowisk
01/30/2026, 7:56 PMVapi Support Bot
01/30/2026, 7:57 PM<id> and <auth> with your phone number ID and API key):
bash
curl -X PATCH "https://api.vapi.ai/phone-number/<id>" \
-H "Authorization: Bearer <auth>" \
-H "Content-Type: application/json" \
-d '{ "hooks": [] }'
This will clear all hooks and restore normal call handling. For more details, see the [Vapi phone number hooks documentation](https://docs.vapi.ai/phone-numbers/phone-number-hooks).
Source:
- [Vapi Phone Number Hooks Documentation](https://docs.vapi.ai/phone-numbers/phone-number-hooks)Chiranjeet Mishra
02/03/2026, 8:08 AMassistant-request, calls will fail.
2. **Phone Number Hooks**: Check if any hooks have been configured on these numbers that might be blocking inbound calls (e.g., a hook with "type": "say" that plays a rejection message).
3. **Re-import the numbers**: Since new Twilio numbers work, you might try deleting and re-importing these 3 numbers to reset their configuration within this organization.
Helpful documentation:
• Phone number configuration: [https://docs.vapi.ai/phone-calling](https://docs.vapi.ai/phone-calling)
• Import Twilio numbers: [https://docs.vapi.ai/phone-numbers/import-twilio](https://docs.vapi.ai/phone-numbers/import-twilio)
• Call ended reasons: [https://docs.vapi.ai/calls/call-ended-reason](https://docs.vapi.ai/calls/call-ended-reason)
Once you provide the Call IDs and phone numbers, I'll escalate this to our engineering team for a deeper investigation into the internal status of these numbers.