Berto Mejia
01/24/2025, 10:00 PM<Response>
<Dial>{Phone number}</Dial>
</Response>
Where {phone number} is my personal cell phone, which is nowhere in the settings.
I've already tried to disconnect and reconnect the Twilio phone. I've contacted Twilio customer support, and I've looked through all the settings, and I have not found anything that would indicate why this is not working.
Can anyone help figure out how to fix this?Vapi
01/24/2025, 10:03 PMVapi
01/24/2025, 10:03 PM/phone-numbers/import
endpoint. This will configure your number with VAPI services using your Twilio credentials.
5. **Check for Hardcoded Numbers**: Sometimes, the issue might be due to hardcoded numbers within the application code or Twilio's TwiML Bin. Ensure that there is no hardcoded number that matches your personal cell phone.
6. **Twilio Logs**: Review the call logs in your Twilio account to see if there are any clues as to why the call is being redirected to your personal number.
If after these steps the issue persists, it might be necessary to look deeper into the configurations and possibly involve VAPI support. Since you've already contacted Twilio support and checked the settings, it might be a specific issue with how VAPI is handling the incoming requests.
If you need further assistance with the VAPI configurations or if there's anything specific you would like me to do, please let me know!Vapi
01/24/2025, 10:03 PMShubham Bajaj
01/25/2025, 7:27 PMBerto Mejia
01/26/2025, 2:17 PMShubham Bajaj
01/27/2025, 7:33 AMBerto Mejia
01/27/2025, 7:43 AMShubham Bajaj
01/27/2025, 1:06 PMlogs
š“ 09:15:45:790 POST /call, ForbiddenException 403 (45.33.237.109)
Response: {
"message": "Invalid Key. Hot tip, you may be using the private key instead of the public key, or vice versa.",
"error": "Forbidden",
"statusCode": 403
}
@Berto Mejia you tried to make a call on Jan20th and it failed because of invalid api key, correct if this's not true.Berto Mejia
01/27/2025, 3:59 PM<Response>
<Dial>+12819351703</Dial>
</Response>
I didn't see any logs on Vapi about the call itself.Shubham Bajaj
01/28/2025, 5:42 AMerror_response
Couldn't Find Call. Likely Rejected Inbound.
Berto Mejia
01/28/2025, 6:56 AM