Browse Source

s/MEDIAPROXY/RTPENGINE/

changes/57/8857/1
Richard Fuchs 11 years ago
parent
commit
3de07be0a3
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      debian/ngcp-rtpengine-daemon.default
  2. +1
    -2
      debian/ngcp-rtpengine-daemon.init

+ 1
- 1
debian/ngcp-rtpengine-daemon.default View File

@ -1,4 +1,4 @@
RUN_MEDIAPROXY=no
RUN_RTPENGINE=no
LISTEN_TCP=25060
LISTEN_UDP=12222
LISTEN_NG=22222


+ 1
- 2
debian/ngcp-rtpengine-daemon.init View File

@ -14,7 +14,6 @@
PATH=/sbin:/bin:/usr/sbin:/usr/bin
NAME=ngcp-rtpengine-daemon
DESC="RTP/media proxy"
RUN_MEDIAPROXY=no
TABLE=0
case $(dirname $0) in
@ -32,7 +31,7 @@ if [ -f $DEFAULTS ]; then
. $DEFAULTS || true
fi
if [ "$RUN_MEDIAPROXY" != "yes" ]; then
if [ "$RUN_RTPENGINE" != "yes" -a "$RUN_MEDIAPROXY" != "yes" ]; then
echo "rtpengine not yet configured. Edit $DEFAULTS first."
exit 0
fi


Loading…
Cancel
Save