---------- Forwarded message ---------- From: Karuna Gaur <[EMAIL PROTECTED]> Date: Thu, Mar 27, 2008 at 10:02 PM Subject: Re: [Sipp-users] Registration Authentication To: Simon Flannery <[EMAIL PROTECTED]>
Hi Simon, Actually earlier I had install the SIPP version 1.0 for windows. I found out that it doesn't support authentication. Could you please direct me to the correct version for windows which support authentication and compilation instructions. I couldn't find it on SIPP website. Thanks, Karuna Simon Flannery <[EMAIL PROTECTED]> wrote: Hi Karuna, Yes, to use authentication you need to also have OpenSSL (>= 0.9.8) installed on your machine. HTH, Simon On Thu, Mar 27, 2008 at 1:14 AM, Karuna Gaur wrote: > Hi Simon, > > I tried to generate registration for valid parameters as well and still the > "authetication" header was not created correctly. I tired to run "make ossl" > from the sipp/src directory and it didn't go through. Do I need to install > anything else for Authentication purpose or need to do any settings? > > Thanks, > Karuna > > > Simon Flannery wrote: > Hi Karuna, > > You said you were trying to generate "fake" registration traffic, > correct? I assume you are using fake "[authentication]" parameters? > > It seems like you: > > Send REGISTER signal (CSeq 1) > Receive 401 signal (CSeq 1) > Send REGISTER with authentication signal (CSeq 2) > Receive 400 "Invalid authentication" signal (CSeq 2) > > This is correct. > > Maybe you want to change the line: > > > > to > > > > or > > > > > > > Or are you expecting 200 "OK"? Oh, and "authetication" is mis-spelt :) > Maybe that is the issue? > > HTH, > > Simon > > > > On 3/26/08, Karuna Gaur wrote: > > Hi, > > > > I am trying to generate fake registrations using SIPp tool. I an new user > of > > sipp tool. > > I am having problem in authentication. > > I am using the script below. > > Sending the command: > > ./sipp 135.25.31.27:5060 -i 135.91.160.239 -p 5060 -sf registration.txt -m > 1 > > Getting error message: > > 2008-03-25 11:25:11: Unexpected message for Call-ID > > '[EMAIL PROTECTED] > > all.id': while expecting '200' response, received 'SIP/2.0 400 Invalid > > authetica > > tion header > > Via: SIP/2.0/UDP 135.91.160.239:5060;branch=z9hG4bK88855544011 > > From: 8885554401 ;tag=1 > > To: 8885554401 > > > ;tag=aprqngfrt-ppfvd20000040 > > Call-ID: [EMAIL PROTECTED] > > CSeq: 2 REGISTER > > ' . > > > > I have set auth="true" and still it's not getting the Authentication > header > > from the 401 message. > > Could you please help me. > > > > ?xml version="1.0" encoding="ISO-8859-1" ?> > > > > > > > > > REGISTER sip:etsdev.lz.att.com SIP/2.0 > > Via:SIP/2.0/UDP > > [local_ip]:[local_port];branch=z9hG4bK88855544011 > > To: 8885554401 > > From:8885554401 > > > ;tag=[call_number] > > Call-ID: [call_id] > > CSeq: 1 REGISTER > > Contact: 8885554401 > > > > Content-Length: 0 > > Max-Forwards: 70 > > Expires:3600 > > ]]> > > > > > > > > > > > REGISTER sip:etsdev.lz.att.com SIP/2.0 > > Via: SIP/2.0/UDP > > [local_ip]:[local_port];branch=z9hG4bK88855544011 > > From:8885554401 > > ;tag=[call_number] > > To: 8885554401 > > Contact: 8885554401 > > > > > [authetication] > > Call-ID: [call_id] > > CSeq: 2 REGISTER > > Max-Forwards: 70 > > Expires:3600 > > Content-Length: 0 > > ]]> > > > > > > > > > > > > > > > > > > Thanks in advance. > > Kiran > > > > ________________________________ > > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it > > now. > > > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > _______________________________________________ > > Sipp-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/sipp-users > > > > > > > > ________________________________ > Looking for last minute shopping deals? Find them fast with Yahoo! Search. > > ________________________________ Never miss a thing. Make Yahoo your homepage. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
