Pārlūkot izejas kodu

units/tlcust0001: removed the restart of nc

Daniel-Constantin Mierla 4 gadi atpakaļ
vecāks
revīzija
8f3408315a
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      units/tlcust0001/tlcust0001.sh

+ 0 - 3
units/tlcust0001/tlcust0001.sh

@@ -10,9 +10,6 @@ echo "--- start kamailio -f ./kamailio-tlcust0001.cfg"
 ${KAMBIN} -P ${KAMPID} -w ${KAMRUN} -Y ${KAMRUN} -f ./kamailio-tlcust0001.cfg -a no 2>&1 | tee /tmp/kamailio-tlcust0001.log &
 ret=$?
 sleep 1
-echo "--- restart nc -ulp 24680 | tee /tmp/kamailio-tlcust0001.netcat &"
-killall nc
-nc -ulp 24680 | tee /tmp/kamailio-tlcust0001.netcat &
 echo "--- run sipsak -s sip:[email protected]"
 sipsak -s sip:[email protected]
 sleep 1