< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

RE: [reSIProcate] UAS BYE Problem


Seems like the UAC might be sending the same TID (Via Branch) in the BYE as the INVITE.

 

Scott

 


From: shailesh [mailto:shpatel@xxxxxxxxxx]
Sent: Thursday, July 28, 2005 2:30 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] UAS BYE Problem

 

UAC                                         UAS

INVITE  -------------------->

            <-------------------- 180 Ringing

            <--------------------- 200 ok

            ---------------------> ACK

           

            Session is connected

            and now UAC sent BYE

 

BYE     ----------------------> No Callback function is called in DUM

 

Follwoing error message in the logs

 

c:\resiprocate\transport.cxx:221incoming from: [ V4 192.168.0.142:5060 UDP received on: Transport: [ V4 0.0.0.0:15061 UDP connectionId=0 ] connectionId=0 ]

c:\resiprocate\transport.cxx:222

 

BYE sip:8001@xxxxxxxxxxxxx:15061 SIP/2.0

 

To: <sip:8001@xxxxxxxxxxxxx:15061>;tag=9d0ab174

 

From: "8002" <sip:8002@xxxxxxxxxxxxx>;tag=as4854ad29

 

Via: SIP/2.0/UDP 192.168.0.142:5060;branch=z9hG4bK38c8479a

 

Call-ID: 7e740c0715175d7849026a724ecf3426@xxxxxxxxxxxxx

 

CSeq: 103 BYE

 

Contact: <sip:8002@xxxxxxxxxxxxx>

 

User-Agent: Asterisk PBX

 

Content-Length: 0

 

c:\resiprocate\transactionstate.cxx:155Found matching transaction for SipReq:  BYE 8001@xxxxxxxxxxxxx:15061 tid=38c8479a cseq=BYE contact=8002@xxxxxxxxxxxxx / 103 from(wire) -> tid=38c8479a [ ServerStale/Terminated unreliable target=[ V4 192.168.0.142:5060 UDP received on: Transport: [ V4 0.0.0.0:15061 UDP connectionId=0 ] connectionId=0 ]]

c:\resiprocate\transactionstate.cxx:1194TransactionState::processServerStale: SipReq:  BYE 8001@xxxxxxxxxxxxx:15061 tid=38c8479a cseq=BYE contact=8002@xxxxxxxxxxxxx / 103 from(wire)

c:\resiprocate\transactionstate.cxx:1240ServerStale unexpected condition, dropping message.

c:\resiprocate\transactionstate.cxx:1243SipReq:  BYE 8001@xxxxxxxxxxxxx:15061 tid=38c8479a cseq=BYE contact=8002@xxxxxxxxxxxxx / 103 from(wire)

 

Regards

Shailesh