Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-04-02 Thread Paul Kyzivat
Dale Worley wrote: > On Mon, 2009-03-30 at 12:35 +0100, Stephen Paterson wrote: >> I'm currently implementing RFC 3265 as an abstract layer upon which our >> customers can build their own event packages and I'm trying to determine >> exactly what information their applications will need in order

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-04-02 Thread Dale Worley
On Mon, 2009-03-30 at 12:35 +0100, Stephen Paterson wrote: > I'm currently implementing RFC 3265 as an abstract layer upon which our > customers can build their own event packages and I'm trying to determine > exactly what information their applications will need in order to > support any possible

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-04-02 Thread Paul Kyzivat
+1 Michael Procter wrote: > Scott Lawrence wrote: >> On Thu, 2009-04-02 at 10:03 +0100, Stephen Paterson wrote: >>> Hi all, >>> Thanks for your replies. Lots of answers saying I'll only get a single >>> 200. Sorry, bit of a slip on my part there! Ignore the '200/' and you'll >>> get my meaning. >>

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-04-02 Thread Michael Procter
Scott Lawrence wrote: > On Thu, 2009-04-02 at 10:03 +0100, Stephen Paterson wrote: > > Hi all, > > Thanks for your replies. Lots of answers saying I'll only get a single > > 200. Sorry, bit of a slip on my part there! Ignore the '200/' and you'll > > get my meaning. > > Anyway, just to finish off,

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-04-02 Thread Stephen Paterson
9 15:28 To: Stephen Paterson Cc: sip-implementors@lists.cs.columbia.edu Subject: RE: [Sip-implementors] Forked SUBSCRIBE responses On Thu, 2009-04-02 at 10:03 +0100, Stephen Paterson wrote: > Hi all, > Thanks for your replies. Lots of answers saying I'll only get a single > 200. Sorry,

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-04-02 Thread Scott Lawrence
On Thu, 2009-04-02 at 10:03 +0100, Stephen Paterson wrote: > Hi all, > Thanks for your replies. Lots of answers saying I'll only get a single > 200. Sorry, bit of a slip on my part there! Ignore the '200/' and you'll > get my meaning. > Anyway, just to finish off, I'll be adding a flag so that the

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-04-02 Thread Stephen Paterson
Message- From: Iñaki Baz Castillo [mailto:i...@aliax.net] Sent: 02 April 2009 10:56 To: Stephen Paterson Cc: sip-implementors@lists.cs.columbia.edu Subject: Re: [Sip-implementors] Forked SUBSCRIBE responses 2009/4/2 Stephen Paterson : > Anyway, just to finish off, I'll be adding a

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-04-02 Thread Michael Procter
Iñaki Baz Castillo wrote: > 2009/4/2 Stephen Paterson : > > > Anyway, just to finish off, I'll be adding a flag so that the user can > > say whether they want to accept multiple dialogs or not. > > Not possible. A proxy doing forking for a SUBSCRIBE (non-INVITE > transaction) will just accept the f

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-04-02 Thread Iñaki Baz Castillo
2009/4/2 Stephen Paterson : > Anyway, just to finish off, I'll be adding a flag so that the user can > say whether they want to accept multiple dialogs or not. Not possible. A proxy doing forking for a SUBSCRIBE (non-INVITE transaction) will just accept the first 200 Ok and drop the rest. So the

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-04-02 Thread Stephen Paterson
Hi all, Thanks for your replies. Lots of answers saying I'll only get a single 200. Sorry, bit of a slip on my part there! Ignore the '200/' and you'll get my meaning. Anyway, just to finish off, I'll be adding a flag so that the user can say whether they want to accept multiple dialogs or not. The

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-04-01 Thread Scott Lawrence
On Mon, 2009-03-30 at 12:35 +0100, Stephen Paterson wrote: > Hi all, > > I'm currently implementing RFC 3265 as an abstract layer upon which our > customers can build their own event packages and I'm trying to determine > exactly what information their applications will need in order to > support

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-03-31 Thread Iñaki Baz Castillo
El Lunes 30 Marzo 2009, Stephen Paterson escribió: > E.g.. a UA receives N 200 responses from a single subscribe This is not possible. When a proxy (the node which does forking) receives a 200 it will not allow a next 200 from other branch. -- Iñaki Baz Castillo __

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-03-31 Thread Vikram Chhibber
t; Cheers > Steve > > -Original Message- > From: sip-implementors-boun...@lists.cs.columbia.edu > [mailto:sip-implementors-boun...@lists.cs.columbia.edu] On Behalf Of > Stephen Paterson > Sent: 30 March 2009 12:35 > To: sip-implementors@lists.cs.columbia.edu >

Re: [Sip-implementors] Forked SUBSCRIBE responses

2009-03-31 Thread Stephen Paterson
t: 30 March 2009 12:35 To: sip-implementors@lists.cs.columbia.edu Subject: [Sip-implementors] Forked SUBSCRIBE responses Hi all, I'm currently implementing RFC 3265 as an abstract layer upon which our customers can build their own event packages and I'm trying to determine exactly what in

[Sip-implementors] Forked SUBSCRIBE responses

2009-03-30 Thread Stephen Paterson
Hi all, I'm currently implementing RFC 3265 as an abstract layer upon which our customers can build their own event packages and I'm trying to determine exactly what information their applications will need in order to support any possible such package. Small question, if a given package allows mu