sipp icon indicating copy to clipboard operation
sipp copied to clipboard

The SIPp testing tool

Results 196 sipp issues
Sort by recently updated
recently updated
newest added

based on an earlier PR which seems to have regressed https://github.com/SIPp/sipp/pull/367 someone else opened an issue earlier: https://github.com/SIPp/sipp/issues/586 I'm not familiar with this project tests so I skipped changing the...

I used sipp(v3.5.2) to make stress test of rtpengine, playing rtp and echo back ![image](https://user-images.githubusercontent.com/38545714/200732260-29c54581-8ac0-4341-9965-b92cbd0ac14a.png) when I make the call to 550, it will cause UAC server single ksoftirqd high...

media

In my use case I'm using SIPp to create only one call at a time (-m 1 -l 1 -r 1 -rp 1000). I expect that qq or Q or...

Is this something the developers are interested on? I can work on fixing most Clang-Tidy warnings.

Adding missing `;transport=[transport]` into Contact header for all UAC scenarion. Not sure which all files I have to change, but my idea was to use also TCP transport with SIPp...

[Idea](https://github.com/SIPp/sipp/pull/330) is to be able to use a command line parameter or csv file to pass the pcap file name into the xml scenario. If it's been implemented, how is...

media

As said on line 60, this check is only intended for OSX. ``` // OS X does not have clock_gettime, use clock_get_time ``` Hurd also uses Mach, but does not...

Hello, i need to implement the following scenario: ``` UAT--->INVITE (sdp)--->SIPp UATSIPp UATSIPp UAT

SIPp release: SIPp v3.6.1-SCTP-PCAP-RTPSTREAM. The Contact is: `Contact: Bob ` The [next_url] is: `Bob ` It should be: `sip:[email protected]:52166;ob` If there is no display name, [next_url] is correctly formatted.

RFC3261 states: `When a UAS responds to a request with a response that establishes a dialog (such as a 2xx to INVITE), the UAS MUST copy all Record-Route header field...