remote-host as last position argument#38
Conversation
Wowee I didn't realize the docs had been improved so much 👍 ! Thanks again @y-luis! Weird we never ran into this problem in CI or any production uses for that matter, heh. I for one have always stuck the |
|
@y-luis hey, just looking at the history here. Do you mind doing a Thanks! |
ecb54bd to
68ed8ab
Compare
|
|
Fix sipp build. Test with default Trusty.
68ed8ab to
4c955a0
Compare
Generated sipp call (using a custom scenario):
sipp 10.22.22.20:5060 -i 10.22.22.191 -p 5060 -bind_local 10.22.22.191 -sf normal_registration-0000_uas.xml -r 1 -m 1 -inf users.csvseems wrong since the remote server address is the last argument sipp receives (check documentation). In fact running that command in the commend line, scenario also fails.Nevertheless, changing just the first argument to the last position:
sipp -sf normal_registration-0000_callee.xml -r 1 -m 1 -bind_local 10.22.22.191 -i 10.22.22.191 -inf users.csv -p 5060 10.22.22.20:5060, in the command line, it ends successfully.