hi

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="45c90fe
85938e4b5ab67fc45e4358db12d503ed5",response="2386735f0c32f7c9bf946a4580062b5d",algorithm=MD5
Content-Length: 0
Expires: 500


[authentication username=joe password=schmo] works fine but I am to
use command line options for user name and password for the scenario.

-- 
tut
DaRK VoIP GuRU

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