lyx2014 / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip
0 stars 0 forks source link

SIP/2.0 401 Unauthorized - Challenging the UE #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.when trying to connect SIPML5 WebRTC2Sip and Open IMS Core
2.also cant connect IMSDroid/v2.0.509 to WebRTC2SIP server

What is the expected output? What do you see instead?
sipml5 register successfully, the message "Challenging the UE",

What version of the product are you using? On what operating system?
resiprocate checkout 9737, SIPML5, Ubuntu 12.04

Please provide any additional information below.

SIP/2.0 401 Unauthorized - Challenging the UE
Via: SIP/2.0/TCP 
192.168.0.104:32959;branch=z9hG4bKdaEESXJ3UpETLLW1CATOphhp6c85BvpH;rport=32959;r
eceived=192.168.0.104
Path: <sip:term@pcscf.open-ims.test:4060;lr>
Service-Route: <sip:orig@scscf.open-ims.test:6060;lr>
To: <sip:bob@open-ims.test>;tag=1312b9511db0471d35ba56752783772c-68e2
From: <sip:bob@open-ims.test>;tag=U8Ge1JdrhgxX3Nfohwfp
Call-ID: c1605d94-f01e-c15b-4a7d-dc29b5410ec9
CSeq: 35250 REGISTER
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, PUBLISH, 
MESSAGE, INFO
Server: Sip EXpress router (2.1.0-dev1 OpenIMSCore (i386/linux))
Warning: 392 192.168.0.101:6060 "Noisy feedback tells:  pid=13240 
req_src_ip=192.168.0.101 req_src_port=5060 in_uri=sip:scscf.open-ims.test:6060 
out_uri=sip:scscf.open-ims.test:6060 via_cnt==4"
WWW-Authenticate: Digest realm="open-ims.test", 
nonce="cuvLYyH2HyVxj1wvhyNQpFHytiJeMgAA9OzN2yH3umo=", algorithm=AKAv1-MD5, 
qop="auth,auth-int"
Content-Length: 0

sigcomp id=
DEBUG | 20121120-235140.549 | repro | RESIP:TRANSACTION | 3038722880 | 
TuSelector.cxx:70 | Send to TU: TU: Proxy size=0 

ServerTransactionTerminated daEESXJ3UpETLLW1CATOphhp6c85BvpH
DEBUG | 20121120-235140.549 | repro | REPRO:APP | 3013544768 | Proxy.cxx:154 | 
Got: ServerTransactionTerminated daEESXJ3UpETLLW1CATOphhp6c85BvpH
INFO | 20121120-235140.549 | repro | REPRO:APP | 3013544768 | 
RequestContext.cxx:73 | RequestContext::process(TransactionTerminated) 
daEESXJ3UpETLLW1CATOphhp6c85BvpH : numtrans=2 final=1 req=SipReq:  REGISTER 
open-ims.test tid=daEESXJ3UpETLLW1CATOphhp6c85BvpH cseq=35250 REGISTER 
contact=bob@df7jal23ls0d.invalid / 35250 from(wire)
DEBUG | 20121120-235140.549 | repro | RESIP:TRANSPORT | 3030330176 | 
TcpBaseTransport.cxx:263 | Processing write for [ V4 192.168.0.104:32959 WS 
target domain=unspecified mFlowKey=56 ]
DEBUG | 20121120-235140.549 | repro | RESIP:TRANSPORT | 3030330176 | 
ConnectionManager.cxx:59 | Found fd 56
DEBUG | 20121120-235145.481 | repro | RESIP:TRANSACTION | 3038722880 | 
TuSelector.cxx:70 | Send to TU: TU: Proxy size=0 

ClientTransactionTerminated 26b3ed3c5484e215
DEBUG | 20121120-235145.481 | repro | REPRO:APP | 3013544768 | Proxy.cxx:154 | 
Got: ClientTransactionTerminated 26b3ed3c5484e215
INFO | 20121120-235145.481 | repro | REPRO:APP | 3013544768 | 
RequestContext.cxx:73 | RequestContext::process(TransactionTerminated) 
26b3ed3c5484e215 : numtrans=1 final=1 req=SipReq:  REGISTER open-ims.test 
tid=IaiLRhL50icXx5oqB6aqyAM2JMIxeb1T cseq=35249 REGISTER 
contact=bob@df7jal23ls0d.invalid / 35249 from(wire)
DEBUG | 20121120-235145.481 | repro | REPRO:APP | 3013544768 | 
RequestContext.cxx:56 | RequestContext::~RequestContext() 0xb28004f8
DEBUG | 20121120-235145.548 | repro | RESIP:TRANSACTION | 3038722880 | 
TuSelector.cxx:70 | Send to TU: TU: Proxy size=0 

Original issue reported on code.google.com by georges...@gmail.com on 20 Nov 2012 at 4:21

GoogleCodeExporter commented 9 years ago
Your server is using AKAv1-MD5 which is not supported by sipML5 (could be added 
to the roadmap).
You have to change OpenIMSCore to use digest MD5 for this user.

Original comment by boss...@yahoo.fr on 20 Nov 2012 at 4:25

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 3 Dec 2012 at 7:25