URGENT: BYO SIP Trunk Connection Error
Hi Vapi support team,
I'm trying to connect Vapi to Biztel, a Japanese number service provider, via SIP trunking, but the connection failed. Please help me.
The configuration is as follows:
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer MY_VAPI_PRIVATE_KEY' \
--data '{
"provider": "byo-sip-trunk",
"name": "Biztel Trunk",
"gateways": [
{
"ip": "s202218044035.u.biztel.jp",
"inboundEnabled": false
}
],
"outboundLeadingPlusEnabled": false
}'
The SIP server address "s202218044035.u.biztel.jp" is provided by Biztel, and they have no authentication during SIP connection.
The DID is like “617801”, so I set outboundLeadingPlusEnabled = false
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer MY_VAPI_PRIVATE_KEY' \
--data '{
"provider": "byo-phone-number",
"name": "Biztel SIP Number",
"number": "617801",
"numberE164CheckEnabled": false,
"credentialId": "928a3834-172f-4efd-a412-8989a9f226f9"
}'
But the SIP connection failed. The SIP response received from the SIP INVITE is "486 Busy Here". I tried several times, still the same.
Please check the configuration to see if it's correct or if there's something I'm missing.
Thank you for your help.
I'm trying to connect Vapi to Biztel, a Japanese number service provider, via SIP trunking, but the connection failed. Please help me.
The configuration is as follows:
- Create a SIP trunk credential in Vapi
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer MY_VAPI_PRIVATE_KEY' \
--data '{
"provider": "byo-sip-trunk",
"name": "Biztel Trunk",
"gateways": [
{
"ip": "s202218044035.u.biztel.jp",
"inboundEnabled": false
}
],
"outboundLeadingPlusEnabled": false
}'
The SIP server address "s202218044035.u.biztel.jp" is provided by Biztel, and they have no authentication during SIP connection.
The DID is like “617801”, so I set outboundLeadingPlusEnabled = false
- Associate a phone number
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer MY_VAPI_PRIVATE_KEY' \
--data '{
"provider": "byo-phone-number",
"name": "Biztel SIP Number",
"number": "617801",
"numberE164CheckEnabled": false,
"credentialId": "928a3834-172f-4efd-a412-8989a9f226f9"
}'
- Inbound call test
But the SIP connection failed. The SIP response received from the SIP INVITE is "486 Busy Here". I tried several times, still the same.
Please check the configuration to see if it's correct or if there's something I'm missing.
Thank you for your help.