Advertisement
Guest User

Untitled

a guest
Sep 6th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Defaults for rtpproxy
  2. USER="opensips"
  3. GROUP="opensips"
  4. PIDFILE="/var/run/rtpproxy.pid"
  5. # replace with your network interface IP address
  6. LISTEN_ADDR=XXX.46.193.XX
  7.  
  8. # The control socket.
  9. CONTROL_SOCK="unix:/var/run/rtpproxy.sock"
  10. # To listen on an UDP socket, uncomment this line:
  11. CONTROL_SOCK=udp:127.0.0.1:7890
  12.  
  13. # Additional options that are passed to the daemon.
  14. EXTRA_OPTS="-l $LISTEN_ADDR -m 10000 -M 20000"
  15.  
  16. DAEMON_OPTS="-s $CONTROL_SOCK -u $USER:$GROUP -p $PIDFILE $EXTRA_OPTS"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement