Questions tagged [sipp]

Use this tag on questions related to the use of the SIPp tool.

SIPp is a free Open Source test tool / traffic generator for the SIP protocol.

More information on http://sipp.sourceforge.net/

32 questions
7
votes
2 answers

Playing audio file using sipp

So using a syntax like ../sipp -sn uac SERVER_IP -s DESTINATION_NUMBER -ap AUTH_PASSWORD -aa -m 1 -l 1 -d 10000 I am able to initiate a sip call. What I want to achieve is, after the callee picks the call, play a .wav file and terminate the call…
BTR Naidu
  • 1,063
  • 3
  • 18
  • 45
5
votes
3 answers

How to encode WAV to play with SIPp

By looking into another SIPp related question I learned that it is now possible to play WAV files using the rtp_stream action. I've tried several different WAV files with no success. All I get is some noise instead of the expected sound. In one…
douglaslps
  • 8,068
  • 2
  • 35
  • 54
3
votes
1 answer

sipp pcap play packets sent from port '0' if i literally mention media port in scenario file

I am using sipp pcap play to send media from one particular port after sending 183 Session In Progress response. I can achieve this using -mp parameter. But After sending 200 OK, I want to send media from different media port, which I can't as if I…
Sivanandham
  • 135
  • 9
2
votes
0 answers

Docker cannot get specific ip

Hi I need to assign a specific ip for each docker container for my test automation program called sipp. I cannot ping or telnet to 192.168.173.215 Here is my configration: version: '3.3' services: sipp4: build: context: . …
hkn
  • 371
  • 1
  • 14
2
votes
1 answer

SIPp REGISTER Scenario

I am completely new to Network and SIPp. I just installed SIPp in my ubuntu. I tested the first scenario given in the website: http://sipp.sourceforge.net/doc/reference.html#Using+SIPp Here is the commands I used: # ./sipp -sn uas # ./sipp -sn uac…
Enes
  • 21
  • 1
  • 5
1
vote
1 answer

SIPp - INVITE ignored after successful registration

I am trying to configure SIPp for a UAS scenario where I want to check registration from the client app (correctly handle REGISTER request, check correct credentials) handle incoming call (INVITE request) The first part is working well, but when…
Martin Flaska
  • 673
  • 7
  • 10
1
vote
1 answer

Log result table using Sipp

So, sipp has -trace_msg and -trace_shortmsg But is there a way to also log the table it outputs? Basically I'd like a file that just quickly shows a count of messages succeeded and failed, essentially the table and it's counts for each message…
user1539405
  • 111
  • 1
  • 14
1
vote
1 answer

sipp keeps resending message

In a sipp scenario involving a register, I am getting the following error: Discarding message which can't be mapped to a known SIPp call: What I am seeing in the message log is a continuous repeat of the first message, a REGISTER message: …
Julien Lamarche
  • 931
  • 1
  • 12
  • 29
1
vote
2 answers

Convert an audio file into a pcap with codec G722

I need to convert an audio file (any common format) into a rtp stream saved in a .pcap file with G.722 Codec. The generated .pcap file will be sent with SIPp using: I know it is possible to send also .wav file…
Gsk
  • 2,929
  • 5
  • 22
  • 29
1
vote
0 answers

Can SIPP be pinned to a cpu in linux?

I have to do some testing and I am tasked with using SIPP on a linux machine to run these tests. In addition to that I was asked to find out if SIPP can be pinned to be only used by 1 CPU for each UAC instance of it. Thus far I have tried to use…
Felipe
  • 33
  • 3
1
vote
2 answers

SIPP testing calling to asterisk

I have finished SIPP configuration, and I want to test my asterisk server, is there any way on SIPP only call 10 times then stop automatically? what the command? I only know this command "./sipp -sn uac -d 10000 -s 1001 -l 10", but this ink can not…
1
vote
1 answer

SIPp client to target different hosts

I'm creating a SIPp script to generate a few SIP calls. Since I have 4 servers I need to load balance it between all of them. I understand SIPP will resolve the IP from a DNS at the beginning of the execution and use this IP until the scenario is…
douglaslps
  • 8,068
  • 2
  • 35
  • 54
1
vote
1 answer

How to use sippy_cup with passowrd authentication

I am looking for some help how to make sippy_cup scenario file. I would like to originate a call by sipp as UAC. An other soft client connected as UAS. An Asterisk server handle the connection between the two client. --- source:…
Krisz
  • 701
  • 7
  • 23
1
vote
1 answer

pysipp - Trying to use it with existing sipp conf file

Background I have an existing sipp conf file that I launch like so: sipp mysipdomain.net -sf ./testcall.conf -m 1 -s 12345 -i 10.1.1.1:5060 This runs just fine. It simulates a call in our test labs. But now I need to expand this test to make it a…
dot
  • 14,928
  • 41
  • 110
  • 218
1
vote
1 answer

SIPP Scenario (version 1.0 don't send digits)

Folks, I am trying to make calls to test a IVR Machine with SIPP. First, I am using the Sipp v1.0 final version. But this version does not have support to send digits to IVR Machine. So system is unable to answer calls. I tested using other…
1
2 3