Browse Source

TT#14008 provide a more complete default config file

Change-Id: I1aa96bc14c5ce4dfce639dc4afcf0fe085822eec
pull/1440/head
Richard Fuchs 4 years ago
parent
commit
ca83df7139
1 changed files with 56 additions and 0 deletions
  1. +56
    -0
      etc/rtpengine.conf

+ 56
- 0
etc/rtpengine.conf View File

@ -24,6 +24,10 @@ listen-ng = localhost:2223
# listen-http = 9101
listen-http = localhost:2225
# listen-https = localhost:2226
# https-cert =
# https-key =
listen-cli = localhost:2224
timeout = 60
@ -32,15 +36,27 @@ tos = 184
#control-tos = 184
# delete-delay = 30
# final-timeout = 10800
# endpoint-learning = heuristic
# foreground = false
# pidfile = /run/ngcp-rtpengine-daemon.pid
# num-threads = 16
# num-media-threads = 8
# http-threads = 4
port-min = 30000
port-max = 40000
# max-sessions = 5000
# software-id = rtpengine
# max-load = 5
# max-cpu = 90
# max-bandwidth = 10000000
# scheduling = default
# priority = -3
# idle-scheduling = idle
# idle-priority = 10
recording-dir = /var/spool/rtpengine
recording-method = proc
# recording-format = raw
@ -57,12 +73,18 @@ recording-method = proc
# b2b-url = http://127.0.0.1:8090/
# xmlrpc-format = 0
# janus-secret = ABC123
# log-level = 6
# log-stderr = false
# log-facility = daemon
# log-facility-cdr = local0
# log-facility-rtcp = local1
# debug-srtp = false
# log-srtp-keys = false
# dtls-rsa-key-size = 2048
# dtls-mtu = 1200
# dtls-signature = 256
# graphite = 127.0.0.1:9006
# graphite-interval = 60
@ -72,9 +94,43 @@ recording-method = proc
# homer-protocol = udp
# homer-id = 2001
# mysql-host = localhost
# mysql-port = 3306
# mysql-user = mysql
# myser-pass = mysql
# mysql-query = select data from voip.files where id = %llu
# dtx-delay = 50
# max-dtx = 600
# dtx-buffer = 5
# dtx-lag = 100
# dtx-shift = 0
# amr-dtx = native
# dtx-cn-params = 60
# silence-detect = 0.05
# cn-payload = 60
# sip-source = false
# dtls-passive = false
# mqtt-host = localhost
# mqtt-port = 1883
# mqtt-id =
# mqtt-user = foo
# mqtt-pass = bar
# mqtt-capath =
# mqtt-cafile =
# mqtt-certfile =
# mqtt-keyfile =
# mqtt-publish-qos = 0
# mqtt-publish-topic = rtpengine
# mqtt-publish-interval = 5000
# mqtt-publish-scope = media
# mos = CQ
# poller-per-thread = false
# socket-cpu-affinity = -1
[rtpengine-testing]
table = -1
interface = 10.15.20.121


Loading…
Cancel
Save