简体   繁体   English

SIPP测试要求星号

[英]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? 我已经完成了SIPP配置,我想测试我的星号服务器,SIPP上是否有任何方法只能调用10次然后自动停止? what the command? 什么命令? I only know this command " ./sipp -sn uac -d 10000 -s 1001 -l 10 ", but this ink can not stop automatically 我只知道此命令“ ./sipp -sn uac -d 10000 -s 1001 -l 10 ”,但是这种墨水无法自动停止

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

  -m               : Stop the test and exit when 'calls' calls are processed

将-m添加到命令行。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM