country-telephone-data icon indicating copy to clipboard operation
country-telephone-data copied to clipboard

Deutschland phone number

Open nosovk opened this issue 6 years ago • 6 comments

There is mistake in mask for deutch numbers for example +49 176 22767171 is valid DE phone number, but in library pattern looks like: '+.. ... .......' It's one symbol shorter then real number.

nosovk avatar Mar 20 '18 09:03 nosovk

@nosovk Can you give me a link which has documentation on the format?

mukeshsoni avatar Mar 20 '18 09:03 mukeshsoni

https://en.wikipedia.org/wiki/Telephone_numbers_in_Germany

nosovk avatar Mar 20 '18 09:03 nosovk

http://www.itu.int/dms_pub/itu-t/oth/02/02/T02020000510004MSWE.docx

nosovk avatar Mar 20 '18 10:03 nosovk

I can't seem to find the relevant part. Except for one line which says 'Maximum number length - 13'. Any place which talks about this very specific format 'xx xxx xxxxxxxxx'?

mukeshsoni avatar Mar 20 '18 10:03 mukeshsoni

From that wiki page --

015xx-xxxxxxx, 016x-xxxxxxx, 017x-xxxxxxx - Mobile numbers are assigned non-geographic area codes starting with 015, 016 and 017 and have a length of 3 or 4 digits without the trunk prefix. The numbers have a total length of ten or eleven digits without the trunk prefix: numbers starting with 17 or 16 are 10 digits long except 176 and 1609, which are 11 digits long like the numbers starting with 15.

koblas avatar Mar 18 '19 15:03 koblas

Any updates on this issue? Both valid german numbers and valid italian numbers are having their last digit cut off

+49 xxx xxxxxxxx -> +49 xxx xxxxxxx +39 xxx xxxxxxx -> +39 xxx xxxxxx

mg avatar Sep 17 '19 13:09 mg