janus-gateway / conf / janus.plugin.sip.cfg.sample @ 38109c95
History | View | Annotate | Download (710 Bytes)
1 |
[general] |
---|---|
2 |
; Specify which local IP address to use. If not set it will be automatically |
3 |
; guessed from the system |
4 |
;local_ip = 1.2.3.4 |
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 |
; User-Agent string to be used |
17 |
; user_agent = Cool WebRTC Gateway |
18 |
|
19 |
; Expiration time for registrations |
20 |
register_ttl = 3600 |
21 |
|
22 |
; Whether events should be sent to event handlers (default is yes) |
23 |
;events = no |