I want to test load on a oracle acme packet SBC using Sipp tool. Sipp already installed on ubuntu 16.04 server. Need sample script for load testing.do we need to edit any .xml files?
Need to send INVITES and RTP via sipp tool. Remote server IP/port and sipp server ip/port details available. I have tried below sample command but it did not worked properly
sipp -sf your_script.xml -i [local_ip] -p [local_port] -m [number_of_calls] -s [service] -l [concurrent_calls] -r [call_rate]
Try ./sipp -sf your_script.xml REMOTE_IP:PORT -i [local_ip] -p [local_port] -l [concurrent_calls] -r [call_rate]
Check this link below, it will help in your request about the xml file: https://sipp.readthedocs.io/en/latest/int_scenarios.html You can use UAC with media scenario (uac_pcap.xml).