Hi all,

I noticed a strance behaviour when passing an -bind_local - Argument:

Following the online-help:
./sipp -h
the remotehost must be added as first argument:
"sipp remote_host[:remote_port] [options]"

entering
./sipp 2.2.2.2 -sn uac -bind_local 1.2.3.4
results in

----------------------- Scenario Screen -------- [1-9]: Change Screen --
Call-rate(length) Port Total-time  Total-calls Remote-host
10.0(0 ms)/1.000s 5060     1.70 s           17 1.2.3.4:5060(UDP)

which is definitively the wrong remotehost

if I add the remotehost as the last argument,
./sipp -sn uac -bind_local 1.2.3.4 2.2.2.2
then the behavior is correct:

----------------------- Scenario Screen -------- [1-9]: Change Screen --
Call-rate(length) Port Total-time  Total-calls Remote-host
10.0(0 ms)/1.000s 5060     0.89 s            8 2.2.2.2:5060(UDP)


This error affects at least version 3.1 (svn803) and sipp 2.0 (20070426)


BR
Michael

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to