Fixes for rtpengine

This commit is contained in:
herlesupreeth
2020-07-27 10:26:50 +02:00
parent 0a65eac4c2
commit fa0fd01141

View File

@@ -149,12 +149,12 @@ services:
- NET_ADMIN - NET_ADMIN
environment: environment:
- TABLE=0 - TABLE=0
- INTERFACE=${RTPENGINE_IP}!${RTPENGINE_PUB_IP} - INTERFACE=${RTPENGINE_IP}
- LISTEN_NG=${RTPENGINE_IP}:2223 - LISTEN_NG=${RTPENGINE_IP}:2223
- PIDFILE=/run/ngcp-rtpengine-daemon.pid - PIDFILE=/run/ngcp-rtpengine-daemon.pid
- PORT_MAX=50000 - PORT_MAX=50000
- PORT_MIN=49000 - PORT_MIN=49000
- NO_FALLBACK=yes - NO_FALLBACK=no
- TOS=184 - TOS=184
expose: expose:
- "2223/udp" - "2223/udp"