Hi,

your scenario works fine for me, so it's no error in the xml file.
Just to be sure try to recompile sipp:
make clean
make ossl

Enrico

[EMAIL PROTECTED] wrote:
> Thanks for your answer.
>
> I tryed but I have the same error message too:
> Unsupported keyword 'authentication username=alice password=secret' in xml
> scenario file
>
> My sipp compilation result:
>
> make ossl
> make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m`
> OBJ_TLS="auth.o sslinit.o sslthreadsafe.o  milenage.o rijndael.o"
> TLS_LIBS="-lssl -lcrypto" TLS="-D_USE_OPENSSL -DOPENSSL_NO_KRB5" sipp
> make[1]: Entering directory `/home/ags/sipp-1.1rc6'
> gcc    \
>  -o sipp auth.o sslinit.o sslthreadsafe.o  milenage.o rijndael.o  xp_parser.o
> scenario.o screen.o call.o comp.o sipp.o stat.o actions.o variables.o -ldl
> -lpthread -lncurses -lstdc++ -lm -L /usr/local/lib -L /usr/lib -L /usr/lib64
> -lssl -lcrypto
> make[1]: Leaving directory `/home/xxx/sipp-1.1rc6'
>
> Bye
>
>
> Quoting Enrico Hartung <[EMAIL PROTECTED]>:
>
>   
>> hi,
>>
>> try to add a password like
>>
>> [authentication username=alice password=secret]
>>
>> I'm not sure but I guess SIPp is expecting either username + password or
>> username + aka stuff.
>>
>> Enrico
>>
>>
>> [EMAIL PROTECTED] wrote:
>>     
>>> 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
>>>
>>>
>>>       
>>     
>
>
>
>   


-------------------------------------------------------------------------
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