Re: [Enum] non-E.164 Numbers in ENUM
Mike Hammer <mhammer@cisco.com> Wed, 15 September 2004 19:41 UTC
From: Mike Hammer <mhammer@cisco.com>
Date: Wed, 15 Sep 2004 15:41:37 -0400
To: Jim Reid <"james.yu at neustar.biz">
Subject: Re: [Enum] non-E.164 Numbers in ENUM
In-Reply-To: <james.yu@neustar.biz>
Message-ID: <4.3.2.7.2.20040915152735.04107a98@cia.cisco.com>
MIME-Version: 1.0
Content-Type: text/plain
Status: R
Likewise, would a check on a number of the form:
tel:+xxxxxxxxxxxxxxxyyy...
also be considered invalid (assuming no separators, x=1-9, y=0-9)?
(+ = global-number = E.164 = 15 digits max)
Mike
At 07:58 PM 9/15/2004 +0100, Jim Reid wrote:
>>>>> "James" == Yu, James <james.yu at neustar.biz> writes:
James> ENUM resolver (one that generates the ENUM query for a
James> phone number) can only check if the phone number has more
James> than 15 digits (a valid E.164# is up to 15 digits long)
James> because it is not likely to understand the numbering plan
James> in every country. It won't be able to know if
James> 1-571-434-1234-5 is a valid E.164# if it does not
James> understand the numbering plan for country code 1.
Indeed. In fact it would be very foolish for anyone to put a priori
knowledge of a numbering plan into an ENUM resolver. Especially on an
embedded device like a handset. Numbering plans change. Pretty much
all an ENUM resolver could/should do is check that the input string
conforms to the length and legal character set defined in E.164.
_______________________________________________
enum mailing list
enum at ietf.org
https://www1.ietf.org/mailman/listinfo/enum
_______________________________________________
enum mailing list
enum at ietf.org
https://www1.ietf.org/mailman/listinfo/enum
- [Enum] Re. 2916bis Lawrence Conroy
- [Enum] Re: Re. 2916bis Patrik Fältström
- RE: [Enum] Re. 2916bis Yu, James
- RE: [Enum] Re. 2916bis Patrik Fältström
- Re: [Enum] Re. 2916bis Jim Reid
- RE: [Enum] Re. 2916bis Yu, James
- RE: [Enum] Re. 2916bis Lawrence Conroy
- RE: [Enum] Re. 2916bis Lawrence Conroy
- Re: [Enum] Re. 2916bis Jim Reid
- Re: [Enum] Re. 2916bis Michael Mealling
- RE: [Enum] Re. 2916bis Yu, James
- RE: [Enum] Re. 2916bis Richard Shockey
- RE: [Enum] Re. 2916bis Patrik Fältström
- Re: [Enum] How long will it take to update a NAPT… Jim Reid
- Re: [Enum] How long will it take to update a NAPT… Patrik Fältström
- Re: [Enum] Re: Public Keys in ENUM Jim Reid
- Re: [Enum] Re: Public Keys in ENUM Michael Mealling
- Re: [Enum] Re: Public Keys in ENUM David Conrad
- Re: [Enum] Re: Public Keys in ENUM Patrik Fältström
- Re: [Enum] On the question of DNSSEC and recommen… Jim Reid
- Re: [Enum] non-E.164 Numbers in ENUM Mike Hammer