瀏覽代碼

units/tlcust0001: removed the restart of nc

Daniel-Constantin Mierla 4 年之前
父節點
當前提交
8f3408315a
共有 1 個文件被更改,包括 0 次插入3 次删除
  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