From 6c34f5181908d71a18085b2add695ff5d73a7c3f Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Mon, 28 Oct 2013 12:37:23 +0100 Subject: [PATCH] MT#4683 Fix params to sipsak. --- vmnotify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmnotify b/vmnotify index f6d1bc3..bc39eac 100755 --- a/vmnotify +++ b/vmnotify @@ -79,6 +79,6 @@ CALL_ID=$($UUIDGEN)@voip.sipwise.local MBID=$USER BRANCH=$($UUIDGEN) -$SIPSAK -f -i -l 5081 -S $SIPFILE \ +$SIPSAK -S -i -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