Skip to content

Commit

Permalink
change rtpengine ports from 30k-50k to 30k-31k
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMor26756 committed Sep 21, 2017
1 parent a203ff3 commit 21791ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ services:
hostname: rtpengine
ports:
- "2223:2223/udp"
- "30000-50000:30000-50000/udp"
- "30000-31000:30000-31000/udp"
2 changes: 1 addition & 1 deletion rtpengine/rtpengine.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tos = 184
# num-threads = 16

port-min = 30000
port-max = 50000
port-max = 31000 #originally 50000
# max-sessions = 5000

# recording-dir = /var/spool/rtpengine
Expand Down

0 comments on commit 21791ec

Please sign in to comment.