MT#17517 Start sipsak in bg and force local ip

Change-Id: Ide664d2ae221a2192759033d7bcbf2b0af602f18
(cherry picked from commit 94f3469d68)
mr3.8.5
Andreas Granig 11 years ago committed by Andrew Pogrebennyk
parent 8118202505
commit 60be8fe5c7

@ -79,6 +79,6 @@ CALL_ID=$($UUIDGEN)@voip.sipwise.local
MBID=$USER
BRANCH=$($UUIDGEN)
$SIPSAK -S -i -l 5081 -f $SIPFILE \
nohup $SIPSAK -S -i -k $LOCAL_IP -l 5081 -f $SIPFILE \
-G -g "!BODY_MW!$BODY_MW!BODY_VM!$BODY_VM!BODYLEN!$BODYLEN!CALL_ID!$CALL_ID!MBID!$MBID!BRANCH!$BRANCH!" \
$VERBOSE -E udp -s $URI
$VERBOSE -E udp -s $URI 1>/dev/null 2>/dev/null &

@ -1,4 +1,5 @@
SERVER="127.0.0.1:5060"
LOCAL_IP="127.0.0.1"
FILE_DEBUG="0"
CONSOLE_DEBUG="0"
LOGFILE="/tmp/vmnotify.log"

Loading…
Cancel
Save