Revision 38109c95 conf/janus.plugin.sipre.cfg.sample
conf/janus.plugin.sipre.cfg.sample | ||
---|---|---|
3 | 3 |
; guessed from the system |
4 | 4 |
;local_ip = 1.2.3.4 |
5 | 5 |
|
6 |
; Enable local keep-alives to keep the registration open. Keep-alives are |
|
7 |
; sent in the form of OPTIONS requests, at the given interval inseconds. |
|
8 |
; (0 to disable) |
|
9 |
keepalive_interval = 120 |
|
10 |
|
|
11 |
; Indicate if the server is behind NAT. If so, the server will use STUN |
|
12 |
; to guess its own public IP address and use it in the Contact header of |
|
13 |
; outgoing requests |
|
14 |
behind_nat = no |
|
15 |
|
|
16 | 6 |
; User-Agent string to be used |
17 | 7 |
; user_agent = Cool WebRTC Gateway |
8 |
|
|
18 | 9 |
; Expiration time for registrations |
19 | 10 |
register_ttl = 3600 |
20 | 11 |
|
Also available in: Unified diff