/etc/janus/janus.plugin.sip.cfg is in janus 0.2.6-1build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | [general]
; Specify which local IP address to use. If not set it will be automatically
; guessed from the system
;local_ip = 1.2.3.4
; Enable local keep-alives to keep the registration open. Keep-alives are
; sent in the form of OPTIONS requests, at the given interval inseconds.
; (0 to disable)
keepalive_interval = 120
; Indicate if the server is behind NAT. If so, the server will use STUN
; to guess its own public IP address and use it in the Contact header of
; outgoing requests
behind_nat = no
; User-Agent string to be used
; user_agent = Cool WebRTC Gateway
; Expiration time for registrations
register_ttl = 3600
; Range of ports to use for RTP/RTCP (default=10000-60000)
rtp_port_range = 20000-40000
; Whether events should be sent to event handlers (default is yes)
;events = no
|