Patches item #1658341, was opened at 2007-02-12 21:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=637566&aid=1658341&group_id=104305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: sipp
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Artem Naluzhny (tutanhamon)
Assigned to: Nobody/Anonymous (nobody)
Summary: [md5 authentication] empty username in Authorization: header

Initial Comment:
sipp-2007-01-30 compiled with SSL support. sipp command line contains -s and 
-ap parameters. Following template

REGISTER sip:[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: <sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
To: <sip:[EMAIL PROTECTED]:[local_port]>
Call-ID: [call_id]
CSeq: [cseq] REGISTER
User-Agent: PortaSIP selftest UA
Contact: sip:[EMAIL PROTECTED]:[local_port]
[authentication]
Content-Length: 0
Expires: 500

generates Authorization: header with empty username parameter:

REGISTER sip:10.233.248.50 SIP/2.0
Via: SIP/2.0/UDP 10.233.248.43:5064;branch=z9hG4bK-15450-1-2
From: <sip:[EMAIL PROTECTED]:5064>;tag=1
To: <sip:[EMAIL PROTECTED]:5064>
Call-ID: [EMAIL PROTECTED]
CSeq: 2 REGISTER
User-Agent: PortaSIP selftest UA
Contact: sip:[EMAIL PROTECTED]:5064
Authorization: Digest
username="",realm="10.233.248.43",uri="sip:10.233.248.50:5060",nonce="45c90fe85938e4b5ab67fc45e4358db12d503ed5",response="2386735f0c32f7c9bf946a4580062b5d",algorithm=MD5
Content-Length: 0
Expires: 500


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=637566&aid=1658341&group_id=104305

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to