This question originally came up in our Slack community and the thread has been consolidated here for long-term reference.
I’m facing issues with inbound SIP integration between Asterisk and LiveKit SIP.
I’ve created the inbound_trunk.json with correct IP addresses and numbers, plus dispatch rules and agent configuration. Asterisk is properly configured.
When I originate a call from Asterisk:
It keeps ringing continuously on the Asterisk side
On LiveKit side, my agent gets triggered and starts generating streams
PCAP shows no 200 OK / ACK message
If the SIP session isn’t accepted, how is the agent getting triggered?
The agent triggering while calls ring suggests the dispatch is working but SIP signaling completion is failing. Check that your Asterisk and LiveKit SIP configurations match (codec support, authentication, etc.).
We have similar issues. can someone help. new to live kit. We’re using LiveKit Cloud with Twilio SIP for inbound calls. The SIP caller joins the LiveKit room successfully, but our voice agent never receives the dispatch job.
Setup
**Platform:** LiveKit Cloud
**Agent:** Node.js, deployed via `lk agent deploy`
For LiveKit Cloud + Twilio SIP inbound, what is the correct way to get the agent to receive jobs? Is there a known issue with roomConfig.agents not dispatching to agents on Cloud, or a different configuration we should use?