(sip) add a sip software simulator to test unified encrypted flow

This commit is contained in:
Thomas Ramé
2026-05-11 17:33:58 +02:00
parent 8bdca048f4
commit 80c9620368
9 changed files with 3809 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
// SIP plugin defaults. RTP range for the SIP leg (Janus ↔ livekit/sip)
// is kept separate from WebRTC range — both legs are inside the docker
// bridge network, so any UDP range works.
general: {
local_ip = "0.0.0.0"
rtp_port_range = "20000-20100"
events = true
}