Hi all,

I'd need your help to understand this problem I am having:

I run this command:

./sipp -sn uac 192.168.4.11 -i 192.168.4.78 -sf
/home/mostro/tests/register_client.xml -inf
/home/mostro/tests/register_client.csv -r 1 -m 1000 -l 10000 -trace_err -d
1000 -auth_uri 192.168.4.11

where x.x.4.11 is the server ip and x.x.4.78 is my local ip.

register_client.xml is the scenario where I try to register a phone and
register_client.csv is a list of users.

The problem is the following, when I finish the test, the report does not
show any fail tests. That's strange.
I've copied a part of the final report.

  Current Time           | 2008-05-28    09:15:22:750
1211976922.750478
-------------------------
+---------------------------+--------------------------
  Counter Name         | Periodic value            | Cumulative value
-------------------------
+---------------------------+--------------------------
  Elapsed Time           | 00:00:00:758              |
00:00:06:762
  Call Rate                      1.319 cps              |    0.887
cps
-------------------------
+---------------------------+--------------------------
  Incoming call created  |        0                  |
0
  OutGoing call created  |        1                  |
6
  Total Call created     |                           |
6
  Current Call           |        0
|
-------------------------+---------------------------+--------------------------
  Generic counter 1      |        1                  |
6
-------------------------+---------------------------+--------------------------
  Successful call        |        1                  |
6
  Failed call            |        0                  |
0
-------------------------+---------------------------+--------------------------
  Call Length            | 00:00:00:002              |
00:00:00:002
------------------------------ Test Terminated
--------------------------------

Thanks,
Cheers.
Martin.
<?xml version="1.0" encoding="ISO-8859-1" ?>

<scenario name="register_client">
  <send retrans="500">
    <![CDATA[
      REGISTER sip:[remote_ip] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: <sip:[EMAIL PROTECTED]>;tag=[call_number]
      To: <sip:[EMAIL PROTECTED]>
      Call-ID: [call_id]
      CSeq: 1 REGISTER
      Contact: sip:[EMAIL PROTECTED]:[local_port]
      Max-Forwards: 5
      Expires: 1800
      User-Agent: SIPp/Linux
      Content-Length: 0
    ]]>
  </send>

  <recv response="401" auth="true" counter="1">
  </recv>

  <send retrans="500">
    <![CDATA[
      REGISTER sip:[remote_ip] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: <sip:[EMAIL PROTECTED]>;tag=[call_number]
      To: <sip:[EMAIL PROTECTED]>
      Call-ID: [call_id]
      CSeq: 2 REGISTER
      Contact: sip:[EMAIL PROTECTED]:[local_port]
      [field2]
      Supported: path
      Max-Forwards: 5
      Expires: 1800
      User-Agent: SIPp/Linux
      Content-Length: 0

    ]]>
  </send>

  <recv response="200">
  </recv>
</scenario>
SEQUENTIAL
123456789012;voipuat.goosip.lan;[authentication username=123456789012 password=tKYyuaDBr];123456789014
123456789014;voipuat.goosip.lan;[authentication username=123456789014 password=dSoqmxEAM];123456789012
123456789012;voipuat.goosip.lan;[authentication username=123456789012 password=tKYyuaDBr];123456789014
123456789014;voipuat.goosip.lan;[authentication username=123456789014 password=dSoqmxEAM];123456789012




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to