Sip Trunk Error
# support
d
callId : 3d1d86a6-d609-4042-85d7-6dd0186099e7 callid : 40953b24-7441-46d9-ac2a-36a986853435 asistanId : c7770f31-bf94-41b8-82aa-12de6484de78 phoneNumberId : e39850d5-8291-410c-863d-a86a38833288 report :
Copy code
{
  "id": "40953b24-7441-46d9-ac2a-36a986853435",
  "assistantId": "c7770f31-bf94-41b8-82aa-12de6484de78",
  "phoneNumberId": "e39850d5-8291-410c-863d-a86a38833288",
  "type": "outboundPhoneCall",
  "createdAt": "2025-04-22T19:33:13.103Z",
  "updatedAt": "2025-04-22T19:33:13.418Z",
  "orgId": "2c495c34-b21b-4e3e-a9ca-45cc95589c47",
  "cost": 0,
  "customer": {
    "number": "+905452162474"
  },
  "status": "ended",
  "endedReason": "customer-busy",
  "phoneCallProvider": "vapi",
  "phoneCallProviderId": "1617de53-b6f4-47f5-9ab6-45c77b5f9b56",
  "phoneCallTransport": "pstn",
  "phoneCallProviderDetails": {
    "sbcCallId": "78ce4ff4-9a53-123e-ec83-0abbe58f2397"
  },
  "monitor": {
    "listenUrl": "wss://phone-call-websocket.aws-us-west-2-backend-production3.vapi.ai/40953b24-7441-46d9-ac2a-36a986853435/listen",
    "controlUrl": "https://phone-call-websocket.aws-us-west-2-backend-production3.vapi.ai/40953b24-7441-46d9-ac2a-36a986853435/control"
  }
}
I am not calling with a vapi number I bought a voip service from Türkiye I sent your IP information and received the necessary permissions. I was able to make calls until yesterday but today no calls are accepted. Unfortunately I don't have detailed SIP log so I can't understand the problem. I was using Sip Trunk and there was no problem until now. It started today. The sip addresses I added before are not making any calls as of today. Previously it was giving this error "An error occurred in this call: call.in-progress.error-sip-telephony-provider-failed-to-connect-call". Now only Customer is busy. Unfortunately there is no sip connection log.
v
Since the error changed from "provider-failed-to-connect" to "customer-busy", this suggests your telephony provider is now receiving the calls but reporting the destination as busy. Contact your VOIP provider in Türkiye to: 1. Verify your account status is active 2. Check if there are any restrictions on your service 3. Request SIP logs from their end to identify why calls are being marked as "busy" This is likely an issue on the provider side rather than with your Vapi configuration. Source: - [Vapi Call Ended Reason Documentation](https://docs.vapi.ai/calls/call-ended-reason)
d
thanks
3 Views