Re: [Sip-implementors] Proxy handling of in dialogue request

2020-03-23 Thread Jason Harrison
20 21:53 To: Jason Harrison Cc: sip-implementors@lists.cs.columbia.edu Subject: Re: [Sip-implementors] Proxy handling of in dialogue request Jason Harrison writes: > I ask as I have a proxy server that does not route a BYE request and I > am trying to understand why The answer to that is

Re: [Sip-implementors] Proxy handling of in dialogue request

2020-03-22 Thread Dale R. Worley
Jason Harrison writes: > I ask as I have a proxy server that does not route a BYE request and I > am trying to understand why The answer to that is that if you post the message sequence (as seen by the proxy), we may be able to help you. But the devil is in the details, there's little general ad

Re: [Sip-implementors] Proxy handling of in dialogue request

2020-03-20 Thread Alex Balashov
On Fri, Mar 20, 2020 at 02:37:04PM -0400, Paul Kyzivat wrote: > On 3/20/20 1:22 PM, Alex Balashov wrote: > > The proxy will send the request onward to the next Route hop. If no further > > Route hops are available, it will consume the domain portion of the Request > > URI and send the request to

Re: [Sip-implementors] Proxy handling of in dialogue request

2020-03-20 Thread Paul Kyzivat
Jason, On 3/20/20 1:22 PM, Alex Balashov wrote: The proxy will send the request onward to the next Route hop. If no further Route hops are available, it will consume the domain portion of the Request URI and send the request to that. For the complete story, *carefully* read section 16 of RFC

Re: [Sip-implementors] Proxy handling of in dialogue request

2020-03-20 Thread Alex Balashov
The proxy will send the request onward to the next Route hop. If no further Route hops are available, it will consume the domain portion of the Request URI and send the request to that. — Sent from mobile, with due apologies for brevity and errors. > On Mar 20, 2020, at 9:23 AM, Jason Harrison