kev3522
01/15/2025, 1:19 AMVapi
01/15/2025, 1:21 AMVapi
01/15/2025, 1:21 AMkev3522
01/15/2025, 1:27 AMkev3522
01/15/2025, 2:13 AMkev3522
01/15/2025, 6:01 AM<sip:1650*******@****.pstn.twilio.com>;transport=udp
when it should look like <sip:+1650*******@****.pstn.twilio.com>;transport=udp
I'm using the javascript sdk like so to create the call:
const vapiCall = await client.calls.create({
...
customer: {
number: "+1650*******",
numberE164CheckEnabled: false,
}
})
despite the +
being there in customer.number
, it seems to always get stripped before it lands on Twilio. maybe a bug wherever Vapi makes the Twilio call?kev3522
01/15/2025, 6:06 AMkev3522
01/15/2025, 6:41 AMf2ceb397-a9ab-41fc-b5b0-86f9120427d9
kev3522
01/15/2025, 6:38 PMShubham Bajaj
01/15/2025, 7:18 PMkev3522
01/15/2025, 7:19 PMShubham Bajaj
01/15/2025, 7:21 PMkev3522
01/15/2025, 8:55 PMphone-call-provider-closed-websocket: The connection with the call provider was unexpectedly closed.
from https://docs.vapi.ai/calls/call-ended-reason
is this an expected side effect with the SIP trunk in place? or is it a separate problem?kev3522
01/15/2025, 8:56 PM7012a004-08a0-4c6e-99b6-4876772de567
, 499093a0-188c-4c4b-acd2-1720a9fb4648
Shubham Bajaj
01/15/2025, 9:03 PMkev3522
01/15/2025, 9:26 PM