Hi LiveKit Cloud Support,
object is created. Public-side debugging in the community forum (https://community.livekit.io/) ruled out every
documented configuration cause; the issue is now confirmed to require edge log visibility.
All the IDs/data your team will need:
lk CLI: 2.16.3
Secure=true
Recent failed call SIDs (Twilio side, all 100->503 within ms, all trunking-originating direction, all duration 0):
CAef2096a9d602ccd5d9403f5436d5d9c7 2026-05-09 02:31:30 UTC
SIP wire trace (reproducible via direct openssl s_client probe):
From: <sip:probe@example.com>;tag=...
CSeq: 1 INVITE
← SIP/2.0 100 Processing
← SIP/2.0 503 Try again later
What works (rules out the obvious):
DNS resolves: 6zow2x1cz42.sip.livekit.cloud → 161.115.181.19/35
the job, runs entrypoint, function tools fire normally
Trunk JSON:
{
"name": "sweet-rebas-twilio-inbound",
"allowedAddresses": \[
\],
"maxCallDuration": "1800s"
}
(auth_username, auth_password, media_encryption all omitted — cleared per docs that inbound = IP whitelist only.)
Dispatch rule JSON:
{
"roomConfig": {
"departureTimeout": 15,
"maxParticipants": 4,
}
}
Telephony → Calls dashboard shows No results for past 24h despite multiple SIP attempts above — so the 503 happens
before the call is logged in project history.
Question: could someone with internal SIP edge log access tell me what the rejection reason is for these specific
INVITEs? Once I know what the edge is checking that fails, I can fix it. Public-side I’ve exhausted the
configuration vectors.
Forum thread for context:
Thanks for any help —