SIPp / pysipp

SIPp for Humans - launch multiple agents with Python
GNU General Public License v2.0
179 stars 55 forks source link

Wonder how to simulate several sipp call. #81

Open ClementLu opened 2 years ago

ClementLu commented 2 years ago

Hi, thanks for your great software! Here is the thing, I was trying to use this software to simulte multiple sipp call, however, I only made it dial one way no matter what the limit argument is in pysipp_conf.py. It has confused me for several days, may I get some instructions, please? Here are the sipp commands I used: '/usr/local/bin/sipp' -i '192.168.89.220' -p '16000' -sf '/root/PycharmProjects/pysipp/tests/scens/test_me/uas.xml' -d '40s' '192.168.89.45':'5060' '/usr/local/bin/sipp' -i '192.168.89.224' -p '16000' -sf '/root/PycharmProjects/pysipp/tests/scens/test_me/uac.xml' -d '40s' -r '2' -l '34' -rp '1' -inf '/home/qinch/sipP/VM/AT/Caller_AttendTransfer.csv' '192.168.89.45':'5060'