Re: [MMUSIC] E.164 and visual separators in draft-ietf-mmusic-sdp-cs

Paul Kyzivat <pkyzivat@alum.mit.edu> Thu, 15 November 2012 20:09 UTC

Return-Path: <pkyzivat@alum.mit.edu>
X-Original-To: mmusic@ietfa.amsl.com
Delivered-To: mmusic@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BE72221F85CC for <mmusic@ietfa.amsl.com>; Thu, 15 Nov 2012 12:09:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.392
X-Spam-Level:
X-Spam-Status: No, score=-0.392 tagged_above=-999 required=5 tests=[AWL=0.045, BAYES_00=-2.599, FH_RELAY_NODNS=1.451, HELO_MISMATCH_NET=0.611, RDNS_NONE=0.1]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id anNUSe7VDmRK for <mmusic@ietfa.amsl.com>; Thu, 15 Nov 2012 12:09:38 -0800 (PST)
Received: from qmta02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:24]) by ietfa.amsl.com (Postfix) with ESMTP id 0F66A21F8477 for <mmusic@ietf.org>; Thu, 15 Nov 2012 12:09:37 -0800 (PST)
Received: from omta17.westchester.pa.mail.comcast.net ([76.96.62.89]) by qmta02.westchester.pa.mail.comcast.net with comcast id Pnjf1k0041vXlb851w9dWb; Thu, 15 Nov 2012 20:09:37 +0000
Received: from Paul-Kyzivats-MacBook-Pro.local ([50.138.229.164]) by omta17.westchester.pa.mail.comcast.net with comcast id Pw9d1k00D3ZTu2S3dw9dRE; Thu, 15 Nov 2012 20:09:37 +0000
Message-ID: <50A54C00.1060008@alum.mit.edu>
Date: Thu, 15 Nov 2012 15:09:36 -0500
From: Paul Kyzivat <pkyzivat@alum.mit.edu>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20121010 Thunderbird/16.0.1
MIME-Version: 1.0
To: mmusic@ietf.org
References: <D09DAE6B636851459F7575D146EFB54B1A3BD4C3@008-AM1MPN1-025.mgdnok.nokia.com> <50A50F77.7060906@cisco.com> <50A51A61.1070905@nostrum.com> <50A52D46.5020803@cisco.com>
In-Reply-To: <50A52D46.5020803@cisco.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: Re: [MMUSIC] E.164 and visual separators in draft-ietf-mmusic-sdp-cs
X-BeenThere: mmusic@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Multiparty Multimedia Session Control Working Group <mmusic.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mmusic>, <mailto:mmusic-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmusic>
List-Post: <mailto:mmusic@ietf.org>
List-Help: <mailto:mmusic-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmusic>, <mailto:mmusic-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 15 Nov 2012 20:09:38 -0000

On 11/15/12 12:58 PM, Flemming Andreasen wrote:
>
> On 11/15/12 11:37 AM, Adam Roach wrote:
>> On 11/15/12 09:51, Flemming Andreasen wrote:
>>> To be clear, the "global-number" production in RFC 3966 allows for a
>>> number of parameters that are not part of the International E.164
>>> format and thus I have two concerns with the current text
>>> 1) The visual-separator exclusion although the ABNF allows for it
>>> 2) The apparent disconnect between all of these optional extra
>>> parameters and the above text suggesting they are not allowed.
>>
>> I don't think these really are issues. There are a lot of
>> specifications where the ABNF would allow for certain productions,
>> while the normative specification making use of that ABNF restricts
>> those productions. For example, there is nothing in the ABNF of RFC
>> 3261 that restricts SIP messages from having multiple CSeq header
>> fields, although it doing so certainly isn't allowed.
>>
>
> I think there is a big difference between having an ABNF that includes
> terminals and non-terminals in productions that may not be used at all
> as opposed to having an ABNF with certain semantic restrictions on what
> constitutes valid semantic values based on otherwise valid syntax. The
> former is generally well understood and accepted whereas the latter is
> not (and for good reason IMO - what's the point of having an ABNF
> otherwise ?).

Yes, I agree that this kind of constraint is a bit more of a stretch 
than the usual sort of things we revert to text for. (But I often have 
to make a tradeoff when constructing ABNF, between constraints that 
*can* be done syntactically with complex ANBF, and more forgiving ABNF 
and textual constraints.)

This is at least the third place I have come across in the last few 
months that had a need to represent a phone number, and where a 
reference into the 3966 ABNF could *almost* fit the bill. The last time 
was with TERQ. There I raised the possibility to Jon P that maybe it is 
time to revise 3966, so that it is more suited to being a source of 
definitions of phone number stuff that can be referenced. I have mixed 
feelings about that - I think it would be a good thing to do, but I 
don't know how many will consider it worth the trouble.

	Thanks,
	Paul