New Inbound Phone Schema not recognizing my Server...
# support
a
@Shubham Bajaj Tried to add a new number again and got the same issue, Phone number ID : a3f0844f-fef4-422f-92de-2f78557aba06 This is what I used to create :
Copy code
curl -X POST https://api.vapi.ai/phone-number \
     -H "Authorization: Bearer ce6c4182.....9ef" \
     -H "Content-Type: application/json" \
     -d '{
  "provider": "twilio",
  "number": "+17755----4",
  "twilioAccountSid": "AC4.....9",
  "twilioAuthToken": "c72....a70",
  "server": {
    "url": "https://opulent.....receptionist"
  }
}'
Call ID : 5b095dc9-194f-41af-9baa-aef85980bbc8
v
@A. Salem I'm sorry to hear that you're experiencing issues with adding a new number. It seems like you've provided the necessary details for the creation process. However, since you're encountering an issue, let's try updating the phone number with the provided Phone number ID to see if that resolves the problem. Could you please confirm if you want to update the existing phone number with the details you've provided, or if there's anything specific you would like to change or verify in the update process?
You can continue this conversation by mentioning me in the message.
s
@A. SalemI just updated my server URL for the phone number and it's working. I checked your phone number ID and if it's correct, it should work. Please try another call and let me know.
a
Same thing.
s
@A. Salem I have checked the last 7 days of logs related to your organization ID but couldn't find any instances of failed calls. Most likely the calls were never created. If I missed anything, could you please check your server URL? We have sent you the debugging artifacts. Additionally, I will be joining office hours today - if you can join, we can discuss it there. If you cannot connect, please ping me and we can resolve it over a call.
3 Views