Claim your Biolink Click Here
0 like 0 dislike
9.9k views
in Education & Reference by (1.1k points) | 9.9k views

2 Answers

0 like 0 dislike

Once you have your server instance created login via ssh and install the following dependancies for Sipp.

yum install make gcc gcc-c++ ncurses ncurses.x86_64 ncurses-devel ncurses-devel.x86_64 openssl libnet libpcap libpcap-devel libpcap.x86_64 libpcap-devel.x86_64 gsl gsl-devel

Now that all the dependancies are installed download and extract the Sipp source code.

cd /usr/src
wget https://sourceforge.net/projects/sipp/files/sipp/3.4/sipp-3.3.990.tar.gz
OR
wget https://excellmedia.dl.sourceforge.net/project/sipp/sipp/3.4/sipp-3.3.990.tar.gz
tar -zxvf sipp-3.3.990.tar.gz

The next step is to compile the Sipp application, so we need to go to the Sipp directory and run make.

cd /usr/src/sipp-3.3.990
./configure
make all

Now Sipp is compiled and you can start using it with the following commands.

cd /usr/src/sipp-3.3.990
./sipp -sn uac -d 200000 -s 123456789 127.0.0.1 -l 10 -r 2 -m 10
by
edited
0 0
Thanks but I need with PCAP play support:
0 0
modified the command
./configure --with-pcap
0 0
How to test  UAC and UAS scenario with media and echo back
0 0
UAC AND UAS on same HOST

USER AGENT CLIENT: ./sipp -sn uac -s 123456789 REMOTESERVERIP -sf uac_pcap.xml -r 1 -l 1 -m 1 -d 500000


USER AGENT SERVER: ./sipp -sn uas -rtp_echo


REMOTESERVERIP ---> (for pass the calls to check the performance)
-rtp_echo ---> (to echo back to sender)
uac_pcap.xml ---> (path /usr/src/sipp-3.3.990/uac_pcap.xml for passing media via UAC)
1 like 0 dislike

./sipp -sf uac_pcap.xml -d 80000 -s 1234567890 remote-ip:port -l 240 -r 3 -m 240 -mp 5606 -i sipp-ip(localIP)

-d does not have any significance as we have mentioned .xml file where we say rum media for 30 seconds

by (1.1k points)

Related questions

1 like 0 dislike
1 answer
1 like 0 dislike
1 answer
asked Jan 4, 2018 in Education & Reference by Sam (1.6k points) | 1.1k views
1 like 0 dislike
1 answer
1 like 0 dislike
1 answer
asked Sep 7, 2017 in Education & Reference by Krish (1.1k points) | 526 views
3 like 0 dislike
1 answer
asked May 27, 2021 in Education & Reference by Yogi (460 points) | 547 views
2 like 0 dislike
0 answers
asked May 31, 2020 in Education & Reference by Marc (4.7k points) | 294 views
2 like 0 dislike
2 answers
asked May 30, 2020 in Education & Reference by john (80 points) | 563 views
0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
asked Jan 4, 2018 in Education & Reference by Simmi (820 points) | 492 views
2 like 1 dislike
2 answers
asked Nov 29, 2017 in Education & Reference by Sam (1.6k points) | 4.2k views

Where your donation goes
Technology: We will utilize your donation for development, server maintenance and bandwidth management, etc for our site.

Employee and Projects: We have only 15 employees. They are involved in a wide sort of project works. Your valuable donation will definitely boost their work efficiency.

How can I earn points?
Awarded a Best Answer 10 points
Answer questions 10 points
Asking Question -20 points

1,310 questions
1,471 answers
569 comments
4,809 users