Skip to content

Instantly share code, notes, and snippets.

@micoli
Created October 22, 2015 22:49
Show Gist options
  • Save micoli/3cc7cfaa5ca11138fbed to your computer and use it in GitHub Desktop.
Save micoli/3cc7cfaa5ca11138fbed to your computer and use it in GitHub Desktop.
sipp -sd uac | sed "s/\[service\]/\[field0\]/g" > uac.xml
sipp -sd uac_pcap | sed "s/\[service\]/\[field0\]/g" > uac_pcap.xml
echo "SEQUENTIAL" > uac.csv
echo "6000" >> uac.csv
echo "6001" >> uac.csv
sudo sipp -sf uac_pcap.xml -d 4000 -l 5 192.168.1.226 -inf uac.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment