hello,all
I think the problem is that the BYE message donesn't has the field "Contact",so the 
response 200OK for BYE can't send to ur UA


----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 27, 2003 8:43 PM
Subject: Sip-implementors digest, Vol 1 #814 - 6 msgs


> Send Sip-implementors mailing list submissions to
> [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
> [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Sip-implementors digest..."
> 
> 
> Today's Topics:
> 
>    1. Problem with BYE (=?ISO-8859-2?Q?Mariusz_Mas=B3owski?=)
>    2. Re: Problem with BYE (Ajit Kalele)
>    3. RE: Problem with BYE (Gupta Adetya-A19368)
>    4. Re: Problem with BYE (Ajit Kalele)
>    5. Re: Problem with BYE (Mariusz Maslowski)
>    6. Re: Problem with BYE (Steve Pellegrino)
> 
> --__--__--
> 
> Message: 1
> Date: Thu, 27 Feb 2003 13:01:53 +0100
> From: =?ISO-8859-2?Q?Mariusz_Mas=B3owski?= <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [Sip-implementors] Problem with BYE
> 
> Hello everybody,
> 
> I'm writing a SIP User Agent and I have problem with terminating a 
> dialog with Ubiquity UA using BYE.
> 
> My testing environment consists of my UA and Helmsman User Agent v 3.0.6 
> (http://www.ubiquity.net/useragent.php).
> The tesing scenario is as follows:
>    o Helmsman UA starts the dialog (INVITE)
>    o My UA accepts the dialog (200 OK)
>    o My UA terminates the dialgo (BYE)
> First two steps are done correctly.  But as I send the BYE request it 
> does not receive a final response.  The Helmsman UA sends only a 
> provisional 100 Trying.
> When I use another remote UA (josua -- 
> http://www.fsf.org/software/osip/) the BYE gets a positive response (200 
> OK).
> 
> Is there something wrong with the following message:
> 
> BYE sip:[EMAIL PROTECTED] SIP/2.0
> CALL-ID: [EMAIL PROTECTED]
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2076209524
> TO: <sip:[EMAIL PROTECTED]>;tag=3836145980
> CSEQ: 1 BYE
> VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1410491809
> CONTENT-LENGTH: 0
> 
> 
> 
> -- 
> Cheers,
> Mariusz Maslowski
> 
> 
> --__--__--
> 
> Message: 2
> Date: Thu, 27 Feb 2003 17:38:02 +0530
> Date: Thu, 27 Feb 2003 17:47:28 +0530
> From: Ajit Kalele <[EMAIL PROTECTED]>
> To: Mariusz =?iso-8859-1?Q?Mas=B3owski?= <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> Subject: Re: [Sip-implementors] Problem with BYE
> 
> Hello Mariusz ,
> 
> Its not very clear from your mail, as the INVITE - 200 - ACK details have
> not been given. But one reason that I could think of is "may be you are not
> incrementing the CSeq value in BYE". Your message details show it as "CSeq:
> 1 BYE", so unless your CSeq value is starting from 0 (zero), its hard to
> make out from the details given. May be a complete message flow would give
> an idea.
> 
> Regards
> - Ajit
> 
> Mariusz Mas?wski wrote:
> 
> > Hello everybody,
> >
> > I'm writing a SIP User Agent and I have problem with terminating a
> > dialog with Ubiquity UA using BYE.
> >
> > My testing environment consists of my UA and Helmsman User Agent v 3.0.6
> > (http://www.ubiquity.net/useragent.php).
> > The tesing scenario is as follows:
> >    o Helmsman UA starts the dialog (INVITE)
> >    o My UA accepts the dialog (200 OK)
> >    o My UA terminates the dialgo (BYE)
> > First two steps are done correctly.  But as I send the BYE request it
> > does not receive a final response.  The Helmsman UA sends only a
> > provisional 100 Trying.
> > When I use another remote UA (josua --
> > http://www.fsf.org/software/osip/) the BYE gets a positive response (200
> > OK).
> >
> > Is there something wrong with the following message:
> >
> > BYE sip:[EMAIL PROTECTED] SIP/2.0
> > CALL-ID: [EMAIL PROTECTED]
> > FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2076209524
> > TO: <sip:[EMAIL PROTECTED]>;tag=3836145980
> > CSEQ: 1 BYE
> > VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1410491809
> > CONTENT-LENGTH: 0
> >
> > --
> > Cheers,
> > Mariusz Maslowski
> >
> > _______________________________________________
> > Sip-implementors mailing list
> > [EMAIL PROTECTED]
> > http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
> 
> 
> 
> --__--__--
> 
> Message: 3
> From: Gupta Adetya-A19368 <[EMAIL PROTECTED]>
> To: Ajit Kalele <[EMAIL PROTECTED]>,
>    =?iso-8859-1?Q?Mariusz_Mas=B3o?=
> =?iso-8859-1?Q?wski?= <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: RE: [Sip-implementors] Problem with BYE
> Date: Thu, 27 Feb 2003 17:56:48 +0530
> 
> Ajit,
> How does cseq in this case makes a difference. 
>   The call was started by Helmsman's Agent.
>   Mariusz agent will have a different set of CSeq,
>   so BYE with CSeq of 1 is perfectly valid.
> 
>   Mariusz, can u plz post the complete call log
>   at ur Agent side as well as at Helmsman's Agents side.
>   That would be more informative.
>   
> 
> regards
> -adetya
> 
> -----Original Message-----
> From: Ajit Kalele [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 27, 2003 5:47 PM
> To: Mariusz Mas?wski
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Sip-implementors] Problem with BYE
> 
> 
> Hello Mariusz ,
> 
> Its not very clear from your mail, as the INVITE - 200 - ACK details have
> not been given. But one reason that I could think of is "may be you are not
> incrementing the CSeq value in BYE". Your message details show it as "CSeq:
> 1 BYE", so unless your CSeq value is starting from 0 (zero), its hard to
> make out from the details given. May be a complete message flow would give
> an idea.
> 
> Regards
> - Ajit
> 
> Mariusz Mas?wski wrote:
> 
> > Hello everybody,
> >
> > I'm writing a SIP User Agent and I have problem with terminating a
> > dialog with Ubiquity UA using BYE.
> >
> > My testing environment consists of my UA and Helmsman User Agent v 3.0.6
> > (http://www.ubiquity.net/useragent.php).
> > The tesing scenario is as follows:
> >    o Helmsman UA starts the dialog (INVITE)
> >    o My UA accepts the dialog (200 OK)
> >    o My UA terminates the dialgo (BYE)
> > First two steps are done correctly.  But as I send the BYE request it
> > does not receive a final response.  The Helmsman UA sends only a
> > provisional 100 Trying.
> > When I use another remote UA (josua --
> > http://www.fsf.org/software/osip/) the BYE gets a positive response (200
> > OK).
> >
> > Is there something wrong with the following message:
> >
> > BYE sip:[EMAIL PROTECTED] SIP/2.0
> > CALL-ID: [EMAIL PROTECTED]
> > FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2076209524
> > TO: <sip:[EMAIL PROTECTED]>;tag=3836145980
> > CSEQ: 1 BYE
> > VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1410491809
> > CONTENT-LENGTH: 0
> >
> > --
> > Cheers,
> > Mariusz Maslowski
> >
> > _______________________________________________
> > Sip-implementors mailing list
> > [EMAIL PROTECTED]
> > http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
> 
> 
> _______________________________________________
> Sip-implementors mailing list
> [EMAIL PROTECTED]
> http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
> 
> 
> --__--__--
> 
> Message: 4
> Date: Thu, 27 Feb 2003 17:50:58 +0530
> Date: Thu, 27 Feb 2003 18:00:10 +0530
> From: Ajit Kalele <[EMAIL PROTECTED]>
> To: Gupta Adetya-A19368 <[EMAIL PROTECTED]>
> CC: Mariusz =?iso-8859-1?Q?Mas=B3owski?= <[EMAIL PROTECTED]>,
>    [EMAIL PROTECTED]
> Subject: Re: [Sip-implementors] Problem with BYE
> 
> Hi Adetye,
> 
> Thanks for pointing it. Yes, a BYE with CSeq 1 is perfectly valid in this case.
> I think I need some coffee ...
> 
> - Ajit
> 
> Gupta Adetya-A19368 wrote:
> 
> > Ajit,
> >         How does cseq in this case makes a difference.
> >   The call was started by Helmsman's Agent.
> >   Mariusz agent will have a different set of CSeq,
> >   so BYE with CSeq of 1 is perfectly valid.
> >
> >   Mariusz, can u plz post the complete call log
> >   at ur Agent side as well as at Helmsman's Agents side.
> >   That would be more informative.
> >
> >
> > regards
> > -adetya
> >
> > -----Original Message-----
> > From: Ajit Kalele [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, February 27, 2003 5:47 PM
> > To: Mariusz Mas?wski
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [Sip-implementors] Problem with BYE
> >
> > Hello Mariusz ,
> >
> > Its not very clear from your mail, as the INVITE - 200 - ACK details have
> > not been given. But one reason that I could think of is "may be you are not
> > incrementing the CSeq value in BYE". Your message details show it as "CSeq:
> > 1 BYE", so unless your CSeq value is starting from 0 (zero), its hard to
> > make out from the details given. May be a complete message flow would give
> > an idea.
> >
> > Regards
> > - Ajit
> >
> > Mariusz Mas?wski wrote:
> >
> > > Hello everybody,
> > >
> > > I'm writing a SIP User Agent and I have problem with terminating a
> > > dialog with Ubiquity UA using BYE.
> > >
> > > My testing environment consists of my UA and Helmsman User Agent v 3.0.6
> > > (http://www.ubiquity.net/useragent.php).
> > > The tesing scenario is as follows:
> > >    o Helmsman UA starts the dialog (INVITE)
> > >    o My UA accepts the dialog (200 OK)
> > >    o My UA terminates the dialgo (BYE)
> > > First two steps are done correctly.  But as I send the BYE request it
> > > does not receive a final response.  The Helmsman UA sends only a
> > > provisional 100 Trying.
> > > When I use another remote UA (josua --
> > > http://www.fsf.org/software/osip/) the BYE gets a positive response (200
> > > OK).
> > >
> > > Is there something wrong with the following message:
> > >
> > > BYE sip:[EMAIL PROTECTED] SIP/2.0
> > > CALL-ID: [EMAIL PROTECTED]
> > > FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2076209524
> > > TO: <sip:[EMAIL PROTECTED]>;tag=3836145980
> > > CSEQ: 1 BYE
> > > VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1410491809
> > > CONTENT-LENGTH: 0
> > >
> > > --
> > > Cheers,
> > > Mariusz Maslowski
> > >
> > > _______________________________________________
> > > Sip-implementors mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
> >
> > _______________________________________________
> > Sip-implementors mailing list
> > [EMAIL PROTECTED]
> > http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
> >
> > _______________________________________________
> > Sip-implementors mailing list
> > [EMAIL PROTECTED]
> > http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
> 
> *********************************************************
> Disclaimer
> 
> This message (including any attachments) contains 
> confidential information intended for a specific 
> individual and purpose, and is protected by law. 
> If you are not the intended recipient, you should 
> delete this message and are hereby notified that 
> any disclosure, copying, or distribution of this
> message, or the taking of any action based on it, 
> is strictly prohibited.
> 
> *********************************************************
> Visit us at http://www.mahindrabt.com
> 
> 
> 
> 
> --__--__--
> 
> Message: 5
> Date: Thu, 27 Feb 2003 13:42:01 +0100
> From: Mariusz Maslowski <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [Sip-implementors] Problem with BYE
> 
> Allright, this is the complete call log (CallLog_thursday.log)
> 
> Portal Opened
> *************
>  >> STAR_DATE = 1046349424125 = 27-02-2003 13:37:04
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
> 
> 
> Portal Opened
> *************
>  >> STAR_DATE = 1046349435093 = 27-02-2003 13:37:15
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=2
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349435093 = 27-02-2003 13:37:15
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=2
>  >> TTL = 1
>  >> Message Start-->
> INVITE sip:[EMAIL PROTECTED] SIP/2.0
> Call-ID: [EMAIL PROTECTED]
> Content-Length: 121
> Content-Type: application/sdp
> To: sip:[EMAIL PROTECTED]
> From: sip:[EMAIL PROTECTED];tag=-501083418
> Contact: sip:[EMAIL PROTECTED]:5061
> CSeq: 1 INVITE
> Via: SIP/2.0/UDP 192.168.0.34:5061;branch=C0A8002213C5000000F39F492570-0*0
> 
> v=0
> o=- 1046349434890 1046349434906 IN IP4 192.168.0.34
> s=-
> c=IN IP4 192.168.0.34
> t=0 0
> m=audio 5006 RTP/AVP 3 0 8
> 
> <--Message End
> 
> 
> Received Response
> ****************
>  >> STAR_DATE = 1046349435484 = 27-02-2003 13:37:15
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Response Start-->
> SIP/2.0 180 Ringing
> FROM: <sip:[EMAIL PROTECTED]>;tag=-501083418
> TO: <sip:[EMAIL PROTECTED]>;tag=2085074240
> CALL-ID: [EMAIL PROTECTED]
> CSEQ: 1 INVITE
> VIA: SIP/2.0/UDP 192.168.0.34:5061;branch=C0A8002213C5000000F39F492570-0*0
> CONTENT-LENGTH: 0
> 
> 
> <--Response End
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349435593 = 27-02-2003 13:37:15
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=2
>  >> TTL = 1
>  >> Message Start-->
> INVITE sip:[EMAIL PROTECTED] SIP/2.0
> Call-ID: [EMAIL PROTECTED]
> Content-Length: 121
> Content-Type: application/sdp
> To: sip:[EMAIL PROTECTED]
> From: sip:[EMAIL PROTECTED];tag=-501083418
> Contact: sip:[EMAIL PROTECTED]:5061
> CSeq: 1 INVITE
> Via: SIP/2.0/UDP 192.168.0.34:5061;branch=C0A8002213C5000000F39F492570-0*0
> 
> v=0
> o=- 1046349434890 1046349434906 IN IP4 192.168.0.34
> s=-
> c=IN IP4 192.168.0.34
> t=0 0
> m=audio 5006 RTP/AVP 3 0 8
> 
> <--Message End
> 
> 
> Received Response
> ****************
>  >> STAR_DATE = 1046349435656 = 27-02-2003 13:37:15
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Response Start-->
> SIP/2.0 200 OK
> FROM: <sip:[EMAIL PROTECTED]>;tag=-501083418
> TO: <sip:[EMAIL PROTECTED]>;tag=2085074240
> CALL-ID: [EMAIL PROTECTED]
> CSEQ: 1 INVITE
> VIA: SIP/2.0/UDP 192.168.0.34:5061;branch=C0A8002213C5000000F39F492570-0*0
> CONTENT-LENGTH: 121
> CONTACT: sip:[EMAIL PROTECTED]
> CONTENT-TYPE: application/sdp
> 
> v=0
> o=- 1046090968375 1046090968390 IN IP4 192.168.0.34
> s=-
> c=IN IP4 192.168.0.34
> t=0 0
> m=audio 5006 RTP/AVP 3 0 8
> 
> <--Response End
> 
> 
> Received Response
> ****************
>  >> STAR_DATE = 1046349435859 = 27-02-2003 13:37:15
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Response Start-->
> SIP/2.0 200 OK
> FROM: <sip:[EMAIL PROTECTED]>;tag=-501083418
> TO: <sip:[EMAIL PROTECTED]>;tag=2085074240
> CALL-ID: [EMAIL PROTECTED]
> CSEQ: 1 INVITE
> VIA: SIP/2.0/UDP 192.168.0.34:5061;branch=C0A8002213C5000000F39F492570-0*0
> CONTENT-LENGTH: 121
> CONTACT: sip:[EMAIL PROTECTED]
> CONTENT-TYPE: application/sdp
> 
> v=0
> o=- 1046090968375 1046090968390 IN IP4 192.168.0.34
> s=-
> c=IN IP4 192.168.0.34
> t=0 0
> m=audio 5006 RTP/AVP 3 0 8
> 
> <--Response End
> 
> 
> Portal Opened
> *************
>  >> STAR_DATE = 1046349436078 = 27-02-2003 13:37:16
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=3
> 
> 
> Portal Opened
> *************
>  >> STAR_DATE = 1046349436078 = 27-02-2003 13:37:16
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=4
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349436078 = 27-02-2003 13:37:16
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=3
>  >> TTL = 1
>  >> Message Start-->
> ACK sip:[EMAIL PROTECTED] SIP/2.0
> Call-ID: [EMAIL PROTECTED]
> Content-Type: application/sdp
> To:  <sip:[EMAIL PROTECTED]>;tag=2085074240
> From: sip:[EMAIL PROTECTED];tag=-501083418
> Contact: sip:[EMAIL PROTECTED]:5061
> CSeq: 1 ACK
> Content-Length: 0
> Via: SIP/2.0/UDP 192.168.0.34:5061;branch=C0A8002213C5000000F39F492570-1*0
> 
> 
> <--Message End
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349436078 = 27-02-2003 13:37:16
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=4
>  >> TTL = 1
>  >> Message Start-->
> ACK sip:[EMAIL PROTECTED] SIP/2.0
> Call-ID: [EMAIL PROTECTED]
> Content-Type: application/sdp
> To:  <sip:[EMAIL PROTECTED]>;tag=2085074240
> From: sip:[EMAIL PROTECTED];tag=-501083418
> Contact: sip:[EMAIL PROTECTED]:5061
> CSeq: 1 ACK
> Content-Length: 0
> Via: SIP/2.0/UDP 192.168.0.34:5061;branch=C0A8002213C5000000F39F492570-2*0
> 
> 
> <--Message End
> 
> 
> Received Request
> ****************
>  >> STAR_DATE = 1046349437093 = 27-02-2003 13:37:17
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Request Start-->
> BYE sip:[EMAIL PROTECTED]:5061 SIP/2.0
> CALL-ID: [EMAIL PROTECTED]
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> CSEQ: 1 BYE
> VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> CONTENT-LENGTH: 0
> 
> 
> <--Request End
> 
> 
> Portal Opened
> *************
>  >> STAR_DATE = 1046349437109 = 27-02-2003 13:37:17
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=5
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349437109 = 27-02-2003 13:37:17
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=5
>  >> TTL = 1
>  >> Message Start-->
> SIP/2.0 100 Trying
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> CSEQ: 1 BYE
> CALL-ID: [EMAIL PROTECTED]
> Via: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> Content-Length: 0
> 
> 
> <--Message End
> 
> 
> Received Request
> ****************
>  >> STAR_DATE = 1046349437828 = 27-02-2003 13:37:17
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Request Start-->
> BYE sip:[EMAIL PROTECTED]:5061 SIP/2.0
> CALL-ID: [EMAIL PROTECTED]
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> CSEQ: 1 BYE
> VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> CONTENT-LENGTH: 0
> 
> 
> <--Request End
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349437828 = 27-02-2003 13:37:17
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=5
>  >> TTL = 1
>  >> Message Start-->
> SIP/2.0 100 Trying
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> CSEQ: 1 BYE
> CALL-ID: [EMAIL PROTECTED]
> Via: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> Content-Length: 0
> 
> 
> <--Message End
> 
> 
> Received Request
> ****************
>  >> STAR_DATE = 1046349441953 = 27-02-2003 13:37:21
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Request Start-->
> BYE sip:[EMAIL PROTECTED]:5061 SIP/2.0
> CALL-ID: [EMAIL PROTECTED]
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> CSEQ: 1 BYE
> VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> CONTENT-LENGTH: 0
> 
> 
> <--Request End
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349441968 = 27-02-2003 13:37:21
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=5
>  >> TTL = 1
>  >> Message Start-->
> SIP/2.0 100 Trying
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> CSEQ: 1 BYE
> CALL-ID: [EMAIL PROTECTED]
> Via: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> Content-Length: 0
> 
> 
> <--Message End
> 
> 
> Received Request
> ****************
>  >> STAR_DATE = 1046349446093 = 27-02-2003 13:37:26
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Request Start-->
> BYE sip:[EMAIL PROTECTED]:5061 SIP/2.0
> CALL-ID: [EMAIL PROTECTED]
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> CSEQ: 1 BYE
> VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> CONTENT-LENGTH: 0
> 
> 
> <--Request End
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349446093 = 27-02-2003 13:37:26
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=5
>  >> TTL = 1
>  >> Message Start-->
> SIP/2.0 100 Trying
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> CSEQ: 1 BYE
> CALL-ID: [EMAIL PROTECTED]
> Via: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> Content-Length: 0
> 
> 
> <--Message End
> 
> 
> Received Request
> ****************
>  >> STAR_DATE = 1046349450218 = 27-02-2003 13:37:30
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Request Start-->
> BYE sip:[EMAIL PROTECTED]:5061 SIP/2.0
> CALL-ID: [EMAIL PROTECTED]
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> CSEQ: 1 BYE
> VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> CONTENT-LENGTH: 0
> 
> 
> <--Request End
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349450218 = 27-02-2003 13:37:30
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=5
>  >> TTL = 1
>  >> Message Start-->
> SIP/2.0 100 Trying
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> CSEQ: 1 BYE
> CALL-ID: [EMAIL PROTECTED]
> Via: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> Content-Length: 0
> 
> 
> <--Message End
> 
> 
> Received Request
> ****************
>  >> STAR_DATE = 1046349454343 = 27-02-2003 13:37:34
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Request Start-->
> BYE sip:[EMAIL PROTECTED]:5061 SIP/2.0
> CALL-ID: [EMAIL PROTECTED]
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> CSEQ: 1 BYE
> VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> CONTENT-LENGTH: 0
> 
> 
> <--Request End
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349454343 = 27-02-2003 13:37:34
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=5
>  >> TTL = 1
>  >> Message Start-->
> SIP/2.0 100 Trying
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> CSEQ: 1 BYE
> CALL-ID: [EMAIL PROTECTED]
> Via: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> Content-Length: 0
> 
> 
> <--Message End
> 
> 
> Received Request
> ****************
>  >> STAR_DATE = 1046349458468 = 27-02-2003 13:37:38
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Request Start-->
> BYE sip:[EMAIL PROTECTED]:5061 SIP/2.0
> CALL-ID: [EMAIL PROTECTED]
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> CSEQ: 1 BYE
> VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> CONTENT-LENGTH: 0
> 
> 
> <--Request End
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349458468 = 27-02-2003 13:37:38
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=5
>  >> TTL = 1
>  >> Message Start-->
> SIP/2.0 100 Trying
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> CSEQ: 1 BYE
> CALL-ID: [EMAIL PROTECTED]
> Via: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> Content-Length: 0
> 
> 
> <--Message End
> 
> 
> Received Request
> ****************
>  >> STAR_DATE = 1046349462656 = 27-02-2003 13:37:42
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Request Start-->
> BYE sip:[EMAIL PROTECTED]:5061 SIP/2.0
> CALL-ID: [EMAIL PROTECTED]
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> CSEQ: 1 BYE
> VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> CONTENT-LENGTH: 0
> 
> 
> <--Request End
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349462656 = 27-02-2003 13:37:42
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=5
>  >> TTL = 1
>  >> Message Start-->
> SIP/2.0 100 Trying
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> CSEQ: 1 BYE
> CALL-ID: [EMAIL PROTECTED]
> Via: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> Content-Length: 0
> 
> 
> <--Message End
> 
> 
> Received Request
> ****************
>  >> STAR_DATE = 1046349466796 = 27-02-2003 13:37:46
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=0
>  >> Local Host = 192.168.0.34:5061
>  >> Remote Host = 192.168.0.34:5060
>  >> Transport = UDP
>  >> Request Start-->
> BYE sip:[EMAIL PROTECTED]:5061 SIP/2.0
> CALL-ID: [EMAIL PROTECTED]
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> CSEQ: 1 BYE
> VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> CONTENT-LENGTH: 0
> 
> 
> <--Request End
> 
> 
> Sending Message
> ***************
>  >> STAR_DATE = 1046349466812 = 27-02-2003 13:37:46
>  >> PortalID = LocalPortalKey|ManagerID=0|PortalID=5
>  >> TTL = 1
>  >> Message Start-->
> SIP/2.0 100 Trying
> TO: <sip:[EMAIL PROTECTED]:5061>;tag=-501083418
> FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2085074240
> CSEQ: 1 BYE
> CALL-ID: [EMAIL PROTECTED]
> Via: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1419356526
> Content-Length: 0
> 
> 
> <--Message End
> 
> 
> -- 
> Cheers,
> Mariusz Maslowski
> 
> 
> 
> --__--__--
> 
> Message: 6
> Date: Thu, 27 Feb 2003 07:41:32 -0500
> From: Steve Pellegrino <[EMAIL PROTECTED]>
> Organization: Ulticom, Inc.  (http://www.ulticom.com)
> To: Mariusz =?ISO-8859-1?Q?Mas=B3owski?= <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> Subject: Re: [Sip-implementors] Problem with BYE
> 
> Hi Mariusz,
> 
> One thing I see is that your BYE request doesn't contain a Max-Forwards 
> header, which is required per section 8.1.1 of RFC 3261.
> 
> Regards,
> Steve
> 
> 
> Mariusz Mas?owski wrote:
> 
> > Hello everybody,
> >
> > I'm writing a SIP User Agent and I have problem with terminating a 
> > dialog with Ubiquity UA using BYE.
> >
> > My testing environment consists of my UA and Helmsman User Agent v 
> > 3.0.6 (http://www.ubiquity.net/useragent.php).
> > The tesing scenario is as follows:
> > o Helmsman UA starts the dialog (INVITE)
> > o My UA accepts the dialog (200 OK)
> > o My UA terminates the dialgo (BYE)
> > First two steps are done correctly. But as I send the BYE request it 
> > does not receive a final response. The Helmsman UA sends only a 
> > provisional 100 Trying.
> > When I use another remote UA (josua -- 
> > http://www.fsf.org/software/osip/) the BYE gets a positive response 
> > (200 OK).
> >
> > Is there something wrong with the following message:
> >
> > BYE sip:[EMAIL PROTECTED] SIP/2.0
> > CALL-ID: [EMAIL PROTECTED]
> > FROM: "SIP AGENT" <sip:[EMAIL PROTECTED]>;tag=2076209524
> > TO: <sip:[EMAIL PROTECTED]>;tag=3836145980
> > CSEQ: 1 BYE
> > VIA: SIP/2.0/UDP 192.168.0.34:5060;branch=z9hG4bK1410491809
> > CONTENT-LENGTH: 0
> >
> >
> >
> 
> 
> 
> 
> --__--__--
> 
> _______________________________________________
> Sip-implementors mailing list
> [EMAIL PROTECTED]
> http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
> 
> 
> End of Sip-implementors Digest
> 

_______________________________________________
Sip-implementors mailing list
[EMAIL PROTECTED]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to