SIPP testing calling to asterisk

510 Views Asked by At

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 stop automatically

2

There are 2 best solutions below

0
arheops On

http://wiki.td-er.nl/index.php?title=SIPp_command_line_parameters

  -m               : Stop the test and exit when 'calls' calls are processed
0
Jeevan Chaitanya On

Add -m to command line.

./sipp -sn uac -d 10000 -s 1001 -m 10