mirror of https://github.com/sipwise/rtpengine.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.5 KiB
77 lines
1.5 KiB
[rtpengine]
|
|
|
|
table = 0
|
|
# no-fallback = false
|
|
### for userspace forwarding only:
|
|
# table = -1
|
|
|
|
### a single interface:
|
|
# interface = 123.234.345.456
|
|
### separate multiple interfaces with semicolons:
|
|
# interface = internal/12.23.34.45;external/23.34.45.54
|
|
### for different advertised address:
|
|
# interface = 12.23.34.45!23.34.45.56
|
|
|
|
|
|
|
|
listen-ng = 127.0.0.1:2223
|
|
# listen-tcp = 25060
|
|
# listen-udp = 12222
|
|
|
|
timeout = 60
|
|
silent-timeout = 3600
|
|
tos = 184
|
|
#control-tos = 184
|
|
# delete-delay = 30
|
|
# final-timeout = 10800
|
|
|
|
# foreground = false
|
|
# pidfile = /run/ngcp-rtpengine-daemon.pid
|
|
# num-threads = 16
|
|
|
|
port-min = 30000
|
|
port-max = 40000
|
|
# max-sessions = 5000
|
|
|
|
# recording-dir = /var/spool/rtpengine
|
|
# recording-method = proc
|
|
# recording-format = raw
|
|
|
|
# redis = 127.0.0.1:6379/5
|
|
# redis-write = password@12.23.34.45:6379/42
|
|
# redis-num-threads = 8
|
|
# no-redis-required = false
|
|
# redis-expires = 86400
|
|
# redis-allowed-errors = -1
|
|
# redis-disable-time = 10
|
|
# redis-cmd-timeout = 0
|
|
# redis-connect-timeout = 1000
|
|
|
|
# b2b-url = http://127.0.0.1:8090/
|
|
# xmlrpc-format = 0
|
|
|
|
# log-level = 6
|
|
# log-stderr = false
|
|
# log-facility = daemon
|
|
# log-facility-cdr = local0
|
|
# log-facility-rtcp = local1
|
|
|
|
# graphite = 127.0.0.1:9006
|
|
# graphite-interval = 60
|
|
# graphite-prefix = foobar.
|
|
|
|
# homer = 123.234.345.456:65432
|
|
# homer-protocol = udp
|
|
# homer-id = 2001
|
|
|
|
# sip-source = false
|
|
# dtls-passive = false
|
|
|
|
[rtpengine-testing]
|
|
table = -1
|
|
interface = 10.15.20.121
|
|
listen-ng = 2223
|
|
foreground = true
|
|
log-stderr = true
|
|
log-level = 7
|