Bernd Greiner | Hi, I'm using Jain sip stack or connecting against CUP 8.5. When I try to call a SUBSCRIBE like: SUBSCRIBE sip:CUP90001@CUP8SERVER SIP/2.0 Call-ID: fba06e16ffd236a9c03d984f7d185a3a@MY_HOST CSeq: 1 SUBSCRIBE From: <sip:CUP90000@CUP8SERVER>;tag=tagtesttest To: <sip:CUP90001@CUP8SERVER> Via: SIP/2.0/UDP MY_HOST:5051;branch=udpbranchtesttest,SIP/2.0/TCP MY_HOST:5060;branch=tcpbranchtesttest Max-Forwards: 70 Proxy-Authorization: Basic Q1VQOTAwMDA6c25hcHdhcmU Contact: <sip:CUP90000@MY_HOST:5060> Event: presence Expires: 3600 Accept: application/pidf+xml P-Asserted-Identity: <sip:CUP90000@CUP8SERVER> Content-Length: 0 Then I get the following response: SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP MY_HOST:5051;received=MY_HOST;branch=udpbranchtesttest,SIP/2.0/TCP MY_HOST:5060;branch=tcpbranchtesttest Call-ID: 604e44da83ec7f4c79d749d1d0d908f4@MY_HOST From: <sip:CUP90000@CUP8SERVER>;tag=tagtesttest To: <sip:CUP90001@CUP8SERVER> CSeq: 1 SUBSCRIBE Proxy-Authenticate: DIGEST realm="DOMAIN.NOT.SET",nonce="4ee9ee80",qop="auth",algorithm=MD5 Content-Length: 0 What I have to do? |
| Please sign in to flag this as inappropriate. |