Hi,
I found this thread because I have got the same problem. Please, Mosbah, If you resolved the registration process, tell us how did you do it, because it could be helpful for other people. I attached my sipp script and the wireshark information of my UE. Thanks in advace, On Mon, Jun 22, 2009 at 10:45 AM, Kirwan, David (David) <dkir...@avaya.com>wrote: > From the RFC 3261 SIP: Session Initiation Protocol > > 21.4.2 *401 Unauthorized* > > > > The request requires user authentication. This response is issued by > > UASs and registrars, while 407 (Proxy Authentication Required) is > > used by proxy servers. > > The request you are sending does not contain the correct authentication > information, > please attached your scenario file. > > ------------------------------ > *From:* mosbah agil [mailto:mmaas...@yahoo.com] > *Sent:* 20 June 2009 12:26 > *To:* IMS; Franz edler; Richard Good > *Cc:* SIPp mailing list > *Subject:* [Sipp-users] IMS-SIPp registration error > > Hi all, > we try to register on IMS using SIPp but this error appear in the SIPp > terminal, if any one know what we should do to overcome this error, please > help me. > > best regards, > Mosbah. > > > ************ > 2009-06-20 12:21:34: Aborting call on unexpected message for Call-ID ' > 1-7...@192.168.100.22': while expecting '200' response, received 'SIP/2.0 > *401 Unauthorized - Challenging the UE* > Via: SIP/2.0/UDP 192.168.100.22:5060;rport=5060;branch=z9hG4bK-7118-1-2 > From: "bob" <sip:b...@hii2-ims.test>;tag=1 > To: "bob" <sip:b...@hii2-ims.test > >;tag=d06116319426125fe9069e4ac62d5a83-d94e > Call-ID: reg///1-7...@192.168.100.22 > CSeq: 2 REGISTER > Path: <sip:t...@192.168.100.14:4060;lr> > Service-Route: <sip:o...@scscf.hii2-ims.test:6060;lr> > Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, > MESSAGE, INFO > Server: Sip EXpress router (2.1.0-dev1 OpenIMSCore (i386/linux)) > Content-Length: 0 > Warning: 392 192.168.100.14:6060 "Noisy feedback tells: pid=6413 > req_src_ip=192.168.100.14 req_src_port=5060 > in_uri=sip:scscf.hii2-ims.test:6060 out_uri=sip:scscf.hii2-ims.test:6060 > via_cnt==3" > WWW-Authenticate: Digest realm="hii2-ims.test", > nonce="8NejVST30rdbKHMyLjUYtEPLEkZUfAAA/lcHsC/j9CY=", qop="auth", > algorithm=AKAv1-MD5 > > > > > ------------------------------------------------------------------------------ > Are you an open source citizen? Join us for the Open Source Bridge > conference! > Portland, OR, June 17-19. Two days of sessions, one day of unconference: > $250. > Need another reason to go? 24-hour hacker lounge. Register today! > > http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org > _______________________________________________ > Sipp-users mailing list > Sipp-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sipp-users > > -- Vanessa Tejada
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE scenario SYSTEM "sipp.dtd"> <scenario name="reg_DIALOG_ims" on_unexpected="9" default_behavior="false"> <send retrans="500" start_rtd="1"> <![CDATA[ REGISTER sip:[field1] SIP/2.0 Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch] From: "[field0]" <sip:[fiel...@[field1]>;tag=[call_number] To: "[field0]" <sip:[fiel...@[field1]> Call-ID: [call_id] CSeq: 1 REGISTER Contact: <sip:[fiel...@[local_ip]:[local_port]>;expires=1800 Expires: 1800 Max-Forwards: 70 Content-Length: 0 Authorization: Digest username="[fiel...@[field1]", realm="[field1]" Supported: path ]]> </send> <recv response="401" auth="true" auth_assign_to="u2" rtd="1"> </recv> <send retrans="500" start_rtd="2"> <![CDATA[ REGISTER sip:[field1] SIP/2.0 Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch] From: "[field0]" <sip:[fiel...@[field1]>;tag=[call_number] To: "[field0]" <sip:[fiel...@[field1]> Call-ID: [call_id] CSeq: 2 REGISTER Contact: <sip:[fiel...@[local_ip]:[local_port]>;expires=1800 Expires: 1800 Max-Forwards: 70 Content-Length: 0 [authentication username="[fiel...@[field1]" password="[field0]" challenge_from="[$u2]" challenge_type=401] Supported: path ]]> </send> <recv response="200" rtd="2" crlf="true"> </recv> <!-- definition of the response time repartition table (unit is ms) --> <ResponseTimeRepartition value="10, 20"/> <!-- definition of the call length repartition table (unit is ms) --> <CallLengthRepartition value="10"/> </scenario>
info.cap
Description: Binary data
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference
_______________________________________________ Sipp-users mailing list Sipp-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sipp-users