Hello LiveKit team,
I’m integrating Vobiz SIP with LiveKit Cloud.
Configuration
Project: Skillsynch
Inbound Trunk:
ST_zBtVZS5JSWAp
DID:
+918071579762
Dispatch Rule:
SDR_9BpbRQSbPdSx
Agent:
outbound-caller
Room Prefix:
inbound-
Current behavior
Incoming calls successfully reach LiveKit.
From the LiveKit Call Details page:
- Direction: Inbound
- To Number: +918071579762
- Trunk ID: ST_zBtVZS5JSWAp
- Signaling: TCP
However,
- Dispatch Rule is shown as “—”
- Worker is never started
- No room is created
- Call fails immediately with:
no trunk configuration for call
This is confusing because the call details already show that LiveKit has identified the inbound trunk.
Dispatch Rule JSON
{
“sipDispatchRuleId”: “SDR_9BpbRQSbPdSx”,
“trunkIds”: [
“ST_zBtVZS5JSWAp”
],
“name”: “Vobiz Production Inbound”,
“rule”: {
“dispatchRuleIndividual”: {
“roomPrefix”: “inbound-”
}
},
“roomConfig”: {
“agents”: [
{
“agentName”: “outbound-caller”
}
]
}
}
Questions
- Why does LiveKit identify the inbound trunk but still report “no trunk configuration for call”?
- Why is the Dispatch Rule blank for the failed call?
- At what stage is dispatch failing?
- Is there additional SIP validation after trunk identification?
I can also provide:
-
Event Payload
-
PCAP
-
SIP details
-
Screenshots
-
Provider Call ID



