Issues creating inbound calls using API
Hi 'im trying to create inbound calls with the post /call endpoint but i keep running into errors.
heres an example of my payload now
{
"assistantId": "a2adb943-b06e-4510-a4fd-7b6e59651111",
"phoneNumberId": "8ebf2fd6-9e72-4397-b42f-aeb18455111",
"customer": { "sipUri": "sip:+11111111111@sip.twilio.com" }
}
but im getting a
{
"message": "Vapi Numbers Can't Dial Outbound Yet.",
"error": "Bad Request",
"statusCode": 400
}
can anyone help me out? the API docs are not clear enough about how to configure an inbound call creation
heres an example of my payload now
{
"assistantId": "a2adb943-b06e-4510-a4fd-7b6e59651111",
"phoneNumberId": "8ebf2fd6-9e72-4397-b42f-aeb18455111",
"customer": { "sipUri": "sip:+11111111111@sip.twilio.com" }
}
but im getting a
{
"message": "Vapi Numbers Can't Dial Outbound Yet.",
"error": "Bad Request",
"statusCode": 400
}
can anyone help me out? the API docs are not clear enough about how to configure an inbound call creation