red-optician-55467
08/13/2025, 5:28 PMtall-airline-16756
08/13/2025, 5:28 PMtall-airline-16756
08/13/2025, 5:29 PMagents
field in the rule with the worker’s name.
• Make sure the named worker is properly configured and ready for the LiveKit server to launch.
• When a call comes in, the server will create a room and send the specified agent right there.
If you’d like a hand with setting up the dispatch rule or configuring the worker, just give me a shout—I’m here to help!
Sources: Agent dispatch | LiveKit Docsred-optician-55467
08/13/2025, 5:33 PMtall-airline-16756
08/13/2025, 5:33 PMAgentName
. Just keep an eye out for the agent's name in the list.
2. Get details of a specific dispatch: `lk dispatch get <room_name> <dispatch_id>`This one gives you a closer look at a particular dispatch, showing details like the assigned AgentName
.
If you want a hand running these commands or making sense of what you see, just give me a shout—I’m here to help!red-optician-55467
08/13/2025, 5:35 PMtall-airline-16756
08/13/2025, 5:36 PMtranslate__<caller>_<random>
usually come from dispatch rules that create unique rooms for each caller. Here’s how you can figure out the room name:
1. Run the listSipDispatchRule
command to see all the dispatch rules. This will give you a peek at the room name format being used.
2. Take a look at the roomPrefix
value in the dispatch rule setup. This prefix gets combined with the caller's number and a random string to make the full room name.
3. Keep in mind the room name follows this pattern: <roomprefix>_<caller>_<random>
. Breaking it down like this helps you spot which parts stay the same and which change.
If you want a hand with any specific commands or settings, just give me a shout!
Sources: cmd/lk/sip.go | SIP dispatch rule | LiveKit Docs | sip/sip.gored-optician-55467
08/13/2025, 5:37 PMtall-airline-16756
08/13/2025, 5:37 PMroomPrefix
. This way, the room name becomes more predictable, following the format <roomPrefix>_<caller>_<random>
.
If you’d like a hand with accessing logs or working with the API to find that room name, just give me a shout—I’m here to help!
Sources: SIP dispatch rule | LiveKit Docs | SIP dispatch rule | LiveKit Docs | Dispatching agents | LiveKit Docsred-optician-55467
08/13/2025, 5:37 PMtall-airline-16756
08/13/2025, 5:38 PMred-optician-55467
08/13/2025, 5:38 PMtall-airline-16756
08/13/2025, 5:39 PMroomPrefix
, metadata
, attributes
, and room_config
— all the bits that explain how the rule is set up.
Feel free to reach out if you want a hand running these commands or making sense of what you see!
Sources: cmd/lk/sip.go | livekit-api/livekit/api/sip_service.py | SIP APIs | LiveKit Docs | livekit/livekit_sip.pb.gored-optician-55467
08/13/2025, 5:47 PMtall-airline-16756
08/13/2025, 5:48 PMlk sip inbound create
usually work a bit differently and aren't tied to agents in the same way.
If you want me to help clarify anything or walk you through setting up dispatch rules, just give me a shout!
Sources: Accepting incoming calls | LiveKit Docs | Accepting incoming calls | LiveKit Docs | Dispatching agents | LiveKit Docs | SIP dispatch rule | LiveKit Docs