is there anyway to connect my Egyptian phone number with Vapi ?
im building an assistant that will be able to receive and make calls here in Egypt, but i find it hard to connect a phone number in here
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
curl -X POST "https://api.vapi.ai/credential" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_VAPI_PRIVATE_KEY" \
-d '{
"provider": "byo-sip-trunk",
"name": "My Egypt SIP Trunk",
"gateways": [{ "ip": "YOUR_SIP_SERVER_ADDRESS" }],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD"
}
}'