linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] LinPhone Blackberry MD5 Authentication (407) f


From: aleksei drassen
Subject: Re: [Linphone-developers] LinPhone Blackberry MD5 Authentication (407) failure!
Date: Mon, 17 Oct 2011 05:10:33 +0100

If you have an asterisk server, take care to configure each participant with "canreinvite=no"  because you don't need stablish a codec translation throught the server, but you only need route (BUA) the call and stablish a real peer to peer between blackberry devices, so, no need to make changes to MD5 originally but you have accidentally found and issue and you solution is perfect!
 
how you solve the receicestream and send stream stop audio problem?  or you don't have that problem in your call between devices?
 
 
cheers
 
> Date: Sun, 16 Oct 2011 16:34:14 -0300
> From: address@hidden
> To: address@hidden
> Subject: Re: [Linphone-developers] LinPhone Blackberry MD5 Authentication (407) failure!
>
> Problem Solved. DigestClientAuthentication.java was generating a new
> from "tag" for each authorization. The Tag and Call-ID should stay
> the same for the entire authentication dialogue - both when the
> original request was sent and when the request is re-sent with MD5
> response. The changed code is as follows:
> //from DigestClientAuthentication.java
>
> try {
>
> Request newRequest = (Request) originalRequest.clone();
> CSeqHeader cseqHeader = newRequest.getCSeqHeader();
> cseqHeader.setSequenceNumber(cseqHeader.getSequenceNumber() + 1);
>
>
> //MKM - From Tag and CALL-ID must be the same
> //as for the original INVITE, as per RFC
> //newRequest.getFromHeader().setTag(SIPUtils.generateTag());
>
> // Proxy-Authenticate header:
> ProxyAuthenticateHeader proxyAuthHeader = (ProxyAuthenticateHeader) response
> .getHeader(ProxyAuthenticateHeader.NAME);
>
>
> On Thu, Sep 29, 2011 at 3:35 PM, Matthew MacDonald
> <address@hidden> wrote:
> > Bonjour,
> > I am trying to get Linphone working on my Blackberry Torch.  The Torch is
> > able to register with my Asterisk PBX but when I try to place a call, it
> > appears as though the MD5 response is being rejected.  By comparison, the
> > Windows version of Linphone fully works with my PBX setup.  Anyway, I have
> > attached the linphone Log output from my Blackberry.  Any help will be
> > greatly appreciated!
> > Regards,
> > Matthew
> > #BlackBerry Event Log (cpt)
> > #HwID: 0x5001807
> > #DPIN: 0x2376b257
> > #PVer: 6.4.0.210
> > #AVer: 6.0.0.448
> > a System - JVM:INFOp=2376b257,a='6.0.0.448',o='6.4.0.210',h=5001807 - 9/29
> > 14:21:54
> > a sip-for-me - EventScanner going to sleep! - 9/29 14:21:53
> > a sip-for-me - Sending message to [192.168.1.5:5060/UDP]
> > INVITE sip:address@hidden SIP/2.0
> > Call-Id: address@hidden
> > CSeq: 55 INVITE
> > To: <sip:address@hidden>
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;rport;branch=z9hG4bK73dad2fa291d48f2a4f4945dd9e8cb5e
> > Max-Forwards: 70
> > From: <sip:address@hidden>;tag=QJ8M4yeOj
> > Route: <sip:192.168.1.5;lr>
> > Contact: <sip:address@hidden:5060>
> > Content-Type: application/sdp
> > Proxy-Authorization: Digest
> > username="240",realm="asterisk",uri="sip:address@hidden",algorithm=MD5,nonce="22876b9e",response="c00177d313a905e1d0541166c898b2b2"
> > Content-Length: 197
> > v=0
> > o=blackberry 1317316904505 1317316904505 IN IP4 192.168.1.156
> > s=Phone call
> > c=IN IP4 192.168.1.156
> > t=0 0
> > t=0 0
> > m=audio 7078 RTP/AVP 114
> > a=rtpmap:114 AMR/8000/1
> > a=fmtp:114 octet-align=1
> >   to be sent to   - 9/29 14:21:53
> > a sip-for-me - setState
> > address@hidden 2 - 9/29 14:21:53
> > a sip-for-me - Setting Branch id : z9hG4bK73dad2fa291d48f2a4f4945dd9e8cb5e -
> > 9/29 14:21:53
> > a sip-for-me - Sending request directly through Client Transaction - 9/29
> > 14:21:53
> > a sip-for-me - TID = z9hg4bk73dad2fa291d48f2a4f4945dd9e8cb5e/false - 9/29
> > 14:21:53
> > a sip-for-me - Transaction Added
> > address@hidden to dialog
> > address@hidden tags: QJ8M4yeOj / null - 9/29
> > 14:21:53
> > a sip-for-me - [SIPTransactionStack] Creating dialog for transaction
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - Creating Client Transaction For Dialog-Initiating request
> > (INVITE) - 9/29 14:21:53
> > a sip-for-me - Setting Branch id : z9hG4bK73dad2fa291d48f2a4f4945dd9e8cb5e -
> > 9/29 14:21:53
> > a sip-for-me - hop = 192.168.1.5:5060/udp ; ct
> > address@hidden for topmostVia:
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;rport;branch=z9hG4bK9d45796f0b636abeeb14f831e8d833c9
> >  - 9/29 14:21:53
> > a sip-for-me - Creating clientTransaction
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - createMessageChannel 192.168.1.5:5060/udp processor
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - NextHop based on Route:192.168.1.5:5060/udp - 9/29 14:21:53
> > a sip-for-me - create hop for 192.168.1.5:5060/udp - 9/29 14:21:53
> > a sip-for-me - could not find existing dialog for INVITE sip:address@hidden
> > SIP/2.0
> >  and dialogID:
> > address@hidden:address@hidden:qj8m4yeoj:address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - Getting dialog for
> > address@hidden:address@hidden:qj8m4yeoj:address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - could not find existing transaction for INVITE
> > sip:address@hidden SIP/2.0
> >  - 9/29 14:21:53
> > a sip-for-me - [SipClientConnection] Sending request INVITE - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(): response
> > generated: c00177d313a905e1d0541166c898b2b2 - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > method:INVITE! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > nonce:22876b9e! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > uri:sip:address@hidden - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > password:matte240! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > realm:asterisk! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(), userName:240!
> > - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(): Trying to
> > generate a response for the user: 240 , with the realm: asterisk - 9/29
> > 14:21:53
> > a sip-for-me - Creating new authenticated request with credentials - 9/29
> > 14:21:53
> > a sip-for-me - Authentication is needed for request: INVITE
> > sip:address@hidden SIP/2.0
> >  - 9/29 14:21:53
> > a sip-for-me - setting state of SipDialog to 3 - 9/29 14:21:53
> > a sip-for-me - Processing address@hidden
> > nevents 1 - 9/29 14:21:53
> > a sip-for-me - EventScanner waking up! - 9/29 14:21:53
> > a sip-for-me - setState
> > address@hidden 4 - 9/29 14:21:53
> > a sip-for-me - Adding event to EventScanner queue:
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - handleEvent address@hidden
> > currentTransaction =
> > address@hidden
> > this.sipListener = address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - Transaction =
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - PROCESSING INCOMING RESPONSESIP/2.0 407 Proxy Authentication
> > Required
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;branch=z9hG4bK9d45796f0b636abeeb14f831e8d833c9;received=192.168.1.156;rport=5060
> > From: <sip:address@hidden>;tag=Jf45Cki6E
> > To: <sip:address@hidden>;tag=as5ff931a1
> > Call-Id: address@hidden
> > CSeq: 54 INVITE
> > User-Agent: Asterisk PBX
> > Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
> > Supported: replaces
> > Proxy-Authenticate: Digest algorithm=MD5,realm="asterisk",nonce="22876b9e"
> > Content-Length: 0
> >  - 9/29 14:21:53
> > a sip-for-me - Sending message to [192.168.1.5:5060/UDP]
> > ACK sip:address@hidden SIP/2.0
> > Call-Id: address@hidden
> > CSeq: 54 ACK
> > To: <sip:address@hidden>;tag=as5ff931a1
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;rport;branch=z9hG4bK9d45796f0b636abeeb14f831e8d833c9
> > Max-Forwards: 70
> > From: <sip:address@hidden>;tag=Jf45Cki6E
> > Contact: <sip:address@hidden:5060>
> > Content-Length: 0
> >   to be sent to   - 9/29 14:21:53
> > a sip-for-me - Terminating transaction - 9/29 14:21:53
> > a sip-for-me - setState
> > address@hidden 6 - 9/29 14:21:53
> > a sip-for-me - New dialog state is 4dialogId =
> > address@hidden:address@hidden:jf45cki6e:address@hidden:as5ff931a1
> > - 9/29 14:21:53
> > a sip-for-me - Setting dialog state for
> > address@hidden to 4 - 9/29 14:21:53
> > a sip-for-me - putDialog address@hidden with
> > address@hidden:address@hidden:jf45cki6e:address@hidden:as5ff931a1
> > - 9/29 14:21:53
> > a sip-for-me - addRoute: dialogState:
> > address@hidden = -1 - 9/29 14:21:53
> > a sip-for-me - processing SIP/2.0 407 Proxy Authentication Required
> > current state = 2 - 9/29 14:21:53
> > a sip-for-me - MessageProcessor =
> > address@hidden/address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - Found Transaction
> > address@hidden for SIP/2.0 407
> > Proxy Authentication Required
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;branch=z9hG4bK9d45796f0b636abeeb14f831e8d833c9;received=192.168.1.156;rport=5060
> > From: <sip:address@hidden>;tag=Jf45Cki6E
> > To: <sip:address@hidden>;tag=as5ff931a1
> > Call-Id: address@hidden
> > CSeq: 54 INVITE
> > User-Agent: Asterisk PBX
> > Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
> > Supported: replaces
> > Proxy-Authenticate: Digest algorithm=MD5,realm="asterisk",nonce="22876b9e"
> > Content-Length: 0
> >  - 9/29 14:21:53
> > a sip-for-me - SIPTransactionStack: creating new Response SIP/2.0 407 Proxy
> > Authentication Required
> >  - 9/29 14:21:53
> > a sip-for-me - EventScanner going to sleep! - 9/29 14:21:53
> > a sip-for-me - Sending message to [192.168.1.5:5060/UDP]
> > INVITE sip:address@hidden SIP/2.0
> > Call-Id: address@hidden
> > CSeq: 54 INVITE
> > To: <sip:address@hidden>
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;rport;branch=z9hG4bK9d45796f0b636abeeb14f831e8d833c9
> > Max-Forwards: 70
> > From: <sip:address@hidden>;tag=Jf45Cki6E
> > Route: <sip:192.168.1.5;lr>
> > Contact: <sip:address@hidden:5060>
> > Content-Type: application/sdp
> > Proxy-Authorization: Digest
> > username="240",realm="asterisk",uri="sip:address@hidden",algorithm=MD5,nonce="4c33b4c0",response="418184ebc3a204a50492669701bde135"
> > Content-Length: 197
> > v=0
> > o=blackberry 1317316904505 1317316904505 IN IP4 192.168.1.156
> > s=Phone call
> > c=IN IP4 192.168.1.156
> > t=0 0
> > t=0 0
> > m=audio 7078 RTP/AVP 114
> > a=rtpmap:114 AMR/8000/1
> > a=fmtp:114 octet-align=1
> >   to be sent to   - 9/29 14:21:53
> > a sip-for-me - setState
> > address@hidden 2 - 9/29 14:21:53
> > a sip-for-me - Setting Branch id : z9hG4bK9d45796f0b636abeeb14f831e8d833c9 -
> > 9/29 14:21:53
> > a sip-for-me - Sending request directly through Client Transaction - 9/29
> > 14:21:53
> > a sip-for-me - TID = z9hg4bk9d45796f0b636abeeb14f831e8d833c9/false - 9/29
> > 14:21:53
> > a sip-for-me - Transaction Added
> > address@hidden to dialog
> > address@hidden tags: Jf45Cki6E / null - 9/29
> > 14:21:53
> > a sip-for-me - [SIPTransactionStack] Creating dialog for transaction
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - Creating Client Transaction For Dialog-Initiating request
> > (INVITE) - 9/29 14:21:53
> > a sip-for-me - Setting Branch id : z9hG4bK9d45796f0b636abeeb14f831e8d833c9 -
> > 9/29 14:21:53
> > a sip-for-me - hop = 192.168.1.5:5060/udp ; ct
> > address@hidden for topmostVia:
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;rport;branch=z9hG4bK3e5122d60249382ba392f8230de3c89f
> >  - 9/29 14:21:53
> > a sip-for-me - Creating clientTransaction
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - createMessageChannel 192.168.1.5:5060/udp processor
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - NextHop based on Route:192.168.1.5:5060/udp - 9/29 14:21:53
> > a sip-for-me - create hop for 192.168.1.5:5060/udp - 9/29 14:21:53
> > a sip-for-me - could not find existing dialog for INVITE sip:address@hidden
> > SIP/2.0
> >  and dialogID:
> > address@hidden:address@hidden:jf45cki6e:address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - Getting dialog for
> > address@hidden:address@hidden:jf45cki6e:address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - could not find existing transaction for INVITE
> > sip:address@hidden SIP/2.0
> >  - 9/29 14:21:53
> > a sip-for-me - [SipClientConnection] Sending request INVITE - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(): response
> > generated: 418184ebc3a204a50492669701bde135 - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > method:INVITE! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > nonce:4c33b4c0! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > uri:sip:address@hidden - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > password:matte240! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > realm:asterisk! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(), userName:240!
> > - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(): Trying to
> > generate a response for the user: 240 , with the realm: asterisk - 9/29
> > 14:21:53
> > a sip-for-me - Creating new authenticated request with credentials - 9/29
> > 14:21:53
> > a sip-for-me - Authentication is needed for request: INVITE
> > sip:address@hidden SIP/2.0
> >  - 9/29 14:21:53
> > a sip-for-me - setting state of SipDialog to 3 - 9/29 14:21:53
> > a sip-for-me - Processing address@hidden
> > nevents 1 - 9/29 14:21:53
> > a sip-for-me - EventScanner waking up! - 9/29 14:21:53
> > a sip-for-me - setState
> > address@hidden 4 - 9/29 14:21:53
> > a sip-for-me - Adding event to EventScanner queue:
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - handleEvent address@hidden
> > currentTransaction =
> > address@hidden
> > this.sipListener = address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - Transaction =
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - PROCESSING INCOMING RESPONSESIP/2.0 407 Proxy Authentication
> > Required
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;branch=z9hG4bK3e5122d60249382ba392f8230de3c89f;received=192.168.1.156;rport=5060
> > From: <sip:address@hidden>;tag=uDnmnoK5Q
> > To: <sip:address@hidden>;tag=as0124ab4b
> > Call-Id: address@hidden
> > CSeq: 53 INVITE
> > User-Agent: Asterisk PBX
> > Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
> > Supported: replaces
> > Proxy-Authenticate: Digest algorithm=MD5,realm="asterisk",nonce="4c33b4c0"
> > Content-Length: 0
> >  - 9/29 14:21:53
> > a sip-for-me - Sending message to [192.168.1.5:5060/UDP]
> > ACK sip:address@hidden SIP/2.0
> > Call-Id: address@hidden
> > CSeq: 53 ACK
> > To: <sip:address@hidden>;tag=as0124ab4b
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;rport;branch=z9hG4bK3e5122d60249382ba392f8230de3c89f
> > Max-Forwards: 70
> > From: <sip:address@hidden>;tag=uDnmnoK5Q
> > Contact: <sip:address@hidden:5060>
> > Content-Length: 0
> >   to be sent to   - 9/29 14:21:53
> > a sip-for-me - Terminating transaction - 9/29 14:21:53
> > a sip-for-me - setState
> > address@hidden 6 - 9/29 14:21:53
> > a sip-for-me - New dialog state is 4dialogId =
> > address@hidden:address@hidden:udnmnok5q:address@hidden:as0124ab4b
> > - 9/29 14:21:53
> > a sip-for-me - Setting dialog state for
> > address@hidden to 4 - 9/29 14:21:53
> > a sip-for-me - putDialog address@hidden with
> > address@hidden:address@hidden:udnmnok5q:address@hidden:as0124ab4b
> > - 9/29 14:21:53
> > a sip-for-me - addRoute: dialogState:
> > address@hidden = -1 - 9/29 14:21:53
> > a sip-for-me - processing SIP/2.0 407 Proxy Authentication Required
> > current state = 2 - 9/29 14:21:53
> > a sip-for-me - MessageProcessor =
> > address@hidden/address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - Found Transaction
> > address@hidden for SIP/2.0 407
> > Proxy Authentication Required
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;branch=z9hG4bK3e5122d60249382ba392f8230de3c89f;received=192.168.1.156;rport=5060
> > From: <sip:address@hidden>;tag=uDnmnoK5Q
> > To: <sip:address@hidden>;tag=as0124ab4b
> > Call-Id: address@hidden
> > CSeq: 53 INVITE
> > User-Agent: Asterisk PBX
> > Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
> > Supported: replaces
> > Proxy-Authenticate: Digest algorithm=MD5,realm="asterisk",nonce="4c33b4c0"
> > Content-Length: 0
> >  - 9/29 14:21:53
> > a sip-for-me - SIPTransactionStack: creating new Response SIP/2.0 407 Proxy
> > Authentication Required
> >  - 9/29 14:21:53
> > a sip-for-me - EventScanner going to sleep! - 9/29 14:21:53
> > a sip-for-me - Sending message to [192.168.1.5:5060/UDP]
> > INVITE sip:address@hidden SIP/2.0
> > Call-Id: address@hidden
> > CSeq: 53 INVITE
> > To: <sip:address@hidden>
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;rport;branch=z9hG4bK3e5122d60249382ba392f8230de3c89f
> > Max-Forwards: 70
> > From: <sip:address@hidden>;tag=uDnmnoK5Q
> > Route: <sip:192.168.1.5;lr>
> > Contact: <sip:address@hidden:5060>
> > Content-Type: application/sdp
> > Proxy-Authorization: Digest
> > username="240",realm="asterisk",uri="sip:address@hidden",algorithm=MD5,nonce="4b00c5b4",response="dbf6b0c94485a646193d4a2a68ed6765"
> > Content-Length: 197
> > v=0
> > o=blackberry 1317316904505 1317316904505 IN IP4 192.168.1.156
> > s=Phone call
> > c=IN IP4 192.168.1.156
> > t=0 0
> > t=0 0
> > m=audio 7078 RTP/AVP 114
> > a=rtpmap:114 AMR/8000/1
> > a=fmtp:114 octet-align=1
> >   to be sent to   - 9/29 14:21:53
> > a sip-for-me - setState
> > address@hidden 2 - 9/29 14:21:53
> > a sip-for-me - Setting Branch id : z9hG4bK3e5122d60249382ba392f8230de3c89f -
> > 9/29 14:21:53
> > a sip-for-me - Sending request directly through Client Transaction - 9/29
> > 14:21:53
> > a sip-for-me - TID = z9hg4bk3e5122d60249382ba392f8230de3c89f/false - 9/29
> > 14:21:53
> > a sip-for-me - Transaction Added
> > address@hidden to dialog
> > address@hidden tags: uDnmnoK5Q / null - 9/29
> > 14:21:53
> > a sip-for-me - [SIPTransactionStack] Creating dialog for transaction
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - Creating Client Transaction For Dialog-Initiating request
> > (INVITE) - 9/29 14:21:53
> > a sip-for-me - Setting Branch id : z9hG4bK3e5122d60249382ba392f8230de3c89f -
> > 9/29 14:21:53
> > a sip-for-me - hop = 192.168.1.5:5060/udp ; ct
> > address@hidden for topmostVia:
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;rport;branch=z9hG4bK5eb64f85e4fab0091c39826edce93671
> >  - 9/29 14:21:53
> > a sip-for-me - Creating clientTransaction
> > address@hidden - 9/29 14:21:53
> > a System - AMNF net_rim_event_log_viewer_app(332) - 9/29 14:21:53
> > a sip-for-me - createMessageChannel 192.168.1.5:5060/udp processor
> > address@hidden - 9/29 14:21:53
> > a AppManager - Foreground is set: net_rim_event_log_viewer_app(332) - 9/29
> > 14:21:53
> > a sip-for-me - NextHop based on Route:192.168.1.5:5060/udp - 9/29 14:21:53
> > a sip-for-me - create hop for 192.168.1.5:5060/udp - 9/29 14:21:53
> > a sip-for-me - could not find existing dialog for INVITE sip:address@hidden
> > SIP/2.0
> >  and dialogID:
> > address@hidden:address@hidden:udnmnok5q:address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - Getting dialog for
> > address@hidden:address@hidden:udnmnok5q:address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - could not find existing transaction for INVITE
> > sip:address@hidden SIP/2.0
> >  - 9/29 14:21:53
> > a sip-for-me - [SipClientConnection] Sending request INVITE - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(): response
> > generated: dbf6b0c94485a646193d4a2a68ed6765 - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > method:INVITE! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > nonce:4b00c5b4! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > uri:sip:address@hidden - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > password:matte240! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(),
> > realm:asterisk! - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(), userName:240!
> > - 9/29 14:21:53
> > a sip-for-me - DigestClientAuthentication, generateResponse(): Trying to
> > generate a response for the user: 240 , with the realm: asterisk - 9/29
> > 14:21:53
> > a sip-for-me - Creating new authenticated request with credentials - 9/29
> > 14:21:53
> > a sip-for-me - Authentication is needed for request: INVITE
> > sip:address@hidden SIP/2.0
> >  - 9/29 14:21:53
> > a sip-for-me - setting state of SipDialog to 3 - 9/29 14:21:53
> > a sip-for-me - Processing address@hidden
> > nevents 1 - 9/29 14:21:53
> > a sip-for-me - EventScanner waking up! - 9/29 14:21:53
> > a sip-for-me - setState
> > address@hidden 4 - 9/29 14:21:53
> > a sip-for-me - Adding event to EventScanner queue:
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - handleEvent address@hidden
> > currentTransaction =
> > address@hidden
> > this.sipListener = address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - Transaction =
> > address@hidden - 9/29 14:21:53
> > a sip-for-me - PROCESSING INCOMING RESPONSESIP/2.0 407 Proxy Authentication
> > Required
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;branch=z9hG4bK5eb64f85e4fab0091c39826edce93671;received=192.168.1.156;rport=5060
> > From: <sip:address@hidden>;tag=Kdbs63PSw
> > To: <sip:address@hidden>;tag=as65e9fe9f
> > Call-Id: address@hidden
> > CSeq: 52 INVITE
> > User-Agent: Asterisk PBX
> > Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
> > Supported: replaces
> > Proxy-Authenticate: Digest algorithm=MD5,realm="asterisk",nonce="4b00c5b4"
> > Content-Length: 0
> >  - 9/29 14:21:53
> > a sip-for-me - Sending message to [192.168.1.5:5060/UDP]
> > ACK sip:address@hidden SIP/2.0
> > Call-Id: address@hidden
> > CSeq: 52 ACK
> > To: <sip:address@hidden>;tag=as65e9fe9f
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;rport;branch=z9hG4bK5eb64f85e4fab0091c39826edce93671
> > Max-Forwards: 70
> > From: <sip:address@hidden>;tag=Kdbs63PSw
> > Contact: <sip:address@hidden:5060>
> > Content-Length: 0
> >   to be sent to   - 9/29 14:21:53
> > a sip-for-me - Terminating transaction - 9/29 14:21:53
> > a sip-for-me - setState
> > address@hidden 6 - 9/29 14:21:53
> > a sip-for-me - New dialog state is 4dialogId =
> > address@hidden:address@hidden:kdbs63psw:address@hidden:as65e9fe9f
> > - 9/29 14:21:53
> > a sip-for-me - Setting dialog state for
> > address@hidden to 4 - 9/29 14:21:53
> > a sip-for-me - putDialog address@hidden with
> > address@hidden:address@hidden:kdbs63psw:address@hidden:as65e9fe9f
> > - 9/29 14:21:53
> > a sip-for-me - addRoute: dialogState:
> > address@hidden = -1 - 9/29 14:21:53
> > a sip-for-me - processing SIP/2.0 407 Proxy Authentication Required
> > current state = 2 - 9/29 14:21:53
> > a sip-for-me - MessageProcessor =
> > address@hidden/address@hidden
> > - 9/29 14:21:53
> > a sip-for-me - Found Transaction
> > address@hidden for SIP/2.0 407
> > Proxy Authentication Required
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;branch=z9hG4bK5eb64f85e4fab0091c39826edce93671;received=192.168.1.156;rport=5060
> > From: <sip:address@hidden>;tag=Kdbs63PSw
> > To: <sip:address@hidden>;tag=as65e9fe9f
> > Call-Id: address@hidden
> > CSeq: 52 INVITE
> > User-Agent: Asterisk PBX
> > Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
> > Supported: replaces
> > Proxy-Authenticate: Digest algorithm=MD5,realm="asterisk",nonce="4b00c5b4"
> > Content-Length: 0
> >  - 9/29 14:21:53
> > a sip-for-me - SIPTransactionStack: creating new Response SIP/2.0 407 Proxy
> > Authentication Required
> >  - 9/29 14:21:53
> > a sip-for-me - Removing Dialog
> > address@hidden:address@hidden:awuiumoim:address@hidden:as1df05f17
> > - 9/29 14:21:53
> > a sip-for-me - Removing Dialog
> > address@hidden:address@hidden:orogdy6o6:address@hidden:as7bb3998b
> > - 9/29 14:21:53
> > a sip-for-me - Removing Dialog
> > address@hidden:address@hidden:6wcipswbx:address@hidden:as4cd494db
> > - 9/29 14:21:53
> > a sip-for-me - Removing Dialog
> > address@hidden:address@hidden:kvxn9baam:address@hidden:as76b6a972
> > - 9/29 14:21:53
> > a sip-for-me - Removing Dialog
> > address@hidden:address@hidden:kl69gqowh:address@hidden:as21d5c48f
> > - 9/29 14:21:53
> > a sip-for-me - EventScanner going to sleep! - 9/29 14:21:53
> > a sip-for-me - Sending message to [192.168.1.5:5060/UDP]
> > INVITE sip:address@hidden SIP/2.0
> > Call-Id: address@hidden
> > CSeq: 52 INVITE
> > To: <sip:address@hidden>
> > Via: SIP/2.0/UDP
> > 192.168.1.156:5060;rport;branch=z9hG4bK5eb64f85e4fab0091c39826edce93671
> > Max-Forwards: 70
> > From: <sip:address@hidden>;tag=Kdbs63PSw
> > Route: <sip:192.168.1.5;lr>
> > Contact: <sip:address@hidden:5060>
> > Content-Type: application/sdp
> > Proxy-Authorization: Digest
> > username="240",realm="asterisk",uri="sip:address@hidden",algorithm=MD5,nonce="58e4cc7b",response="0d5f59b5bcac414ccd826da6895ab385"
> > Content-Length: 197
> > v=0
> > o=blackberry 1317316904505 1317316904505 IN IP4 192.168.1.156
> > s=Phone call
> > c=IN IP4 192.168.1.156
> > t=0 0
> > t=0 0
> > m=audio 7078 RTP/AVP 114
> > a=rtpmap:114 AMR/8000/1
> > a=fmtp:114 octet-align=1
> >   to be sent to   - 9/29 14:21:53
> >
> >
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers

reply via email to

[Prev in Thread] Current Thread [Next in Thread]