Re: [sipcore] WGLC: draft-ietf-sipcore-location-conveyance

Robert Sparks <rjsparks@nostrum.com> Tue, 29 March 2011 11:58 UTC

Return-Path: <rjsparks@nostrum.com>
X-Original-To: sipcore@core3.amsl.com
Delivered-To: sipcore@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id CC4903A67D4 for <sipcore@core3.amsl.com>; Tue, 29 Mar 2011 04:58:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.577
X-Spam-Level:
X-Spam-Status: No, score=-102.577 tagged_above=-999 required=5 tests=[AWL=0.023, BAYES_00=-2.599, SPF_PASS=-0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dD0QAFYeAvv9 for <sipcore@core3.amsl.com>; Tue, 29 Mar 2011 04:58:22 -0700 (PDT)
Received: from nostrum.com (nostrum-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:267::2]) by core3.amsl.com (Postfix) with ESMTP id D34C53A67C3 for <sipcore@ietf.org>; Tue, 29 Mar 2011 04:58:20 -0700 (PDT)
Received: from dhcp-6772.meeting.ietf.org ([130.129.103.114]) (authenticated bits=0) by nostrum.com (8.14.3/8.14.3) with ESMTP id p2TBxs3L055798 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 29 Mar 2011 06:59:56 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
Mime-Version: 1.0 (Apple Message framework v1082)
Content-Type: text/plain; charset="us-ascii"
From: Robert Sparks <rjsparks@nostrum.com>
In-Reply-To: <201103290847.p2T8l7uW032563@mtv-core-1.cisco.com>
Date: Tue, 29 Mar 2011 13:59:32 +0200
Content-Transfer-Encoding: quoted-printable
Message-Id: <58E2D7DB-CDAF-41CF-B24B-DCC6E8D67702@nostrum.com>
References: <4D6C31DC.80005@nostrum.com> <C7E060E7-9B2E-4FB3-9600-0A2B7776B403@nostrum.com> <201103290847.p2T8l7uW032563@mtv-core-1.cisco.com>
To: "James M. Polk" <jmpolk@cisco.com>
X-Mailer: Apple Mail (2.1082)
Received-SPF: pass (nostrum.com: 130.129.103.114 is authenticated by a trusted mechanism)
Cc: draft-ietf-sipcore-location-conveyance@tools.ietf.org, "SIPCORE (Session Initiation Protocol Core) WG" <sipcore@ietf.org>, SIPCORE Chairs <sipcore-chairs@tools.ietf.org>
Subject: Re: [sipcore] WGLC: draft-ietf-sipcore-location-conveyance
X-BeenThere: sipcore@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: SIP Core Working Group <sipcore.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/sipcore>, <mailto:sipcore-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sipcore>
List-Post: <mailto:sipcore@ietf.org>
List-Help: <mailto:sipcore-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sipcore>, <mailto:sipcore-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Mar 2011 11:58:22 -0000

Thanks for the reminder - I reread the text and talked with Jon. I think the only thing that needs to change
is the actual error code. 503 is to extreme - it would cut off all SIP traffic from the peer receiving the response,
not just traffic related to this request. I think the right code in this context is 500 (which can also use the Retry-After
mechanism).

More concisely, my suggestion is s/503/500/

RjS

On Mar 29, 2011, at 10:47 AM, James M. Polk wrote:

> At 03:45 PM 3/9/2011, Robert Sparks wrote:
>> There are a couple of larger and several small things to also address in this document before requesting publication.
>> 
>> The larger things:
>> 
>> 3) I can't figure out what the paragraph in section 4.4 that starts "Additionally, if a sip entity cannot..." and goes
>> onto talk about 503's is trying to say. I think some surrounding context must have been lost or not captured.
>> Why would we be recommending sending a 503 here?
> 
> pick on this one point, there was an error code for that basically said "couldn't process the location you just sent me, but it's ok to try again" *and* "couldn't process the location you just sent me, don't try to resend it for a while". Jon didn't like the idea of something that he feels duplicates the 503 with a retry after header field. He was on a mission to reduce the number of geolocation-error codes, and these two go whacked. That's where this text comes from. I'll get with him about writing this section better - or do you have an alternate plan we should pursue?
> 
> James