Browse Source

commented out all pre-start arguments because all of them can be configured in main config file of application

pull/575/head
netaskd 8 years ago
parent
commit
1ab8cb121e
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      el/rtpengine.sysconfig

+ 5
- 5
el/rtpengine.sysconfig View File

@ -2,14 +2,14 @@
# http://github.com/sipwise/rtpengine # http://github.com/sipwise/rtpengine
CONFIG_FILE=/etc/rtpengine/rtpengine.conf # main config file CONFIG_FILE=/etc/rtpengine/rtpengine.conf # main config file
PIDFILE=/var/run/ngcp-rtpengine-daemon.pid # pid
TABLE=0 # iptables table for in-kernel forwarding rules. Ignored if "KERNEL=no"
FALLBACK=yes # "yes" enables fallback to userspace forwarding only.
RTP_IP[0]=127.0.0.1 # Local IPv4/6 address for RTP. The format of the value is [NAME/]IP[!IP].
#PIDFILE=/var/run/ngcp-rtpengine-daemon.pid # pid
#TABLE=0 # iptables table for in-kernel forwarding rules. Ignored if "KERNEL=no"
#FALLBACK=yes # "yes" enables fallback to userspace forwarding only.
#RTP_IP[0]=127.0.0.1 # Local IPv4/6 address for RTP. The format of the value is [NAME/]IP[!IP].
# At least one of LISTEN_(TCP|UDP|NG) is required # At least one of LISTEN_(TCP|UDP|NG) is required
#LISTEN_TCP=127.0.0.1:2222 # IP address and port combination for TCP control #LISTEN_TCP=127.0.0.1:2222 # IP address and port combination for TCP control
LISTEN_UDP=127.0.0.1:2222 # IP address and port combination for UDP control
#LISTEN_UDP=127.0.0.1:2222 # IP address and port combination for UDP control
#LISTEN_NG=127.0.0.1:2223 # IP address and port combination for NG (UDP) control #LISTEN_NG=127.0.0.1:2223 # IP address and port combination for NG (UDP) control
#LISTEN_CLI=127.0.0.1:9900 #LISTEN_CLI=127.0.0.1:9900


Loading…
Cancel
Save