Vapi Support Bot
03/29/2025, 2:01 AMsipUri
attribute within the forwardingPhoneNumbers
array is correctly formatted and points to a valid SIP address. [According to Vapi documentation](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336713212233515089), this is a common cause of the error.
- Ensure your SIP server or PBX is configured to accept calls from Vapi's servers and isn't rejecting incoming INVITE requests.
### Network configuration
- Make sure your network allows traffic on the SIP protocol and that any firewalls or NATs are configured to allow SIP messages to pass through.
- Check if there are any blocks on the ports used by SIP in your firewall settings.
### Authentication issues
- If your SIP endpoint requires authentication, double-check that the credentials provided to Vapi are correct.
- Vapi expects authentication credentials in the Authorization header, including the username, realm, nonce, and URI. [The username must be your SIP username](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334238882660618250), and the password can be anything except "test".
### SIP REFER handling
- Confirm that your system is set up to handle SIP REFER messages, as [Vapi uses SIP REFER to transfer calls](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336713212233515089).
### Codec compatibility
- Ensure that the codecs used by Vapi are supported by your SIP endpoint.
### Check for limitationsVapi Support Bot
03/29/2025, 2:01 AMKyle
03/30/2025, 9:33 AM