[reSIProcate] Bug report
Karlsson
boost.regex at gmail.com
Tue Nov 18 10:39:28 CST 2008
Does there has anyone take a look on it ?
thanks
On Tue, Nov 18, 2008 at 11:43 PM, Scott Godin <sgodin at sipspectrum.com>wrote:
> Sorry - of course the branch parameter doesn't need to match, I'm
> tired today.... : )
>
>
> On Tue, Nov 18, 2008 at 10:37 AM, Karlsson <boost.regex at gmail.com> wrote:
> > Hi Soctt, I have using eyeball call to Bria, they all are counterpath
> > products, and I captured the SIP message by wireshark.
> > In case the branch parameter does not match in INVITE and BYE message, I
> > think there hasn't requires match it with BYE and INVITE?
> >
> > Thanks
> >
> >
> > On Tue, Nov 18, 2008 at 11:19 PM, Karlsson <boost.regex at gmail.com>
> wrote:
> >>
> >> Hi Soctt, thanks for your email, yes, I'm using Dum, I was wrote a UA
> base
> >> on the Dum,
> >> about the brach parameter, I will double check my server.
> >>
> >>
> >> On Tue, Nov 18, 2008 at 11:15 PM, Scott Godin <sgodin at sipspectrum.com>
> >> wrote:
> >>>
> >>> Can you explain your situation in more detail? Are you using DUM?
> >>> What is the application that is running ontop of the stack or dum?
> >>>
> >>> Note: The branch parameter in the BYE message does not match the
> >>> Invite. This is likely the cause of your issue.
> >>>
> >>> Scott
> >>>
> >>>
> >>> On Tue, Nov 18, 2008 at 9:24 AM, Karlsson <boost.regex at gmail.com>
> wrote:
> >>> > Hi, I'm using 1.4.0, and I enctounered a strange issue, the
> reSIProcate
> >>> > replied 100 trying for BYE and does not send 200 for BYE
> >>> >
> >>> > Please check the Logs below:
> >>> >
> >>> >
> >>> >
> >>> > DEBUG | 20081103-113224.859 | TEST UA | RESIP:TRANSACTION | 3152 |
> >>> > TransactionUser.cxx:74 | Match!
> >>> > DEBUG | 20081103-113224.859 | TEST UA | RESIP | 3152 | Helper.cxx:375
> |
> >>> > Helper::makeResponse(SipReq: INVITE Admin at 192.168.5.138:5311
> >>> > tid=fd77575b072c9a13 cseq=INVITE contact=201 at 192.168.5.138:5083 / 2
> >>> > from(wire) code=100 reason=
> >>> > DEBUG | 20081103-113224.859 | TEST UA | RESIP:TRANSACTION | 3152 |
> >>> > TimerQueue.cxx:85 | Adding timer: Timer Trying tid=fd77575b072c9a13
> >>> > ms=80
> >>> > DEBUG | 20081103-113224.859 | TEST UA | RESIP:TRANSACTION | 3152 |
> >>> > TransactionState.cxx:2108 | Send to TU: TU: DialogUsageManager size=0
> >>> >
> >>> > INVITE sip:Admin at 192.168.5.138:5311 SIP/2.0
> >>> > Via: SIP/2.0/UDP
> >>> > 192.168.5.138:5083
> ;branch=z9hG4bK-d8754z-fd77575b072c9a13-1---d8754z-
> >>> > Max-Forwards: 70
> >>> > Contact: <sip:201 at 192.168.5.138:5083;rinstance=371636721b176a68>
> >>> > To: <sip:Admin at 192.168.5.25 <sip%3AAdmin at 192.168.5.25>>;tag=ca7c4849
> >>> > From: <sip:201 at 192.168.5.25 <sip%3A201 at 192.168.5.25>>;tag=7b530979
> >>> > Call-ID: MTEwYTVjZWFkYmMxNjQ5MDhmMTJjY2NmNjQ1ZTI1ODc.
> >>> > CSeq: 2 INVITE
> >>> > Session-Expires: 600;refresher=uac
> >>> > Min-SE: 90
> >>> > Allow: ACK, BYE, CANCEL, INVITE, REGISTER, INFO, REFER, SUBSCRIBE,
> >>> > NOTIFY,
> >>> > MESSAGE, UPDATE, REGISTER
> >>> > Content-Type: application/sdp
> >>> > Supported: replaces, timer
> >>> > Content-Length: 275
> >>> >
> >>> > v=0
> >>> > o=rtp 243 2 IN IP4 192.168.5.138
> >>> > s=session
> >>> > c=IN IP4 1.1.1.1
> >>> > b=CT:1000
> >>> > t=0 0
> >>> > a=sendonly
> >>> > m=audio 33344 RTP/AVP 8 0 18 111
> >>> > a=rtpmap:8 PCMA/8000
> >>> > a=rtpmap:0 PCMU/8000
> >>> > a=rtpmap:18 G729/8000
> >>> > a=rtpmap:111 X-nt-inforeq/8000
> >>> > a=encryption:rejected
> >>> > a=fmtp:18 annexb=no
> >>> > DEBUG | 20081103-113224.953 | TEST UA | RESIP:TRANSPORT | 3152 |
> >>> > TransportSelector.cxx:562 | Looked up source for destination: [ V4
> >>> > 192.168.5.138:5083 UDP target domain=unspecified mFlowKey=1816 ] ->
> [
> >>> > V4
> >>> > 127.0.0.1:0 UDP target domain=unspecified mFlowKey=1816 ]
> >>> > sent-by=192.168.5.138 sent-port=5083
> >>> > DEBUG | 20081103-113224.953 | TEST UA | RESIP:TRANSPORT | 3152 |
> >>> > TransportSelector.cxx:940 | Transmitting to [ V4 192.168.5.138:5083UDP
> >>> > target domain=unspecified mFlowKey=1816 ] tlsDomain= via [ V4
> >>> > 127.0.0.1:5311
> >>> > UDP target domain=unspecified mFlowKey=1816 ]
> >>> >
> >>> > SIP/2.0 100 Trying
> >>> > Via: SIP/2.0/UDP
> >>> > 192.168.5.138:5083
> ;branch=z9hG4bK-d8754z-fd77575b072c9a13-1---d8754z-
> >>> > To: <sip:Admin at 192.168.5.25 <sip%3AAdmin at 192.168.5.25>>;tag=ca7c4849
> >>> > From: <sip:201 at 192.168.5.25 <sip%3A201 at 192.168.5.25>>;tag=7b530979
> >>> > Call-ID: MTEwYTVjZWFkYmMxNjQ5MDhmMTJjY2NmNjQ1ZTI1ODc.
> >>> > CSeq: 2 INVITE
> >>> > Content-Length: 0
> >>> >
> >>> > DEBUG | 20081103-113224.953 | TEST UA | RESIP:TRANSPORT | 3152 |
> >>> > Transport.cxx:213 | Adding message to tx buffer to: [ V4
> >>> > 192.168.5.138:5083
> >>> > UDP target domain=unspecified mFlowKey=1816 ]
> >>> > INFO | 20081103-113250.421 | TEST UA | RESIP:TRANSACTION | 3152 |
> >>> > TuSelector.cxx:70 | Stats message
> >>> > WARNING | 20081103-113250.421 | TEST UA | RESIP:STATS | 3152 |
> >>> > StatisticsMessage.cxx:152 | RESIP:TRANSACTION
> >>> > TU summary: 22 TRANSPORT 0 TRANSACTION 0 CLIENTTX 2 SERVERTX 1 TIMERS
> 4
> >>> > Transaction summary: reqi 596 reqo 866 rspi 750 rspo 491
> >>> > Details: INVi 122/S121/F0 INVo 243/S243/F0 ACKi 121 ACKo 243 BYEi
> >>> > 231/S126/F0 BYEo 121/S121/F0 CANi 0/S126/F0 CANo 0/S0/F0 MSGi 0/S0/F0
> >>> > MSGo
> >>> > 0/S0/F0 OPTi 0/S0/F0 OPTo 0/S0/F0 REGi 0/S0/F0 REGo 16/S16/F0 PUBi
> >>> > 0/S0/F0
> >>> > PUBo 0/S0/F0 SUBi 1/S0/F1 SUBo 1/S0/F1 NOTi 0/S0/F0 NOTo 242/S242/F0
> >>> > Retransmissions: INVx 0 BYEx 0 CANx 0 MSGx 0 OPTx 0 REGx 0 finx 0
> nonx
> >>> > 0
> >>> > PUBx 0 SUBx 0 NOTx 0
> >>> > DEBUG | 20081103-113304.859 | TEST UA | RESIP:TRANSPORT | 3152 |
> >>> > Transport.cxx:287 | incoming from: [ V4 192.168.5.138:5083 UDP
> target
> >>> > domain=unspecified mFlowKey=1816 ]
> >>> > DEBUG | 20081103-113304.859 | TEST UA | RESIP:TRANSACTION | 3152 |
> >>> > TransactionUser.cxx:66 | Checking if SipReq: BYE
> >>> > Admin at 192.168.5.138:5311
> >>> > tid=277f716e3f07722c cseq=BYE contact=201 at 192.168.5.138:5083 / 3
> >>> > from(wire)
> >>> > is for me
> >>> > DEBUG | 20081103-113304.859 | TEST UA | RESIP:TRANSACTION | 3152 |
> >>> > TransactionUser.cxx:71 | Checking rule...
> >>> > DEBUG | 20081103-113304.859 | TEST UA | RESIP:TRANSACTION | 3152 |
> >>> > MessageFilterRule.cxx:42 | Matching rule for:
> >>> >
> >>> > BYE sip:Admin at 192.168.5.138:5311 SIP/2.0
> >>> > Via: SIP/2.0/UDP
> >>> > 192.168.5.138:5083
> ;branch=z9hG4bK-d8754z-277f716e3f07722c-1---d8754z-
> >>> > Max-Forwards: 70
> >>> > Contact: <sip:201 at 192.168.5.138:5083;rinstance=371636721b176a68>
> >>> > To: <sip:Admin at 192.168.5.25 <sip%3AAdmin at 192.168.5.25>>;tag=ca7c4849
> >>> > From: <sip:201 at 192.168.5.25 <sip%3A201 at 192.168.5.25>>;tag=7b530979
> >>> > Call-ID: MTEwYTVjZWFkYmMxNjQ5MDhmMTJjY2NmNjQ1ZTI1ODc.
> >>> > CSeq: 3 BYE
> >>> > Reason: SIP;description="StateReInvite"
> >>> > Content-Length: 0
> >>> >
> >>> > DEBUG | 20081103-113304.859 | TEST UA | RESIP:TRANSACTION | 3152 |
> >>> > TransactionUser.cxx:74 | Match!
> >>> > DEBUG | 20081103-113304.859 | TEST UA | RESIP | 3152 | Helper.cxx:375
> |
> >>> > Helper::makeResponse(SipReq: BYE Admin at 192.168.5.138:5311
> >>> > tid=277f716e3f07722c cseq=BYE contact=201 at 192.168.5.138:5083 / 3
> >>> > from(wire)
> >>> > code=100 reason=
> >>> > DEBUG | 20081103-113304.859 | TEST UA | RESIP:TRANSACTION | 3152 |
> >>> > TimerQueue.cxx:85 | Adding timer: Timer Trying tid=277f716e3f07722c
> >>> > ms=3500
> >>> > DEBUG | 20081103-113304.859 | TEST UA | RESIP:TRANSACTION | 3152 |
> >>> > TransactionState.cxx:2108 | Send to TU: TU: DialogUsageManager
> size=26
> >>> >
> >>> > BYE sip:Admin at 192.168.5.138:5311 SIP/2.0
> >>> > Via: SIP/2.0/UDP
> >>> > 192.168.5.138:5083
> ;branch=z9hG4bK-d8754z-277f716e3f07722c-1---d8754z-
> >>> > Max-Forwards: 70
> >>> > Contact: <sip:201 at 192.168.5.138:5083;rinstance=371636721b176a68>
> >>> > To: <sip:Admin at 192.168.5.25 <sip%3AAdmin at 192.168.5.25>>;tag=ca7c4849
> >>> > From: <sip:201 at 192.168.5.25 <sip%3A201 at 192.168.5.25>>;tag=7b530979
> >>> > Call-ID: MTEwYTVjZWFkYmMxNjQ5MDhmMTJjY2NmNjQ1ZTI1ODc.
> >>> > CSeq: 3 BYE
> >>> > Reason: SIP;description="StateReInvite"
> >>> > Content-Length: 0
> >>> >
> >>> > DEBUG | 20081103-113305.359 | TEST UA | RESIP:TRANSPORT | 3152 |
> >>> > Transport.cxx:287 | incoming from: [ V4 192.168.5.138:5083 UDP
> target
> >>> > domain=unspecified mFlowKey=1816 ]
> >>> > DEBUG | 20081103-113306.359 | TEST UA | RESIP:TRANSPORT | 3152 |
> >>> > Transport.cxx:287 | incoming from: [ V4 192.168.5.138:5083 UDP
> target
> >>> > domain=unspecified mFlowKey=1816 ]
> >>> > DEBUG | 20081103-113308.359 | TEST UA | RESIP:TRANSPORT | 3152 |
> >>> > Transport.cxx:287 | incoming from: [ V4 192.168.5.138:5083 UDP
> target
> >>> > domain=unspecified mFlowKey=1816 ]
> >>> > DEBUG | 20081103-113308.359 | TEST UA | RESIP:TRANSPORT | 3152 |
> >>> > TransportSelector.cxx:562 | Looked up source for destination: [ V4
> >>> > 192.168.5.138:5083 UDP target domain=unspecified mFlowKey=1816 ] ->
> [
> >>> > V4
> >>> > 127.0.0.1:0 UDP target domain=unspecified mFlowKey=1816 ]
> >>> > sent-by=192.168.5.138 sent-port=5083
> >>> > DEBUG | 20081103-113308.359 | TEST UA | RESIP:TRANSPORT | 3152 |
> >>> > TransportSelector.cxx:940 | Transmitting to [ V4 192.168.5.138:5083UDP
> >>> > target domain=unspecified mFlowKey=1816 ] tlsDomain= via [ V4
> >>> > 127.0.0.1:5311
> >>> > UDP target domain=unspecified mFlowKey=1816 ]
> >>> >
> >>> > SIP/2.0 100 Trying
> >>> > Via: SIP/2.0/UDP
> >>> > 192.168.5.138:5083
> ;branch=z9hG4bK-d8754z-277f716e3f07722c-1---d8754z-
> >>> > To: <sip:Admin at 192.168.5.25 <sip%3AAdmin at 192.168.5.25>>;tag=ca7c4849
> >>> > From: <sip:201 at 192.168.5.25 <sip%3A201 at 192.168.5.25>>;tag=7b530979
> >>> > Call-ID: MTEwYTVjZWFkYmMxNjQ5MDhmMTJjY2NmNjQ1ZTI1ODc.
> >>> > CSeq: 3 BYE
> >>> > Content-Length: 0
> >>> > _______________________________________________
> >>> > resiprocate-devel mailing list
> >>> > resiprocate-devel at resiprocate.org
> >>> > https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
> >>> >
> >>
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20081119/2c8f0cfa/attachment.htm>
More information about the resiprocate-devel
mailing list