TT#157801 add working default config

A working stock config makes it possible to install this package and
have a working setup right away. Previously installing this package
fresh results in an error from systemd because the daemon refuses to
start due to lack of working config.

Change-Id: I470b4ec29a9aeea147a8d001b8e126611921c39e
pull/1430/head
Richard Fuchs 4 years ago
parent 2e578d4e44
commit 838433d769

@ -1,3 +1,3 @@
daemon/rtpengine /usr/sbin/ daemon/rtpengine /usr/sbin/
debian/ngcp-rtpengine-iptables-setup /usr/sbin debian/ngcp-rtpengine-iptables-setup /usr/sbin
etc/rtpengine.sample.conf /etc/rtpengine/ etc/rtpengine.conf /etc/rtpengine/

@ -1,3 +1,3 @@
debian/ngcp-rtpengine-recording-nfs-setup /usr/sbin/ debian/ngcp-rtpengine-recording-nfs-setup /usr/sbin/
etc/rtpengine-recording.sample.conf /etc/rtpengine/ etc/rtpengine-recording.conf /etc/rtpengine/
recording-daemon/rtpengine-recording /usr/sbin/ recording-daemon/rtpengine-recording /usr/sbin/

@ -12,14 +12,19 @@ table = 0
### for different advertised address: ### for different advertised address:
# interface = 12.23.34.45!23.34.45.56 # interface = 12.23.34.45!23.34.45.56
interface = any
listen-ng = 127.0.0.1:2223
listen-ng = localhost:2223
# listen-tcp = 25060 # listen-tcp = 25060
# listen-udp = 12222 # listen-udp = 12222
### interface for HTTP, WS and Prometheus ### interface for HTTP, WS and Prometheus
# listen-http = 9101 # listen-http = 9101
listen-http = localhost:2225
listen-cli = localhost:2224
timeout = 60 timeout = 60
silent-timeout = 3600 silent-timeout = 3600
@ -36,8 +41,8 @@ port-min = 30000
port-max = 40000 port-max = 40000
# max-sessions = 5000 # max-sessions = 5000
# recording-dir = /var/spool/rtpengine recording-dir = /var/spool/rtpengine
# recording-method = proc recording-method = proc
# recording-format = raw # recording-format = raw
# redis = 127.0.0.1:6379/5 # redis = 127.0.0.1:6379/5
Loading…
Cancel
Save