Federico La Volpe wrote: > Hi guys, I am new on this group. > I am testing the Sipp, but I have a problema, when the Sipproxy sent > to the SIpp UAC the 407, it does not response with the new invite > includind the Digest > > Someone knows what is wrong? > here i copy the code > thank you > > > <recv response="407" auth=true> > <send> > <![CDATA[ > INVITE sip:[EMAIL PROTECTED] > <mailto:sip:[EMAIL PROTECTED]> SIP/2.0 > Via: SIP/2.0/[transport] [local_ip]:[local_port] > From: 1151681326 > <sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number] > To: <sip:[EMAIL PROTECTED] > <mailto:sip:[EMAIL PROTECTED]>> > Call-ID: [call_id] > Cseq: 1 INVITE > Contact: <sip:[EMAIL PROTECTED]:[local_port]> > [authentication username=1151681326 password=fede2399] > > Max-Forwards: 70 > Content-Type: application/sdp > Subject: Performance Test > Content-Length: [len] > > v=0 > o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] > s=shit > t=0 0 > c=IN IP[media_ip_type] [media_ip] > m=audio [media_port] RTP/AVP 0 > a=rtpmap:0 PCMU/8000 > > ]]> > </send> > > </recv> > It looks like you are trying to use SIPp as an authentication server. This will not work, as server side authentication is currently not implemented.
Olivier. ------------------------------------------------------------------------- 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
