Hi all,

I would like to use the "-users N" option to always have N calls being
run, and also simulate different users at the same time, so I added
the [userid] keyword as in this example:

  <send>
    <![CDATA[

      REGISTER sip:alekstest.com SIP/2.0
      Route: <sip:192.168.2.7;lr;transport=UDP>
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: User [userid] <sip:123456[user...@alekstest.com>;tag=[call_number]
      To: User [userid] <sip:123456[user...@alekstest.com>
      Call-ID: [call_id]
      CSeq: 1 REGISTER
      Contact: <sip:123456[user...@[local_ip];transport=UDP>;expires=3600
      Supported: sec-agree
      Expires: 3600
      Content-Length: 0

    ]]>
  </send>

But I get the following error:
2008-12-23 20:50:50: Unsupported keyword 'userid' in xml scenario file.

I run sipp as follows:
$> sipp -sf scenario.xml -r 1 -rp 1000 -users 10 192.168.2.7

Needless to say, I am quite new to sipp, so probably I am doing
something really wrong...

Any hint?

Thanks in advance,
-Aleksander

------------------------------------------------------------------------------
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to