Hi there! 👋 I understand how frustrating it can be when your inbound assistant hangs up instantly, especially when you're expecting important calls.
I don't have access to your specific configuration details or logs, but I can definitely help troubleshoot this issue based on similar problems others have experienced.
Here are several potential causes and solutions for your inbound assistant hanging up instantly:
## Check Twilio Account Status
Your Twilio account might be suspended. Log into Twilio and check for any notifications (bell icon) and check the email associated with your Twilio account for any messages about account status issues. [According to reports](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341461078189539441), a suspended Twilio account can cause an AI calling agent to play a "does not exist" message and hang up.
## Verify Webhook Configuration
Ensure your Twilio webhook is correctly configured and pointing to the Vapi endpoint. [Some users](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343208312249913397) have experienced similar issues when their Twilio webhook was incorrectly configured (changed from Webhook to SIP).
## Check Assistant ID Configuration
Make sure the assistant ID is correctly set on your phone number. [Documentation shows](
https://docs.vapi.ai/phone-calling) that you need to provide an
assistantId
to a phone number for it to use that assistant when receiving inbound calls.
## German Phone Number Specific Configuration
Since you're using a German phone number:
- Ensure the phone number is in the correct E.164 format (e.g., +49XXXXXXXXXX)
- Remember that Vapi only allows direct creation of US-based numbers, so international numbers must be imported from Twilio first
- [According to Vapi documentation](
https://docs.vapi.ai/free-telephony), you can bring in global numbers using the phone number import feature
## Check Server URL Configuration