Zadarma is working only for outbound connection, not inbound
Hi!
Please. help.
Setup everything according to instructions from Zadarma - https://zadarma.com/en/support/instructions/vapiai/
curl -X POST "https://api.vapi.ai/credential" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer XXX" \
-d '{
"provider": "byo-sip-trunk",
"name": "Zadarma Trunk New",
"gateways": [
{ "ip": "pbx.zadarma.com", "inboundEnabled": false }
],
"outboundLeadingPlusEnabled": true,
"outboundAuthenticationPlan": {
"authUsername": "XXX-XX",
"authPassword": "XXXX"
}
}'
curl -L 'https://api.vapi.ai/phone-number' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer XXX' \
-d '{
"provider": "byo-phone-number",
"name": "Zadarma Number",
"number": "35725123150",
"numberE164CheckEnabled": false,
"credentialId": "XXX"
}'
Outbound calls works correctly, but inbound - no. "Number not found".
Please. help.
Setup everything according to instructions from Zadarma - https://zadarma.com/en/support/instructions/vapiai/
curl -X POST "https://api.vapi.ai/credential" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer XXX" \
-d '{
"provider": "byo-sip-trunk",
"name": "Zadarma Trunk New",
"gateways": [
{ "ip": "pbx.zadarma.com", "inboundEnabled": false }
],
"outboundLeadingPlusEnabled": true,
"outboundAuthenticationPlan": {
"authUsername": "XXX-XX",
"authPassword": "XXXX"
}
}'
curl -L 'https://api.vapi.ai/phone-number' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer XXX' \
-d '{
"provider": "byo-phone-number",
"name": "Zadarma Number",
"number": "35725123150",
"numberE164CheckEnabled": false,
"credentialId": "XXX"
}'
Outbound calls works correctly, but inbound - no. "Number not found".
Zadarma.com
Detailed instructions on integrating a Zadarma SIP account with VAPI.ai to work with chat bots.
