Hi, I am using Telnyx and I followed the documentation guidelines, but I am still getting an error. I tried debugging it but could not resolve the issue. Sharing the logs below for reference.
From the logs, it looks like Telnyx tried to start a call from +923186809417 to +12029729683 and sent the request to the LiveKit SIP server. LiveKit received the request and returned “100 Processing”, but then the call failed with “404 No trunk found.”
It seems LiveKit could not find a configured SIP trunk for the incoming call, so the call was rejected.
Logs and details are attached below. Could someone please help check what might be missing in the configuration?
1. What this log shows
This log shows a SIP phone call attempt between two systems over the internet.
• Caller:+923186809417
• Trying to call:+12029729683
• The call is sent from Telnyx SIP server to LiveKit SIP server.
2. Step-by-step what happened
Step 1 — Call request sent (INVITE)
The server 185.246.41.140 sends an INVITE message to 161.115.161.40.
This means:
“I want to start a phone call to +12029729683.”
Step 2 — Server received the request (100 Processing)
The LiveKit server replies:
SIP/2.0 100 Processing
This means:
“I received your request and I am processing it.”
Step 3 — Call failed (404 No trunk found)
Then the server responds:
SIP/2.0 404 No trunk found
This means:
“I cannot handle this call because there is no SIP trunk configured for it.”
In simple words:
The system doesn’t know where to send this call.
Possible reasons:
• SIP trunk is not configured
• SIP trunk name/domain is wrong
• LiveKit cannot find the inbound trunk
• Authentication or routing is missing
Step 4 — Call closed (ACK)
After the error, the caller sends ACK, which means:
“I received the error message and the call is now closed.”
3. Simple summary
1. Telnyx tried to start a call.
2. LiveKit received the request.
3. LiveKit could not find a SIP trunk configuration.
4. The call failed with 404 No trunk found.
4. One-line meaning
The call failed because LiveKit could not find a configured SIP trunk for the incoming call.