Files
dsfin-ansible/roles/sipclient/files/startclient.sh
Pi 49fd61019b initial download and build of sipp
still need to copy startup scripts (client/server) and cron
2019-03-14 14:27:10 -04:00

9 lines
158 B
Bash
Executable File

#!/bin/bash
if pgrep sipp >/dev/null
then
echo "sipp is running"
else
cd /home/pi/sipp
./sipp -sn uac_pcap 192.168.198.2 -bg -l 10
fi