BUG? I added an Australian number +61 (555) 555 55...
# support
a
BUG? I added an Australian number +61 (555) 555 555 (example) but when twilio sends its +610555555555 so the 0 is added in there but VAPI does not have it so it keeps saying could not find number, any ideas?
v
@AiTitus :) It sounds like there might be a discrepancy between the number format you've added in VAPI and the format Twilio is using to send the number. In international number formats, the leading '0' in the area code is often omitted when dialing from outside the country, but it seems Twilio is including it in the number. To resolve this issue, you can try updating the number format in VAPI to match the format Twilio is using. Make sure to include the '0' after the country code (+61) as Twilio does. If you're unsure how to update the number format in VAPI, please provide me with more details or ask support for more info on this.
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
a
Already tried VAPI still removes the 0
If I pass it with the 0 to the VAPI api it works so when i try to add the number to VAPI with the 0 it keeps removing it.
Let me know @User since a customer is waiting on this thanks
5 Views