How Jigasi handles incoming SIP calls
masterJigasi acts as a connector between SIP servers and Jitsi Meet. When receiving a SIP INVITE, it looks for a Jitsi-Conference-Room header to determine which conference to join.
- With header: If the header contains
room1234@conference.meet.example.com, Jigasi joinshttps://meet.example.com/room1234. - Without header: Jigasi joins the room specified by the
org.jitsi.jigasi.DEFAULT_JVB_ROOM_NAMEproperty injigasi-home/sip-communicator.properties.