-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to run a test with -mp option and auto_media_port in the scenario #558
Comments
On master
Running |
Thank you for the clarification @DomMartin27 I will test this out today and get back ASAP |
I was able to run my scenario using the following: I removed "auto_media_port" from the xml. I am confused about one thing. I was expecting the RTP ports in my packet capture to be different on the UAC side for each generated call but they are all the same, 10000 UDP as source port for RTP packets leaving UAC. What am I missing? Do I need to change the following section in my xml scenario file?: m=audio [media_port] RTP/AVP 8 |
Can you send both the uac and uas script, combined with the command used please |
Sure, on the UAS side I used the following: Both virtual machines are located in the same subnet. |
The UAC xml file, is it the same as the one you originally attached? did you change |
@DomMartin27 UAC XML is still the same, except [auto_media_port] is now [media_port]. Like you mentioned. On UAC I execute the following: SIPp version on both sides is: v3.7.0_rc1-13-gf44d0cf-TLS-SCTP-PCAP |
I am also facing the same issue in the SIPp screen as the screenshot shown above. The issue happend for me when I executed the performance test with more than 100 calls checked on SIPp v3.7.0_rc1-13-gf44d0cf-TLS-SCTP-PCAP. |
Has same issue: did rebuild sipp to v3.4 and change |
I'm having the same issue, with all calls using same |
Same here. [media_port] doesn't increment when using -min_rtp_port 5000 -max_rtp_port 6000 so all outgoing SDP's all have the same port 5000. |
@Palezvar rebuild sipp3.7.1 call.cpp
|
I'm using 3.7.2 and am having the same issue where the UAS is not incrementing the RTP source port thus only the 1st call is setting up with 2 way RTP stream |
We have been playing with sipp for a while now. When we first started practicing with the scenarios, the version was SIPp v3.7-dev-20-gef87c87-TLS-SCTP-PCAP-RTPSTREAM-RTPCHECK. We saved our working scenarios. Today we just built a fresh copy of sipp (SIPp v3.7.0_rc1-13-gf44d0cf-TLS-SCTP-PCAP). The master was pointing to a different version. We tried to run the same tests and one of them did not work.
We have two separate VMs that host the sipp applications in the same subnet: VM1) IP: 10.10.10.148 (uac) VM2) IP: 10.10.10.149 (uas)
Both are Ubuntu 20.04 LTS.
Following is our test case:
VM1) sipp -p 5060 -sf uac_pcap.xml -l 10 -m 30 -r 5 -i 10.10.10.148 -mp 10000 -trace_stat -stf report.csv -fd 10 10.10.10.149:5060
VM2) sipp -sn uas -i 10.10.10.149 -mi 10.10.10.149
This scenario works on SIPp v3.7-dev-20-gef87c87-TLS-SCTP-PCAP-RTPSTREAM-RTPCHECK. However, with SIPp v3.7.0_rc1-13-gf44d0cf-TLS-SCTP-PCAP, on uac side, as soon as I enter the same command on VM1, it outputs the --help menu as if I entered an invalid command combination.
Has anyone seen this issue?
Here is my scenario:
uac_pcap.zip
Thanks
The text was updated successfully, but these errors were encountered: