I have trouble with sipp: when i lunch it, it's failled and i obtain this
message:
Unsupported keyword 'authentication username=alice' in xml scenario file.
My question is: Why??
I have Sipp 1.1 rc6 compile with: make ossl

My xml senario files:


<scenario name="OpenImsRegistrationtest">
<send retrans="5000">
<![CDATA[

REGISTER sip:[field1] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
To: <sip:[EMAIL PROTECTED]>
From: <sip:[EMAIL PROTECTED]>;tag=[call_number]
Call-ID: [call_id]
CSeq: 1 REGISTER
Contact: sip:[EMAIL PROTECTED]:[local_port]
Expires: 600000
Content-Length: 0
]]>
</send>
<recv response="403" optional="true"></recv>
<recv response="401" auth="true"></recv>

<send retrans="5000">
<![CDATA[

REGISTER sip:[field1] SIP/2.0
[last_Via:]
Max-Forwards: 70
[last_To:]
[last_From:]
[last_CALL-ID:]
[authentication username=alice]
CSeq: 2 REGISTER
[last_Contact:]
Expires: 600000
Content-Length: 0
]]>
</send>
<recv response="200" rtd="true">
</recv>
<!-- definition of the response time repartition table (unit is ms)   -->
  <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>

  <!-- definition of the call length repartition table (unit is ms)     -->
  <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>

</scenario>

Thanks and bye

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to