FYI -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : vendredi 13 avril 2007 14:37 À : Boulkroune, Olivier (Non-HP:Atos Origin) Objet : RE: [Sipp-users] Sipp-users Digest, Vol 11, Issue 6
Thanks for your reply... Now I am able to register. I didn't install it in proper way (make ossl), that's why I got a problem. Thanks once again Thanks & Regards Vasantha -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boulkroune, Olivier (Non-HP:Atos Origin) Sent: Friday, April 13, 2007 6:00 PM To: [EMAIL PROTECTED] Subject: Re: [Sipp-users] Sipp-users Digest, Vol 11, Issue 6 Vasantha, Did you compile sipp using the following command: make clean make ossl ? Olivier Boulkroune Message: 1 Date: Tue, 10 Apr 2007 13:57:15 +0530 From: <[EMAIL PROTECTED]> Subject: Re: [Sipp-users] Reg:Failed to register SIPp with openIms To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hi, Please try giving only three parameters in authorization header field as given below. Authorization: Digest username="[EMAIL PROTECTED]", realm="open-ims.test",integrity-protected="yes" I tried registration scenarios with OpenIms. I used the above syntax. Hope this will help. Regards, Geetha. ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 11:53 AM To: [EMAIL PROTECTED] Subject: [Sipp-users] Reg:Failed to register SIPp with openIms Hi, I am working with SIPp .1rc8 stable version , and I am trying to register SIPp with open-ims. But I am getting the below problem Unsupported keyword 'authentication [EMAIL PROTECTED] password=cathy' in xml scenario file. Below is the syntax for my xml scenario file and the screen shot of call flow ________________________________________________________________________ _______________________________________________________________________ <scenario name="register"> <send retrans="500"> <![CDATA[ REGISTER sip:open-ims.test SIP/2.0 Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch] Max-Forwards: 70 Contact: <sip:[EMAIL PROTECTED]:[local_port];rinstance=fa7fce6de4a612e2> To: "[service]"<sip:[EMAIL PROTECTED]> From: "[service]"<sip:[EMAIL PROTECTED]>;tag=[pid]SIPpTag07[call_number] Authorization:Digest username="[EMAIL PROTECTED]",realm="open-ims.test",algorithm=MD5, nonce="bb90021936102a65e58251f16d2847c2",uri="sip:open-ims.test" Call-ID: [call_id] CSeq: 1 REGISTER Content-Length: 0 Expires: 3600 ]]> </send> <recv response="401" auth="true"> </recv> <send retrans="500"> <![CDATA[ REGISTER sip:open-ims.test SIP/2.0 Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch] Max-Forwards: 70 Route:[$1] Contact: <sip:[EMAIL PROTECTED]:[local_port];rinstance=fa7fce6de4a612e2> To: "[service]"<sip:[EMAIL PROTECTED]> From: "[service]"<sip:[EMAIL PROTECTED]>;tag=[pid]SIPpTag07[call_number] [authentication [EMAIL PROTECTED] password=cathy] Call-ID: [call_id] CSeq: 1 REGISTER Content-Length: 0 Expires: 3600 ]]> </send> <recv response="200" rtd="true"></recv> </scenario> Messages Retrans Timeout Unexpected-Msg REGISTER ----------> 1 0 0 401 <---------- 1 0 0 REGISTER ----------> 0 0 0 200 <---------- E-RTD1 0 0 0 ------------------------------ Test Terminated -------------------------------- I tried to check whether any requests posted regarding this issue in SIPp mailing list, but I getting Error page while opening the website. Please kindly help me in this regard as soon as possible. Thanks & Regards Vasantha *************** ------------------------------------------------------------------------ - 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=DEVDE V _______________________________________________ Sipp-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sipp-users This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. ------------------------------------------------------------------------- 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
