Re: [sipcore] Feature-tags in the Path header field

Christer Holmberg <christer.holmberg@ericsson.com> Fri, 17 September 2010 18:11 UTC

Return-Path: <christer.holmberg@ericsson.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 5C89F3A68F2 for <sipcore@core3.amsl.com>; Fri, 17 Sep 2010 11:11:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.728
X-Spam-Level:
X-Spam-Status: No, score=-5.728 tagged_above=-999 required=5 tests=[AWL=0.871, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
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 GoQ5NNYDj62v for <sipcore@core3.amsl.com>; Fri, 17 Sep 2010 11:11:08 -0700 (PDT)
Received: from mailgw10.se.ericsson.net (mailgw10.se.ericsson.net [193.180.251.61]) by core3.amsl.com (Postfix) with ESMTP id 8B2193A68EF for <sipcore@ietf.org>; Fri, 17 Sep 2010 11:11:06 -0700 (PDT)
X-AuditID: c1b4fb3d-b7cbeae00000772f-fc-4c93af527c71
Received: from esessmw0256.eemea.ericsson.se (Unknown_Domain [153.88.253.125]) by mailgw10.se.ericsson.net (Symantec Mail Security) with SMTP id 3F.8D.30511.25FA39C4; Fri, 17 Sep 2010 20:11:30 +0200 (CEST)
Received: from ESESSCMS0356.eemea.ericsson.se ([169.254.1.78]) by esessmw0256.eemea.ericsson.se ([10.2.3.125]) with mapi; Fri, 17 Sep 2010 20:11:30 +0200
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: Paul Kyzivat <pkyzivat@cisco.com>
Date: Fri, 17 Sep 2010 20:07:51 +0200
Thread-Topic: [sipcore] Feature-tags in the Path header field
Thread-Index: ActWgGIkPDX1ffSoTyOsIX8z5/Ef1QAEtw45
Message-ID: <7F2072F1E0DE894DA4B517B93C6A0585015BCA8E@ESESSCMS0356.eemea.ericsson.se>
References: <7F2072F1E0DE894DA4B517B93C6A058501703422@ESESSCMS0356.eemea.ericsson.se> <4C936714.2040808@cisco.com> <7F2072F1E0DE894DA4B517B93C6A058501703523@ESESSCMS0356.eemea.ericsson.se>, <4C936E79.3070906@cisco.com> <7F2072F1E0DE894DA4B517B93C6A0585015BCA8B@ESESSCMS0356.eemea.ericsson.se>, <4C938ED5.10507@cisco.com>
In-Reply-To: <4C938ED5.10507@cisco.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Brightmail-Tracker: AAAAAA==
Cc: "sipcore@ietf.org" <sipcore@ietf.org>
Subject: Re: [sipcore] Feature-tags in the Path header field
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: Fri, 17 Sep 2010 18:11:10 -0000

Hi,

>> So, if the idea of carrying feature tags in Path is ok as such, I guess one option would be an RFC which defines feature-param for Path (similar to what 4508 does for Refer-To).
>>
>> So, the extended Path ABNF may look something like:
>>
>> Path = "Path" HCOLON path-value *( COMMA path-value )
>>
>> path-value = name-addr *( SEMI rr-param / feature-param )
>>
>> (Assuming feature-param fits within the syntax for rr-param)
>>
>>> The fact that a parameter is defined for use on one header does not automatically usable with any other header. (Unless the two headers
>>> share some common definition. For instance, if the definition of rr-param was extended for Route then I believe Path would automatically
>>> pick that up as well.)
>>
>> I agree, and that's why I sent the e-mail to the list :)
>
>OK. That is something that can be discussed.
>
>ISTM that Path is very similar to Route, and defined to work the same.
>So either you define what these things mean for Route, or else you have
>to break the linkage and explain why these are appropriate for Path and
>not Route. Also, if they are appropriate for Path, then perhaps
>Service-Route too.

I am not sure about Route, because the value is normally either pre-defined/configured or built based on Record-Route, Path or Serivce-Route. But, I guess we would need to decide whether we allow it also for Record-Route and Service-Route. There is currently no need for it (at least not what I know about), but it would probably be wise to cover all headers if we decide to do something.

Regards,

Christer