Imported phonenumbers from Twilio not working
# support
c
Hi All: I imported 2 numbers from twilio. However, when I call them, they do not work (Voice says something like "An application error has occured") I checked Twilio console and the numbers do not show any webhook URL which I think they should. I was not able to find the right webhook to enter either.... What am I doing wrong? T
k
Try remove any old server URL, import the number into vapi, assign an assistant ID, and set Twilio’s call webhook to Vapi’s inbound call endpoint.
c
Thanks for the reply. I tried that. I even bought a whole new number to make sure its "clean". But is still does not work. Can you tell me what Vapi's inbound call endpoint address is? I cannot seem to find that anywhere. I tried with https://api.vapi.ai/twilio/voice and HTTP Method POST but had no luck...
k
Vapi inbound call webhook endpoint is https://api.vapi.ai/twilio/voice Go through this tutoring https://github.com/VapiAI/example-phone-call-provider-bypass if issue persists share a loom video..
c
Thanks for your reply. The webhook endpoint did not work for me but I found one that does: https://api.vapi.ai/twilio/inbound_call
When I set that in Twilio along with HTTP_POST the call gets forwarded to Vapi and all works 🙂
k
Glad it fixed
3 Views