telephone_number 1.4.21 → 1.4.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +2 -1
  3. data/CHANGELOG.md +6 -0
  4. data/data/geocoding/de/49.dat +0 -0
  5. data/data/geocoding/de/49.txt +6 -1
  6. data/data/geocoding/en/1.dat +0 -0
  7. data/data/geocoding/en/1.txt +46 -2
  8. data/data/geocoding/en/234.dat +0 -0
  9. data/data/geocoding/en/234.txt +2 -73
  10. data/data/geocoding/en/251.dat +0 -0
  11. data/data/geocoding/en/251.txt +1 -0
  12. data/data/geocoding/en/261.dat +0 -0
  13. data/data/geocoding/en/261.txt +1 -0
  14. data/data/geocoding/en/27.dat +0 -0
  15. data/data/geocoding/en/27.txt +1 -0
  16. data/data/geocoding/en/380.dat +0 -0
  17. data/data/geocoding/en/380.txt +1 -1
  18. data/data/geocoding/en/44.dat +0 -0
  19. data/data/geocoding/en/44.txt +1 -0
  20. data/data/geocoding/en/49.dat +0 -0
  21. data/data/geocoding/en/49.txt +6 -1
  22. data/data/geocoding/en/51.dat +0 -0
  23. data/data/geocoding/en/51.txt +2 -0
  24. data/data/geocoding/en/52.dat +0 -0
  25. data/data/geocoding/en/52.txt +3 -0
  26. data/data/geocoding/en/54.dat +0 -0
  27. data/data/geocoding/en/54.txt +1 -0
  28. data/data/geocoding/en/95.dat +0 -0
  29. data/data/geocoding/en/95.txt +1 -0
  30. data/data/geocoding/en/960.dat +0 -0
  31. data/data/geocoding/en/960.txt +1 -0
  32. data/data/geocoding/es/52.dat +0 -0
  33. data/data/geocoding/es/52.txt +3 -0
  34. data/data/geocoding/es/54.dat +0 -0
  35. data/data/geocoding/es/54.txt +1 -0
  36. data/data/geocoding/fr/243.dat +0 -0
  37. data/data/geocoding/fr/243.txt +1 -0
  38. data/data/geocoding/uk/380.dat +0 -0
  39. data/data/geocoding/uk/380.txt +1 -1
  40. data/data/telephone_number_data_file.dat +0 -0
  41. data/data/telephone_number_data_file.xml +1786 -935
  42. data/data/timezones/map_data.txt +33 -51
  43. data/lib/importers/test_data_importer.rb +4 -3
  44. data/lib/telephone_number/version.rb +1 -1
  45. metadata +4 -12
  46. data/data/geocoding/en/33.dat +0 -0
  47. data/data/geocoding/en/33.txt +0 -13856
  48. data/data/geocoding/en/372.dat +0 -0
  49. data/data/geocoding/en/372.txt +0 -35
  50. data/data/geocoding/en/60.dat +0 -0
  51. data/data/geocoding/en/60.txt +0 -4004
  52. data/data/geocoding/fr/33.dat +0 -0
  53. data/data/geocoding/fr/33.txt +0 -13856
  54. data/data/timezones/map_data.dat +0 -0
@@ -796,7 +796,7 @@
796
796
  <mobile>
797
797
  <possibleLengths national="9"/>
798
798
  <exampleNumber>923123456</exampleNumber>
799
- <nationalNumberPattern>9[1-59]\d{7}</nationalNumberPattern>
799
+ <nationalNumberPattern>9[1-79]\d{7}</nationalNumberPattern>
800
800
  </mobile>
801
801
  </territory>
802
802
 
@@ -1435,7 +1435,6 @@
1435
1435
  <possibleLengths national="10" localOnly="[6-8]"/>
1436
1436
  <exampleNumber>1123456789</exampleNumber>
1437
1437
  <nationalNumberPattern>
1438
- 3888[013-9]\d{5}|
1439
1438
  3(?:
1440
1439
  7(?:
1441
1440
  1[15]|
@@ -1448,22 +1447,6 @@
1448
1447
  9[12]
1449
1448
  )
1450
1449
  )[46]\d{5}|
1451
- (?:
1452
- 2(?:
1453
- 657|
1454
- 9(?:
1455
- 54|
1456
- 66
1457
- )
1458
- )|
1459
- 3(?:
1460
- 7(?:
1461
- 55|
1462
- 77
1463
- )|
1464
- 865
1465
- )
1466
- )[2-8]\d{5}|
1467
1450
  (?:
1468
1451
  2(?:
1469
1452
  2(?:
@@ -1475,7 +1458,7 @@
1475
1458
  26|
1476
1459
  44
1477
1460
  )|
1478
- 473|
1461
+ 47[35]|
1479
1462
  9(?:
1480
1463
  [07]2|
1481
1464
  2[26]|
@@ -1485,6 +1468,26 @@
1485
1468
  )|
1486
1469
  3327
1487
1470
  )[45]\d{5}|
1471
+ (?:
1472
+ 2(?:
1473
+ 657|
1474
+ 9(?:
1475
+ 54|
1476
+ 66
1477
+ )
1478
+ )|
1479
+ 3(?:
1480
+ 48[27]|
1481
+ 7(?:
1482
+ 55|
1483
+ 77
1484
+ )|
1485
+ 8(?:
1486
+ 65|
1487
+ 78
1488
+ )
1489
+ )
1490
+ )[2-8]\d{5}|
1488
1491
  (?:
1489
1492
  2(?:
1490
1493
  284|
@@ -1492,41 +1495,19 @@
1492
1495
  02|
1493
1496
  23
1494
1497
  )|
1498
+ 477|
1499
+ 622|
1495
1500
  920
1496
1501
  )|
1497
1502
  3(?:
1498
1503
  4(?:
1499
1504
  46|
1500
- 8[27]|
1505
+ 89|
1501
1506
  92
1502
1507
  )|
1503
- 541|
1504
- 878
1508
+ 541
1505
1509
  )
1506
1510
  )[2-7]\d{5}|
1507
- (?:
1508
- 2(?:
1509
- (?:
1510
- 26|
1511
- 62
1512
- )2|
1513
- 320|
1514
- 477|
1515
- 9(?:
1516
- 42|
1517
- 83
1518
- )
1519
- )|
1520
- 3(?:
1521
- 329|
1522
- 4(?:
1523
- 62|
1524
- 76|
1525
- 89
1526
- )|
1527
- 564
1528
- )
1529
- )[2-6]\d{5}|
1530
1511
  (?:
1531
1512
  (?:
1532
1513
  11[1-8]|
@@ -1560,7 +1541,8 @@
1560
1541
  364|
1561
1542
  4(?:
1562
1543
  1[2-8]|
1563
- [235][4-6]|
1544
+ [25][4-6]|
1545
+ 3[3-6]|
1564
1546
  84
1565
1547
  )|
1566
1548
  5(?:
@@ -1574,12 +1556,42 @@
1574
1556
  7[069][45]|
1575
1557
  8(?:
1576
1558
  0[45]|
1577
- [17][2-6]|
1559
+ 1[2-7]|
1578
1560
  3[4-6]|
1579
- [58][3-6]
1561
+ 5[3-6]|
1562
+ 7[2-6]|
1563
+ 8[3-68]
1580
1564
  )
1581
1565
  )
1582
1566
  )\d{6}|
1567
+ (?:
1568
+ 2(?:
1569
+ 2(?:
1570
+ 62|
1571
+ 81
1572
+ )|
1573
+ 320|
1574
+ 9(?:
1575
+ 42|
1576
+ 83
1577
+ )
1578
+ )|
1579
+ 3(?:
1580
+ 329|
1581
+ 4(?:
1582
+ 62|
1583
+ 7[16]
1584
+ )|
1585
+ 5(?:
1586
+ 43|
1587
+ 64
1588
+ )|
1589
+ 7(?:
1590
+ 18|
1591
+ 5[17]
1592
+ )
1593
+ )
1594
+ )[2-6]\d{5}|
1583
1595
  2(?:
1584
1596
  2(?:
1585
1597
  21|
@@ -1596,7 +1608,6 @@
1596
1608
  5[346-8]|
1597
1609
  9[3-5]
1598
1610
  )|
1599
- 475|
1600
1611
  6(?:
1601
1612
  2[46]|
1602
1613
  4[78]|
@@ -1613,10 +1624,7 @@
1613
1624
  )4\d{5}|
1614
1625
  (?:
1615
1626
  2(?:
1616
- 2(?:
1617
- 57|
1618
- 81
1619
- )|
1627
+ 257|
1620
1628
  3(?:
1621
1629
  24|
1622
1630
  46|
@@ -1631,18 +1639,19 @@
1631
1639
  3(?:
1632
1640
  4(?:
1633
1641
  42|
1634
- 71
1642
+ 64
1635
1643
  )|
1636
1644
  5(?:
1637
1645
  25|
1638
1646
  37|
1639
- 4[347]|
1647
+ 4[47]|
1640
1648
  71
1641
1649
  )|
1642
1650
  7(?:
1643
- 18|
1644
- 5[17]
1645
- )
1651
+ 35|
1652
+ 72
1653
+ )|
1654
+ 825
1646
1655
  )
1647
1656
  )[3-6]\d{5}|
1648
1657
  (?:
@@ -1672,7 +1681,7 @@
1672
1681
  3[78]|
1673
1682
  4[457]|
1674
1683
  58|
1675
- 6[03-9]|
1684
+ 6[035-9]|
1676
1685
  72|
1677
1686
  83|
1678
1687
  9[136-8]
@@ -1686,14 +1695,14 @@
1686
1695
  7(?:
1687
1696
  16|
1688
1697
  2[15]|
1689
- 3[145]|
1698
+ 3[14]|
1690
1699
  4[13]|
1691
1700
  5[468]|
1692
- 7[2-5]|
1701
+ 7[3-5]|
1693
1702
  8[26]
1694
1703
  )|
1695
1704
  8(?:
1696
- 2[5-7]|
1705
+ 2[67]|
1697
1706
  3[278]|
1698
1707
  4[3-5]|
1699
1708
  5[78]|
@@ -1714,33 +1723,14 @@
1714
1723
  7(?:
1715
1724
  1[15]|
1716
1725
  81
1717
- )[46]|
1718
- 8(?:
1719
- (?:
1720
- 21|
1721
- 4[16]|
1722
- 69|
1723
- 9[12]
1724
- )[46]|
1725
- 88[013-9]
1726
- )
1727
- )\d{5}|
1728
- 9(?:
1729
- 2(?:
1730
- 657|
1731
- 9(?:
1732
- 54|
1733
- 66
1734
- )
1735
1726
  )|
1736
- 3(?:
1737
- 7(?:
1738
- 55|
1739
- 77
1740
- )|
1741
- 865
1727
+ 8(?:
1728
+ 21|
1729
+ 4[16]|
1730
+ 69|
1731
+ 9[12]
1742
1732
  )
1743
- )[2-8]\d{5}|
1733
+ )[46]\d{5}|
1744
1734
  9(?:
1745
1735
  2(?:
1746
1736
  2(?:
@@ -1752,7 +1742,7 @@
1752
1742
  26|
1753
1743
  44
1754
1744
  )|
1755
- 473|
1745
+ 47[35]|
1756
1746
  9(?:
1757
1747
  [07]2|
1758
1748
  2[26]|
@@ -1762,6 +1752,26 @@
1762
1752
  )|
1763
1753
  3327
1764
1754
  )[45]\d{5}|
1755
+ 9(?:
1756
+ 2(?:
1757
+ 657|
1758
+ 9(?:
1759
+ 54|
1760
+ 66
1761
+ )
1762
+ )|
1763
+ 3(?:
1764
+ 48[27]|
1765
+ 7(?:
1766
+ 55|
1767
+ 77
1768
+ )|
1769
+ 8(?:
1770
+ 65|
1771
+ 78
1772
+ )
1773
+ )
1774
+ )[2-8]\d{5}|
1765
1775
  9(?:
1766
1776
  2(?:
1767
1777
  284|
@@ -1769,41 +1779,19 @@
1769
1779
  02|
1770
1780
  23
1771
1781
  )|
1782
+ 477|
1783
+ 622|
1772
1784
  920
1773
1785
  )|
1774
1786
  3(?:
1775
1787
  4(?:
1776
1788
  46|
1777
- 8[27]|
1789
+ 89|
1778
1790
  92
1779
1791
  )|
1780
- 541|
1781
- 878
1792
+ 541
1782
1793
  )
1783
1794
  )[2-7]\d{5}|
1784
- 9(?:
1785
- 2(?:
1786
- (?:
1787
- 26|
1788
- 62
1789
- )2|
1790
- 320|
1791
- 477|
1792
- 9(?:
1793
- 42|
1794
- 83
1795
- )
1796
- )|
1797
- 3(?:
1798
- 329|
1799
- 4(?:
1800
- 62|
1801
- 76|
1802
- 89
1803
- )|
1804
- 564
1805
- )
1806
- )[2-6]\d{5}|
1807
1795
  (?:
1808
1796
  675\d|
1809
1797
  9(?:
@@ -1836,7 +1824,8 @@
1836
1824
  364|
1837
1825
  4(?:
1838
1826
  1[2-8]|
1839
- [235][4-6]|
1827
+ [25][4-6]|
1828
+ 3[3-6]|
1840
1829
  84
1841
1830
  )|
1842
1831
  5(?:
@@ -1850,13 +1839,43 @@
1850
1839
  7[069][45]|
1851
1840
  8(?:
1852
1841
  0[45]|
1853
- [17][2-6]|
1842
+ 1[2-7]|
1854
1843
  3[4-6]|
1855
- [58][3-6]
1844
+ 5[3-6]|
1845
+ 7[2-6]|
1846
+ 8[3-68]
1856
1847
  )
1857
1848
  )
1858
1849
  )
1859
1850
  )\d{6}|
1851
+ 9(?:
1852
+ 2(?:
1853
+ 2(?:
1854
+ 62|
1855
+ 81
1856
+ )|
1857
+ 320|
1858
+ 9(?:
1859
+ 42|
1860
+ 83
1861
+ )
1862
+ )|
1863
+ 3(?:
1864
+ 329|
1865
+ 4(?:
1866
+ 62|
1867
+ 7[16]
1868
+ )|
1869
+ 5(?:
1870
+ 43|
1871
+ 64
1872
+ )|
1873
+ 7(?:
1874
+ 18|
1875
+ 5[17]
1876
+ )
1877
+ )
1878
+ )[2-6]\d{5}|
1860
1879
  92(?:
1861
1880
  2(?:
1862
1881
  21|
@@ -1873,7 +1892,6 @@
1873
1892
  5[346-8]|
1874
1893
  9[3-5]
1875
1894
  )|
1876
- 475|
1877
1895
  6(?:
1878
1896
  2[46]|
1879
1897
  4[78]|
@@ -1890,10 +1908,7 @@
1890
1908
  )4\d{5}|
1891
1909
  9(?:
1892
1910
  2(?:
1893
- 2(?:
1894
- 57|
1895
- 81
1896
- )|
1911
+ 257|
1897
1912
  3(?:
1898
1913
  24|
1899
1914
  46|
@@ -1908,18 +1923,19 @@
1908
1923
  3(?:
1909
1924
  4(?:
1910
1925
  42|
1911
- 71
1926
+ 64
1912
1927
  )|
1913
1928
  5(?:
1914
1929
  25|
1915
1930
  37|
1916
- 4[347]|
1931
+ 4[47]|
1917
1932
  71
1918
1933
  )|
1919
1934
  7(?:
1920
- 18|
1921
- 5[17]
1922
- )
1935
+ 35|
1936
+ 72
1937
+ )|
1938
+ 825
1923
1939
  )
1924
1940
  )[3-6]\d{5}|
1925
1941
  9(?:
@@ -1949,7 +1965,7 @@
1949
1965
  3[78]|
1950
1966
  4[457]|
1951
1967
  58|
1952
- 6[03-9]|
1968
+ 6[035-9]|
1953
1969
  72|
1954
1970
  83|
1955
1971
  9[136-8]
@@ -1963,14 +1979,14 @@
1963
1979
  7(?:
1964
1980
  16|
1965
1981
  2[15]|
1966
- 3[145]|
1982
+ 3[14]|
1967
1983
  4[13]|
1968
1984
  5[468]|
1969
- 7[2-5]|
1985
+ 7[3-5]|
1970
1986
  8[26]
1971
1987
  )|
1972
1988
  8(?:
1973
- 2[5-7]|
1989
+ 2[67]|
1974
1990
  3[278]|
1975
1991
  4[3-5]|
1976
1992
  5[78]|
@@ -2539,17 +2555,14 @@
2539
2555
  <exampleNumber>412345678</exampleNumber>
2540
2556
  <nationalNumberPattern>
2541
2557
  4(?:
2542
- (?:
2543
- 79|
2544
- 94
2545
- )[01]|
2546
- 83[0-389]
2558
+ 79[01]|
2559
+ 83[0-389]|
2560
+ 94[0-4]
2547
2561
  )\d{5}|
2548
2562
  4(?:
2549
- [0-3]\d|
2563
+ [0-36]\d|
2550
2564
  4[047-9]|
2551
2565
  5[0-25-9]|
2552
- 6[0-36-9]|
2553
2566
  7[02-8]|
2554
2567
  8[0-24-9]|
2555
2568
  9[0-37-9]
@@ -3249,7 +3262,7 @@
3249
3262
  <numberFormat pattern="(\d{4})(\d{3,6})" nationalPrefixFormattingRule="$NP$FG">
3250
3263
  <leadingDigits>
3251
3264
  [13-9]|
3252
- 22
3265
+ 2[23]
3253
3266
  </leadingDigits>
3254
3267
  <format>$1-$2</format>
3255
3268
  </numberFormat>
@@ -3469,9 +3482,9 @@
3469
3482
  )\d{4}|
3470
3483
  (?:
3471
3484
  2(?:
3472
- 222|
3473
- [45]\d
3474
- )\d|
3485
+ [23]\d|
3486
+ [45]
3487
+ )\d\d|
3475
3488
  3(?:
3476
3489
  1(?:
3477
3490
  2[5-7]|
@@ -3599,8 +3612,8 @@
3599
3612
  </territory>
3600
3613
 
3601
3614
  <!-- Belgium (BE) -->
3602
- <!-- http://www.bipt.be/en/operators/telecommunication/Numbering/Database -->
3603
- <!-- http://www.bipt.be/public/files/en/474/20140829153659_Belgian_numbering_plan -->
3615
+ <!-- https://www.bipt.be/operatoren/publicatie/nationaal-nummeringsplan -->
3616
+ <!-- https://www.bipt.be/operatoren/publicatie/databank-gereserveerde-en-toegewezen-nummers -->
3604
3617
  <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Belgium -->
3605
3618
  <territory id="BE" countryCode="32" internationalPrefix="00" nationalPrefix="0"
3606
3619
  mobileNumberPortableRegion="true">
@@ -3672,7 +3685,7 @@
3672
3685
  2[0-57]|
3673
3686
  3[04-7]|
3674
3687
  44|
3675
- 6[4-69]|
3688
+ 6[04-69]|
3676
3689
  7[0579]
3677
3690
  )|
3678
3691
  90\d\d
@@ -3692,12 +3705,13 @@
3692
3705
  <exampleNumber>78102345</exampleNumber>
3693
3706
  <nationalNumberPattern>
3694
3707
  78(?:
3695
- 0[57]|
3708
+ 0[578]|
3696
3709
  1[014-8]|
3697
3710
  2[25]|
3698
3711
  3[15-8]|
3699
3712
  48|
3700
- [56]0|
3713
+ 5[05]|
3714
+ 60|
3701
3715
  7[06-8]|
3702
3716
  9\d
3703
3717
  )\d{4}
@@ -3750,7 +3764,7 @@
3750
3764
  <exampleNumber>70123456</exampleNumber>
3751
3765
  <nationalNumberPattern>
3752
3766
  (?:
3753
- 0[1-35-7]|
3767
+ 0[1-7]|
3754
3768
  5[0-8]|
3755
3769
  [67]\d
3756
3770
  )\d{6}
@@ -4053,29 +4067,42 @@
4053
4067
 
4054
4068
  <!-- Benin (BJ) -->
4055
4069
  <!-- http://www.itu.int/oth/T0202000017/en -->
4056
- <!-- http://arcep.bj/textes-juridiques/nos-decisions/ -->
4057
- <territory id="BJ" countryCode="229" internationalPrefix="00">
4070
+ <!-- https://arcep.bj/les-ressources-en-numerotation/ -->
4071
+ <territory id="BJ" countryCode="229" internationalPrefix="00" mobileNumberPortableRegion="true">
4058
4072
  <availableFormats>
4059
4073
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
4060
4074
  <leadingDigits>[24-689]</leadingDigits>
4061
4075
  <format>$1 $2 $3 $4</format>
4062
4076
  </numberFormat>
4077
+ <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})">
4078
+ <leadingDigits>0</leadingDigits>
4079
+ <format>$1 $2 $3 $4 $5</format>
4080
+ </numberFormat>
4063
4081
  </availableFormats>
4064
4082
  <generalDesc>
4065
- <nationalNumberPattern>[24-689]\d{7}</nationalNumberPattern>
4083
+ <nationalNumberPattern>
4084
+ (?:
4085
+ 01\d|
4086
+ [24-689]
4087
+ )\d{7}
4088
+ </nationalNumberPattern>
4066
4089
  </generalDesc>
4067
4090
  <!-- These come from the national numbering plan, but have been widened to include other
4068
4091
  prefixes found in the yellow pages - specifically 21 0. -->
4069
4092
  <fixedLine>
4070
- <possibleLengths national="8"/>
4071
- <exampleNumber>20211234</exampleNumber>
4093
+ <possibleLengths national="8,10"/>
4094
+ <exampleNumber>0120211234</exampleNumber>
4072
4095
  <nationalNumberPattern>
4073
- 2(?:
4074
- 02|
4075
- 1[037]|
4076
- 2[45]|
4077
- 3[68]|
4078
- 4\d
4096
+ 2090\d{4}|
4097
+ (?:
4098
+ 012\d\d|
4099
+ 2(?:
4100
+ 02|
4101
+ 1[037]|
4102
+ 2[45]|
4103
+ 3[68]|
4104
+ 4\d
4105
+ )
4079
4106
  )\d{5}
4080
4107
  </nationalNumberPattern>
4081
4108
  </fixedLine>
@@ -4084,11 +4111,15 @@
4084
4111
  other 9x and the complete 6x range as reserved. The prefixes 96 have also been added,
4085
4112
  along with 6[1267] (seemingly prefixes for Mobile MTN). -->
4086
4113
  <mobile>
4087
- <possibleLengths national="8"/>
4088
- <exampleNumber>90011234</exampleNumber>
4114
+ <possibleLengths national="8,10"/>
4115
+ <exampleNumber>0195123456</exampleNumber>
4089
4116
  <nationalNumberPattern>
4090
4117
  (?:
4091
- 4[0-7]|
4118
+ 01(?:
4119
+ 2[5-9]|
4120
+ [4-69]\d
4121
+ )|
4122
+ 4[0-8]|
4092
4123
  [56]\d|
4093
4124
  9[013-9]
4094
4125
  )\d{6}
@@ -4121,7 +4152,10 @@
4121
4152
  mobileNumberPortableRegion="true">
4122
4153
  <generalDesc>
4123
4154
  <nationalNumberPattern>
4124
- 590\d{6}|
4155
+ (?:
4156
+ 590\d|
4157
+ 7090
4158
+ )\d{5}|
4125
4159
  (?:
4126
4160
  69|
4127
4161
  80|
@@ -4151,22 +4185,25 @@
4151
4185
  <possibleLengths national="9"/>
4152
4186
  <exampleNumber>690001234</exampleNumber>
4153
4187
  <nationalNumberPattern>
4154
- 69(?:
4155
- 0\d\d|
4156
- 1(?:
4157
- 2[2-9]|
4158
- 3[0-5]
4159
- )|
4160
- 4(?:
4161
- 0[89]|
4162
- 1[2-6]|
4163
- 9\d
4188
+ (?:
4189
+ 69(?:
4190
+ 0\d\d|
4191
+ 1(?:
4192
+ 2[2-9]|
4193
+ 3[0-5]
4194
+ )|
4195
+ 4(?:
4196
+ 0[89]|
4197
+ 1[2-6]|
4198
+ 9\d
4199
+ )|
4200
+ 6(?:
4201
+ 1[016-9]|
4202
+ 5[0-4]|
4203
+ [67]\d
4204
+ )
4164
4205
  )|
4165
- 6(?:
4166
- 1[016-9]|
4167
- 5[0-4]|
4168
- [67]\d
4169
- )
4206
+ 7090[0-4]
4170
4207
  )\d{4}
4171
4208
  </nationalNumberPattern>
4172
4209
  </mobile>
@@ -4186,7 +4223,7 @@
4186
4223
  39[5-7]|
4187
4224
  76[018]
4188
4225
  )\d|
4189
- 475[0-5]
4226
+ 475[0-6]
4190
4227
  )\d{4}
4191
4228
  </nationalNumberPattern>
4192
4229
  </voip>
@@ -4347,7 +4384,7 @@
4347
4384
  <availableFormats>
4348
4385
  <numberFormat pattern="(\d)(\d{7})" carrierCodeFormattingRule="$NP$CC $FG">
4349
4386
  <leadingDigits>
4350
- [23]|
4387
+ [235]|
4351
4388
  4[46]
4352
4389
  </leadingDigits>
4353
4390
  <format>$1 $2</format>
@@ -4363,10 +4400,11 @@
4363
4400
  </availableFormats>
4364
4401
  <generalDesc>
4365
4402
  <nationalNumberPattern>
4403
+ 8001\d{5}|
4366
4404
  (?:
4367
- [2-467]\d\d|
4368
- 8001
4369
- )\d{5}
4405
+ [2-467]\d|
4406
+ 50
4407
+ )\d{6}
4370
4408
  </nationalNumberPattern>
4371
4409
  </generalDesc>
4372
4410
  <noInternationalDialling>
@@ -4439,6 +4477,11 @@
4439
4477
  <exampleNumber>800171234</exampleNumber>
4440
4478
  <nationalNumberPattern>8001[07]\d{4}</nationalNumberPattern>
4441
4479
  </tollFree>
4480
+ <voip>
4481
+ <possibleLengths national="8" localOnly="7"/>
4482
+ <exampleNumber>50123456</exampleNumber>
4483
+ <nationalNumberPattern>50\d{6}</nationalNumberPattern>
4484
+ </voip>
4442
4485
  </territory>
4443
4486
 
4444
4487
  <!-- Caribbean Netherlands (BQ) -->
@@ -5014,7 +5057,7 @@
5014
5057
  6(?:
5015
5058
  2[1-35]|
5016
5059
  5[149]|
5017
- 8[067]
5060
+ 8[013467]
5018
5061
  )
5019
5062
  )\d{4}
5020
5063
  </nationalNumberPattern>
@@ -5053,8 +5096,8 @@
5053
5096
  <nationalNumberPattern>
5054
5097
  79(?:
5055
5098
  1(?:
5056
- [01]\d|
5057
- 2[0-8]
5099
+ [0-2]\d|
5100
+ 3[0-3]
5058
5101
  )|
5059
5102
  2[0-7]\d
5060
5103
  )\d{3}
@@ -5335,10 +5378,7 @@
5335
5378
  mobileNumberPortableRegion="true">
5336
5379
  <generalDesc>
5337
5380
  <nationalNumberPattern>
5338
- (?:
5339
- [2-8]\d|
5340
- 90
5341
- )\d{8}|
5381
+ [2-9]\d{9}|
5342
5382
  3\d{6}
5343
5383
  </nationalNumberPattern>
5344
5384
  </generalDesc>
@@ -5394,9 +5434,12 @@
5394
5434
  [06]7|
5395
5435
  19|
5396
5436
  25|
5397
- 73
5437
+ 7[39]
5398
5438
  )|
5399
- 90[25]
5439
+ 9(?:
5440
+ 0[25]|
5441
+ 42
5442
+ )
5400
5443
  )[2-9]\d{6}
5401
5444
  </nationalNumberPattern>
5402
5445
  </fixedLine>
@@ -5452,9 +5495,12 @@
5452
5495
  [06]7|
5453
5496
  19|
5454
5497
  25|
5455
- 73
5498
+ 7[39]
5456
5499
  )|
5457
- 90[25]
5500
+ 9(?:
5501
+ 0[25]|
5502
+ 42
5503
+ )
5458
5504
  )[2-9]\d{6}
5459
5505
  </nationalNumberPattern>
5460
5506
  </mobile>
@@ -5481,7 +5527,7 @@
5481
5527
  <!-- https://www.nationalnanpa.com/number_resource_info/5XX_codes.html -->
5482
5528
  <personalNumber>
5483
5529
  <possibleLengths national="10"/>
5484
- <exampleNumber>5002345678</exampleNumber>
5530
+ <exampleNumber>5219023456</exampleNumber>
5485
5531
  <nationalNumberPattern>
5486
5532
  52(?:
5487
5533
  3(?:
@@ -5512,7 +5558,6 @@
5512
5558
  52[34][2-9]1[02-9]\d{4}|
5513
5559
  (?:
5514
5560
  5(?:
5515
- 00|
5516
5561
  2[125-9]|
5517
5562
  33|
5518
5563
  44|
@@ -5520,7 +5565,10 @@
5520
5565
  77|
5521
5566
  88
5522
5567
  )|
5523
- 622
5568
+ 6(?:
5569
+ 22|
5570
+ 33
5571
+ )
5524
5572
  )[2-9]\d{6}
5525
5573
  </nationalNumberPattern>
5526
5574
  </personalNumber>
@@ -5611,17 +5659,14 @@
5611
5659
  <exampleNumber>412345678</exampleNumber>
5612
5660
  <nationalNumberPattern>
5613
5661
  4(?:
5614
- (?:
5615
- 79|
5616
- 94
5617
- )[01]|
5618
- 83[0-389]
5662
+ 79[01]|
5663
+ 83[0-389]|
5664
+ 94[0-4]
5619
5665
  )\d{5}|
5620
5666
  4(?:
5621
- [0-3]\d|
5667
+ [0-36]\d|
5622
5668
  4[047-9]|
5623
5669
  5[0-25-9]|
5624
- 6[0-36-9]|
5625
5670
  7[02-8]|
5626
5671
  8[0-24-9]|
5627
5672
  9[0-37-9]
@@ -5686,6 +5731,10 @@
5686
5731
  <leadingDigits>[1-6]</leadingDigits>
5687
5732
  <format>$1 $2</format>
5688
5733
  </numberFormat>
5734
+ <numberFormat pattern="(\d{2})(\d{2})(\d{4})" nationalPrefixFormattingRule="$NP$FG">
5735
+ <leadingDigits>2</leadingDigits>
5736
+ <format>$1 $2 $3</format>
5737
+ </numberFormat>
5689
5738
  <numberFormat pattern="(\d{2})(\d{3})(\d{4})" nationalPrefixFormattingRule="$NP$FG">
5690
5739
  <leadingDigits>1</leadingDigits>
5691
5740
  <format>$1 $2 $3</format>
@@ -5694,18 +5743,34 @@
5694
5743
  <leadingDigits>[89]</leadingDigits>
5695
5744
  <format>$1 $2 $3</format>
5696
5745
  </numberFormat>
5746
+ <numberFormat pattern="(\d{2})(\d{2})(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
5747
+ <leadingDigits>5</leadingDigits>
5748
+ <format>$1 $2 $3 $4</format>
5749
+ </numberFormat>
5697
5750
  </availableFormats>
5698
5751
  <generalDesc>
5699
5752
  <nationalNumberPattern>
5700
- [189]\d{8}|
5753
+ (?:
5754
+ (?:
5755
+ [189]|
5756
+ 5\d
5757
+ )\d|
5758
+ 2
5759
+ )\d{7}|
5701
5760
  [1-68]\d{6}
5702
5761
  </nationalNumberPattern>
5703
5762
  </generalDesc>
5704
5763
  <fixedLine>
5705
- <possibleLengths national="7,9"/>
5764
+ <possibleLengths national="[7-10]"/>
5706
5765
  <exampleNumber>1234567</exampleNumber>
5707
5766
  <nationalNumberPattern>
5708
- 12\d{7}|
5767
+ (?:
5768
+ (?:
5769
+ 12|
5770
+ 573
5771
+ )\d\d|
5772
+ 276
5773
+ )\d{5}|
5709
5774
  [1-6]\d{6}
5710
5775
  </nationalNumberPattern>
5711
5776
  </fixedLine>
@@ -5721,7 +5786,7 @@
5721
5786
  <nationalNumberPattern>
5722
5787
  88\d{5}|
5723
5788
  (?:
5724
- 8[0-59]|
5789
+ 8[0-69]|
5725
5790
  9[017-9]
5726
5791
  )\d{7}
5727
5792
  </nationalNumberPattern>
@@ -5865,7 +5930,12 @@
5865
5930
  <mobile>
5866
5931
  <possibleLengths national="9"/>
5867
5932
  <exampleNumber>781234567</exampleNumber>
5868
- <nationalNumberPattern>7[35-9]\d{7}</nationalNumberPattern>
5933
+ <nationalNumberPattern>
5934
+ (?:
5935
+ 6[89]|
5936
+ 7[235-9]
5937
+ )\d{7}
5938
+ </nationalNumberPattern>
5869
5939
  </mobile>
5870
5940
  <!-- https://www.eofcom.admin.ch/eofcom/public/listEofcom_e164Allocated.do -->
5871
5941
  <pager>
@@ -6304,7 +6374,10 @@
6304
6374
  <nationalNumberPattern>
6305
6375
  (?:
6306
6376
  24[23]|
6307
- 6[25-9]\d
6377
+ 6(?:
6378
+ [25-9]\d|
6379
+ 40
6380
+ )
6308
6381
  )\d{6}
6309
6382
  </nationalNumberPattern>
6310
6383
  </mobile>
@@ -6327,10 +6400,65 @@
6327
6400
  internationalPrefix="00|1(?:[12]\d|79)\d\d00" nationalPrefix="0"
6328
6401
  nationalPrefixForParsing="(1(?:[12]\d|79)\d\d)|0">
6329
6402
  <availableFormats>
6403
+ <!-- 5-6 digit short number -->
6330
6404
  <numberFormat pattern="(\d{5,6})">
6331
6405
  <leadingDigits>
6332
- 10|
6333
- 96
6406
+ 1(?:
6407
+ 00|
6408
+ 2[13]
6409
+ )|
6410
+ 9[56]
6411
+ </leadingDigits>
6412
+ <leadingDigits>
6413
+ 1(?:
6414
+ 00|
6415
+ 2(?:
6416
+ 1|
6417
+ 39
6418
+ )
6419
+ )|
6420
+ 9[56]
6421
+ </leadingDigits>
6422
+ <leadingDigits>
6423
+ 1(?:
6424
+ 00|
6425
+ 2(?:
6426
+ 1|
6427
+ 395
6428
+ )
6429
+ )|
6430
+ 9[56]
6431
+ </leadingDigits>
6432
+ <format>$1</format>
6433
+ <intlFormat>NA</intlFormat>
6434
+ </numberFormat>
6435
+ <numberFormat pattern="(\d{5,6})">
6436
+ <leadingDigits>
6437
+ 1(?:
6438
+ 0|
6439
+ 23
6440
+ )|
6441
+ 781|
6442
+ [1-9]12
6443
+ </leadingDigits>
6444
+ <leadingDigits>
6445
+ 1(?:
6446
+ 0|
6447
+ 23
6448
+ )|
6449
+ 7812|
6450
+ [1-9]123
6451
+ </leadingDigits>
6452
+ <leadingDigits>
6453
+ 1(?:
6454
+ 0|
6455
+ 23(?:
6456
+ [0-8]|
6457
+ 9[0-46-9]
6458
+ )
6459
+ )|
6460
+ 78123|
6461
+ [1-9]123
6334
6462
  </leadingDigits>
6335
6463
  <format>$1</format>
6336
6464
  <intlFormat>NA</intlFormat>
@@ -6342,63 +6470,662 @@
6342
6470
  (?:
6343
6471
  10|
6344
6472
  2[0-57-9]
6345
- )[19]
6473
+ )[19]|
6474
+ 3(?:
6475
+ [157]|
6476
+ 35|
6477
+ 49|
6478
+ 9[1-68]
6479
+ )|
6480
+ 4(?:
6481
+ 1[124-9]|
6482
+ 2[179]|
6483
+ 6[47-9]|
6484
+ 7|
6485
+ 8[23]
6486
+ )|
6487
+ 5(?:
6488
+ [1357]|
6489
+ 2[37]|
6490
+ 4[36]|
6491
+ 6[1-46]|
6492
+ 80
6493
+ )|
6494
+ 6(?:
6495
+ 3[1-5]|
6496
+ 6[0238]|
6497
+ 9[12]
6498
+ )|
6499
+ 7(?:
6500
+ 01|
6501
+ [1579]|
6502
+ 2[248]|
6503
+ 3[014-9]|
6504
+ 4[3-6]|
6505
+ 6[023689]
6506
+ )|
6507
+ 8(?:
6508
+ 07|
6509
+ 1[236-8]|
6510
+ 2[5-7]|
6511
+ [37]|
6512
+ 8[36-8]|
6513
+ 9[1-8]
6514
+ )|
6515
+ 9(?:
6516
+ 0[1-3689]|
6517
+ 1[1-79]|
6518
+ 3|
6519
+ 4[13]|
6520
+ 5[1-5]|
6521
+ 7[0-79]|
6522
+ 9[0-35-9]
6523
+ )|
6524
+ (?:
6525
+ 4[35]|
6526
+ 59|
6527
+ 85
6528
+ )[1-9]
6346
6529
  </leadingDigits>
6347
6530
  <leadingDigits>
6348
6531
  (?:
6349
6532
  10|
6350
6533
  2[0-57-9]
6351
6534
  )(?:
6352
- 10|
6535
+ 1[02]|
6353
6536
  9[56]
6354
- )
6537
+ )|
6538
+ 8078|
6539
+ (?:
6540
+ 3(?:
6541
+ [157]\d|
6542
+ 35|
6543
+ 49|
6544
+ 9[1-68]
6545
+ )|
6546
+ 4(?:
6547
+ 1[124-9]|
6548
+ 2[179]|
6549
+ [35][1-9]|
6550
+ 6[47-9]|
6551
+ 7\d|
6552
+ 8[23]
6553
+ )|
6554
+ 5(?:
6555
+ [1357]\d|
6556
+ 2[37]|
6557
+ 4[36]|
6558
+ 6[1-46]|
6559
+ 80|
6560
+ 9[1-9]
6561
+ )|
6562
+ 6(?:
6563
+ 3[1-5]|
6564
+ 6[0238]|
6565
+ 9[12]
6566
+ )|
6567
+ 7(?:
6568
+ 01|
6569
+ [1579]\d|
6570
+ 2[248]|
6571
+ 3[014-9]|
6572
+ 4[3-6]|
6573
+ 6[023689]
6574
+ )|
6575
+ 8(?:
6576
+ 1[236-8]|
6577
+ 2[5-7]|
6578
+ [37]\d|
6579
+ 5[1-9]|
6580
+ 8[36-8]|
6581
+ 9[1-8]
6582
+ )|
6583
+ 9(?:
6584
+ 0[1-3689]|
6585
+ 1[1-79]|
6586
+ 3\d|
6587
+ 4[13]|
6588
+ 5[1-5]|
6589
+ 7[0-79]|
6590
+ 9[0-35-9]
6591
+ )
6592
+ )1
6355
6593
  </leadingDigits>
6356
6594
  <leadingDigits>
6357
6595
  10(?:
6358
- 10|
6596
+ 1(?:
6597
+ 0|
6598
+ 23
6599
+ )|
6359
6600
  9[56]
6360
6601
  )|
6361
6602
  2[0-57-9](?:
6362
- 100|
6603
+ 1(?:
6604
+ 00|
6605
+ 23
6606
+ )|
6363
6607
  9[56]
6364
- )
6365
- </leadingDigits>
6366
- <format>$1 $2</format>
6367
- </numberFormat>
6368
- <numberFormat pattern="(\d{3})(\d{4})">
6369
- <leadingDigits>[1-9]</leadingDigits>
6370
- <leadingDigits>
6371
- 1[1-9]|
6372
- 26|
6373
- [3-9]|
6608
+ )|
6609
+ 80781|
6374
6610
  (?:
6375
- 10|
6376
- 2[0-57-9]
6377
- )(?:
6378
- [0-8]|
6379
- 9[0-47-9]
6380
- )
6381
- </leadingDigits>
6382
- <leadingDigits>
6383
- 1(?:
6384
- 0(?:
6385
- [0-8]|
6386
- 9[0-47-9]
6611
+ 3(?:
6612
+ [157]\d|
6613
+ 35|
6614
+ 49|
6615
+ 9[1-68]
6387
6616
  )|
6388
- [1-9]
6389
- )|
6617
+ 4(?:
6618
+ 1[124-9]|
6619
+ 2[179]|
6620
+ [35][1-9]|
6621
+ 6[47-9]|
6622
+ 7\d|
6623
+ 8[23]
6624
+ )|
6625
+ 5(?:
6626
+ [1357]\d|
6627
+ 2[37]|
6628
+ 4[36]|
6629
+ 6[1-46]|
6630
+ 80|
6631
+ 9[1-9]
6632
+ )|
6633
+ 6(?:
6634
+ 3[1-5]|
6635
+ 6[0238]|
6636
+ 9[12]
6637
+ )|
6638
+ 7(?:
6639
+ 01|
6640
+ [1579]\d|
6641
+ 2[248]|
6642
+ 3[014-9]|
6643
+ 4[3-6]|
6644
+ 6[023689]
6645
+ )|
6646
+ 8(?:
6647
+ 1[236-8]|
6648
+ 2[5-7]|
6649
+ [37]\d|
6650
+ 5[1-9]|
6651
+ 8[36-8]|
6652
+ 9[1-8]
6653
+ )|
6654
+ 9(?:
6655
+ 0[1-3689]|
6656
+ 1[1-79]|
6657
+ 3\d|
6658
+ 4[13]|
6659
+ 5[1-5]|
6660
+ 7[0-79]|
6661
+ 9[0-35-9]
6662
+ )
6663
+ )12
6664
+ </leadingDigits>
6665
+ <leadingDigits>
6666
+ 10(?:
6667
+ 1(?:
6668
+ 0|
6669
+ 23
6670
+ )|
6671
+ 9[56]
6672
+ )|
6673
+ 2[0-57-9](?:
6674
+ 1(?:
6675
+ 00|
6676
+ 23
6677
+ )|
6678
+ 9[56]
6679
+ )|
6680
+ 807812|
6681
+ (?:
6682
+ 3(?:
6683
+ [157]\d|
6684
+ 35|
6685
+ 49|
6686
+ 9[1-68]
6687
+ )|
6688
+ 4(?:
6689
+ 1[124-9]|
6690
+ 2[179]|
6691
+ [35][1-9]|
6692
+ 6[47-9]|
6693
+ 7\d|
6694
+ 8[23]
6695
+ )|
6696
+ 5(?:
6697
+ [1357]\d|
6698
+ 2[37]|
6699
+ 4[36]|
6700
+ 6[1-46]|
6701
+ 80|
6702
+ 9[1-9]
6703
+ )|
6704
+ 6(?:
6705
+ 3[1-5]|
6706
+ 6[0238]|
6707
+ 9[12]
6708
+ )|
6709
+ 7(?:
6710
+ 01|
6711
+ [1579]\d|
6712
+ 2[248]|
6713
+ 3[014-9]|
6714
+ 4[3-6]|
6715
+ 6[023689]
6716
+ )|
6717
+ 8(?:
6718
+ 1[236-8]|
6719
+ 2[5-7]|
6720
+ [37]\d|
6721
+ 5[1-9]|
6722
+ 8[36-8]|
6723
+ 9[1-8]
6724
+ )|
6725
+ 9(?:
6726
+ 0[1-3689]|
6727
+ 1[1-79]|
6728
+ 3\d|
6729
+ 4[13]|
6730
+ 5[1-5]|
6731
+ 7[0-79]|
6732
+ 9[0-35-9]
6733
+ )
6734
+ )123
6735
+ </leadingDigits>
6736
+ <leadingDigits>
6737
+ 10(?:
6738
+ 1(?:
6739
+ 0|
6740
+ 23
6741
+ )|
6742
+ 9[56]
6743
+ )|
6744
+ 2[0-57-9](?:
6745
+ 1(?:
6746
+ 00|
6747
+ 23
6748
+ )|
6749
+ 9[56]
6750
+ )|
6751
+ (?:
6752
+ 3(?:
6753
+ [157]\d|
6754
+ 35|
6755
+ 49|
6756
+ 9[1-68]
6757
+ )|
6758
+ 4(?:
6759
+ 1[124-9]|
6760
+ 2[179]|
6761
+ [35][1-9]|
6762
+ 6[47-9]|
6763
+ 7\d|
6764
+ 8[23]
6765
+ )|
6766
+ 5(?:
6767
+ [1357]\d|
6768
+ 2[37]|
6769
+ 4[36]|
6770
+ 6[1-46]|
6771
+ 80|
6772
+ 9[1-9]
6773
+ )|
6774
+ 6(?:
6775
+ 3[1-5]|
6776
+ 6[0238]|
6777
+ 9[12]
6778
+ )|
6779
+ 7(?:
6780
+ 01|
6781
+ [1579]\d|
6782
+ 2[248]|
6783
+ 3[014-9]|
6784
+ 4[3-6]|
6785
+ 6[023689]
6786
+ )|
6787
+ 8(?:
6788
+ 078|
6789
+ 1[236-8]|
6790
+ 2[5-7]|
6791
+ [37]\d|
6792
+ 5[1-9]|
6793
+ 8[36-8]|
6794
+ 9[1-8]
6795
+ )|
6796
+ 9(?:
6797
+ 0[1-3689]|
6798
+ 1[1-79]|
6799
+ 3\d|
6800
+ 4[13]|
6801
+ 5[1-5]|
6802
+ 7[0-79]|
6803
+ 9[0-35-9]
6804
+ )
6805
+ )123
6806
+ </leadingDigits>
6807
+ <format>$1 $2</format>
6808
+ </numberFormat>
6809
+ <numberFormat pattern="(\d{3})(\d{4})">
6810
+ <leadingDigits>[1-9]</leadingDigits>
6811
+ <leadingDigits>
6812
+ 1[1-9]|
6813
+ 26|
6814
+ [3-9]|
6815
+ (?:
6816
+ 10|
6817
+ 2[0-57-9]
6818
+ )(?:
6819
+ [0-8]|
6820
+ 9[0-47-9]
6821
+ )
6822
+ </leadingDigits>
6823
+ <leadingDigits>
6824
+ 1(?:
6825
+ 0(?:
6826
+ [02-8]|
6827
+ 1(?:
6828
+ [013-9]|
6829
+ 2[0-24-9]
6830
+ )|
6831
+ 9[0-47-9]
6832
+ )|
6833
+ [1-9]
6834
+ )|
6835
+ 2(?:
6836
+ [0-57-9](?:
6837
+ [02-8]|
6838
+ 1(?:
6839
+ 0[1-9]|
6840
+ [13-9]|
6841
+ 2[0-24-9]
6842
+ )|
6843
+ 9[0-47-9]
6844
+ )|
6845
+ 6
6846
+ )|
6847
+ [3-9]
6848
+ </leadingDigits>
6849
+ <leadingDigits>
6850
+ 1(?:
6851
+ 0(?:
6852
+ [02-8]|
6853
+ 1(?:
6854
+ [013-9]|
6855
+ 2[0-24-9]
6856
+ )|
6857
+ 9[0-47-9]
6858
+ )|
6859
+ [1-9]
6860
+ )|
6390
6861
  2(?:
6391
6862
  [0-57-9](?:
6392
6863
  [02-8]|
6393
6864
  1(?:
6394
6865
  0[1-9]|
6395
- [1-9]
6866
+ [13-9]|
6867
+ 2[0-24-9]
6396
6868
  )|
6397
6869
  9[0-47-9]
6398
6870
  )|
6399
- 6
6400
- )|
6401
- [3-9]
6871
+ 6
6872
+ )|
6873
+ 3(?:
6874
+ [0268]|
6875
+ 3[0-46-9]|
6876
+ 4[0-8]|
6877
+ 9[079]
6878
+ )|
6879
+ 4(?:
6880
+ [049]|
6881
+ 1[03]|
6882
+ 2[02-68]|
6883
+ [35]0|
6884
+ 6[0-356]|
6885
+ 8[014-9]
6886
+ )|
6887
+ 5(?:
6888
+ 0|
6889
+ 2[0-24-689]|
6890
+ 4[0-2457-9]|
6891
+ 6[057-9]|
6892
+ 8[1-9]|
6893
+ 90
6894
+ )|
6895
+ 6(?:
6896
+ [0-24578]|
6897
+ 3[06-9]|
6898
+ 6[14-79]|
6899
+ 9[03-9]
6900
+ )|
6901
+ 7(?:
6902
+ 0[02-9]|
6903
+ 2[0135-79]|
6904
+ 3[23]|
6905
+ 4[0-27-9]|
6906
+ 6[1457]|
6907
+ 8
6908
+ )|
6909
+ 8(?:
6910
+ [046]|
6911
+ 1[01459]|
6912
+ 2[0-489]|
6913
+ 50|
6914
+ 8[0-2459]|
6915
+ 9[09]
6916
+ )|
6917
+ 9(?:
6918
+ 0[0457]|
6919
+ 1[08]|
6920
+ [268]|
6921
+ 4[024-9]|
6922
+ 5[06-9]|
6923
+ 78|
6924
+ 94
6925
+ )|
6926
+ (?:
6927
+ 3(?:
6928
+ [157]\d|
6929
+ 35|
6930
+ 49|
6931
+ 9[1-68]
6932
+ )|
6933
+ 4(?:
6934
+ 1[124-9]|
6935
+ 2[179]|
6936
+ [35][1-9]|
6937
+ 6[47-9]|
6938
+ 7\d|
6939
+ 8[23]
6940
+ )|
6941
+ 5(?:
6942
+ [1357]\d|
6943
+ 2[37]|
6944
+ 4[36]|
6945
+ 6[1-46]|
6946
+ 80|
6947
+ 9[1-9]
6948
+ )|
6949
+ 6(?:
6950
+ 3[1-5]|
6951
+ 6[0238]|
6952
+ 9[12]
6953
+ )|
6954
+ 7(?:
6955
+ 01|
6956
+ [1579]\d|
6957
+ 2[248]|
6958
+ 3[014-9]|
6959
+ 4[3-6]|
6960
+ 6[023689]
6961
+ )|
6962
+ 8(?:
6963
+ 1[236-8]|
6964
+ 2[5-7]|
6965
+ [37]\d|
6966
+ 5[1-9]|
6967
+ 8[36-8]|
6968
+ 9[1-8]
6969
+ )|
6970
+ 9(?:
6971
+ 0[1-3689]|
6972
+ 1[1-79]|
6973
+ 3\d|
6974
+ 4[13]|
6975
+ 5[1-5]|
6976
+ 7[0-79]|
6977
+ 9[0-35-9]
6978
+ )
6979
+ )(?:
6980
+ [02-9]|
6981
+ 1(?:
6982
+ [013-9]|
6983
+ 2[0-24-9]
6984
+ )
6985
+ )
6986
+ </leadingDigits>
6987
+ <leadingDigits>
6988
+ 1(?:
6989
+ 0(?:
6990
+ [02-8]|
6991
+ 1(?:
6992
+ [013-9]|
6993
+ 2[0-24-9]
6994
+ )|
6995
+ 9[0-47-9]
6996
+ )|
6997
+ [1-9]
6998
+ )|
6999
+ 2(?:
7000
+ [0-57-9](?:
7001
+ [02-8]|
7002
+ 1(?:
7003
+ 0[1-9]|
7004
+ [13-9]|
7005
+ 2[0-24-9]
7006
+ )|
7007
+ 9[0-47-9]
7008
+ )|
7009
+ 6
7010
+ )|
7011
+ 3(?:
7012
+ [0268]|
7013
+ 3[0-46-9]|
7014
+ 4[0-8]|
7015
+ 9[079]
7016
+ )|
7017
+ 4(?:
7018
+ [049]|
7019
+ 1[03]|
7020
+ 2[02-68]|
7021
+ [35]0|
7022
+ 6[0-356]|
7023
+ 8[014-9]
7024
+ )|
7025
+ 5(?:
7026
+ 0|
7027
+ 2[0-24-689]|
7028
+ 4[0-2457-9]|
7029
+ 6[057-9]|
7030
+ 8[1-9]|
7031
+ 90
7032
+ )|
7033
+ 6(?:
7034
+ [0-24578]|
7035
+ 3[06-9]|
7036
+ 6[14-79]|
7037
+ 9[03-9]
7038
+ )|
7039
+ 7(?:
7040
+ 0[02-9]|
7041
+ 2[0135-79]|
7042
+ 3[23]|
7043
+ 4[0-27-9]|
7044
+ 6[1457]|
7045
+ 8
7046
+ )|
7047
+ 8(?:
7048
+ 0(?:
7049
+ [0-689]|
7050
+ 7[0-79]
7051
+ )|
7052
+ 1[01459]|
7053
+ 2[0-489]|
7054
+ [46]|
7055
+ 50|
7056
+ 8[0-2459]|
7057
+ 9[09]
7058
+ )|
7059
+ 9(?:
7060
+ 0[0457]|
7061
+ 1[08]|
7062
+ [268]|
7063
+ 4[024-9]|
7064
+ 5[06-9]|
7065
+ 78|
7066
+ 94
7067
+ )|
7068
+ (?:
7069
+ 3(?:
7070
+ [157]\d|
7071
+ 35|
7072
+ 49|
7073
+ 9[1-68]
7074
+ )|
7075
+ 4(?:
7076
+ 1[124-9]|
7077
+ 2[179]|
7078
+ [35][1-9]|
7079
+ 6[47-9]|
7080
+ 7\d|
7081
+ 8[23]
7082
+ )|
7083
+ 5(?:
7084
+ [1357]\d|
7085
+ 2[37]|
7086
+ 4[36]|
7087
+ 6[1-46]|
7088
+ 80|
7089
+ 9[1-9]
7090
+ )|
7091
+ 6(?:
7092
+ 3[1-5]|
7093
+ 6[0238]|
7094
+ 9[12]
7095
+ )|
7096
+ 7(?:
7097
+ 01|
7098
+ [1579]\d|
7099
+ 2[248]|
7100
+ 3[014-9]|
7101
+ 4[3-6]|
7102
+ 6[023689]
7103
+ )|
7104
+ 8(?:
7105
+ 078|
7106
+ 1[236-8]|
7107
+ 2[5-7]|
7108
+ [37]\d|
7109
+ 5[1-9]|
7110
+ 8[36-8]|
7111
+ 9[1-8]
7112
+ )|
7113
+ 9(?:
7114
+ 0[1-3689]|
7115
+ 1[1-79]|
7116
+ 3\d|
7117
+ 4[13]|
7118
+ 5[1-5]|
7119
+ 7[0-79]|
7120
+ 9[0-35-9]
7121
+ )
7122
+ )(?:
7123
+ [02-9]|
7124
+ 1(?:
7125
+ [013-9]|
7126
+ 2[0-24-9]
7127
+ )
7128
+ )
6402
7129
  </leadingDigits>
6403
7130
  <format>$1 $2</format>
6404
7131
  <intlFormat>NA</intlFormat>
@@ -7039,20 +7766,24 @@
7039
7766
  </availableFormats>
7040
7767
  <generalDesc>
7041
7768
  <nationalNumberPattern>
7042
- 1[127]\d{8,9}|
7043
- 2\d{9}(?:
7044
- \d{2}
7045
- )?|
7046
- [12]\d{6,7}|
7047
- 86\d{6}|
7048
7769
  (?:
7049
- 1[03-689]\d|
7770
+ (?:
7771
+ 1[03-689]|
7772
+ 2\d
7773
+ )\d\d|
7050
7774
  6
7051
- )\d{7,9}|
7775
+ )\d{8}|
7776
+ 1\d{10}|
7777
+ [126]\d{6}(?:
7778
+ \d(?:
7779
+ \d{2}
7780
+ )?
7781
+ )?|
7782
+ 86\d{5,6}|
7052
7783
  (?:
7053
7784
  [3-579]\d|
7054
7785
  8[0-57-9]
7055
- )\d{6,9}
7786
+ )\d{5,9}
7056
7787
  </nationalNumberPattern>
7057
7788
  </generalDesc>
7058
7789
  <noInternationalDialling>
@@ -7072,9 +7803,9 @@
7072
7803
  28, 2011. 0551 increased to 8 digits and 0565 was cancelled on Dec 8, 2012. 0871
7073
7804
  increased to 8 digits on December 16, 2012. 0475 is the prefix for Tongliao but is not
7074
7805
  in the ITU data.
7075
- 10xxx and 95xxx(x) numbers with area codes are also included here, as they behave
7076
- exactly like fixed-line numbers. We don't support them for 4-digit area codes though,
7077
- as they don't seem to be used there based on making actual phone calls. -->
7806
+ 10xxx, 123xx and 95xxx(x) numbers with area codes are also included here, as they
7807
+ behave exactly like fixed-line numbers. We don't support them for 4-digit area codes
7808
+ though, as they don't seem to be used there based on making actual phone calls. -->
7078
7809
  <fixedLine>
7079
7810
  <possibleLengths national="[7-11]" localOnly="5,6"/>
7080
7811
  <exampleNumber>1012345678</exampleNumber>
@@ -7087,36 +7818,63 @@
7087
7818
  [1-9]\d
7088
7819
  )
7089
7820
  )|
7090
- 21(?:
7091
- [18](?:
7092
- 0[1-9]|
7093
- [1-9]\d
7094
- )|
7095
- [2-79]\d\d
7096
- )
7821
+ 2(?:
7822
+ [02-57-9]\d{3}|
7823
+ 1(?:
7824
+ [18](?:
7825
+ 0[1-9]|
7826
+ [1-9]\d
7827
+ )|
7828
+ [2-79]\d\d
7829
+ )
7830
+ )|
7831
+ (?:
7832
+ 41[03]|
7833
+ 8078|
7834
+ 9(?:
7835
+ 78|
7836
+ 94
7837
+ )
7838
+ )\d\d
7097
7839
  )\d{5}|
7840
+ (?:
7841
+ 10|
7842
+ 2[0-57-9]
7843
+ )(?:
7844
+ 1(?:
7845
+ 00|
7846
+ 23
7847
+ )\d\d|
7848
+ 95\d{3,4}
7849
+ )|
7850
+ (?:
7851
+ 41[03]|
7852
+ 9(?:
7853
+ 78|
7854
+ 94
7855
+ )
7856
+ )(?:
7857
+ 100\d\d|
7858
+ 95\d{3,4}
7859
+ )|
7860
+ 8078123|
7098
7861
  (?:
7099
7862
  43[35]|
7100
- 754
7863
+ 754|
7864
+ 851
7101
7865
  )\d{7,8}|
7102
- 8(?:
7103
- 078\d{7}|
7104
- 51\d{7,8}
7105
- )|
7106
7866
  (?:
7107
- 10|
7108
- (?:
7109
- 2|
7110
- 85
7111
- )1|
7112
7867
  43[35]|
7113
- 754
7868
+ 754|
7869
+ 851
7114
7870
  )(?:
7115
- 100\d\d|
7871
+ 1(?:
7872
+ 00\d|
7873
+ 23
7874
+ )\d|
7116
7875
  95\d{3,4}
7117
7876
  )|
7118
7877
  (?:
7119
- 2[02-57-9]|
7120
7878
  3(?:
7121
7879
  11|
7122
7880
  7[179]
@@ -7151,7 +7909,13 @@
7151
7909
  )?|
7152
7910
  [1-9]\d{5}
7153
7911
  )|
7154
- [1-9]\d{6}
7912
+ [13-9]\d{6}|
7913
+ 2(?:
7914
+ [0-24-9]\d{5}|
7915
+ 3\d(?:
7916
+ \d{4}
7917
+ )?
7918
+ )
7155
7919
  )|
7156
7920
  9(?:
7157
7921
  [0-46-9]\d{6}|
@@ -7172,7 +7936,7 @@
7172
7936
  9[1-68]
7173
7937
  )|
7174
7938
  4(?:
7175
- 1[02-9]|
7939
+ 1[24-9]|
7176
7940
  2[179]|
7177
7941
  3[46-9]|
7178
7942
  5[2-9]|
@@ -7216,9 +7980,11 @@
7216
7980
  9(?:
7217
7981
  0[1-3689]|
7218
7982
  1[1-79]|
7219
- [379]\d|
7983
+ 3\d|
7220
7984
  4[13]|
7221
- 5[1-5]
7985
+ 5[1-5]|
7986
+ 7[0-79]|
7987
+ 9[0-35-9]
7222
7988
  )
7223
7989
  )(?:
7224
7990
  [02-8]\d{6}|
@@ -7229,7 +7995,13 @@
7229
7995
  )?|
7230
7996
  [1-9]\d{4}
7231
7997
  )|
7232
- [1-9]\d{5}
7998
+ [13-9]\d{5}|
7999
+ 2(?:
8000
+ [0-24-9]\d{4}|
8001
+ 3\d(?:
8002
+ \d{3}
8003
+ )?
8004
+ )
7233
8005
  )|
7234
8006
  9(?:
7235
8007
  [0-46-9]\d{5}|
@@ -7357,9 +8129,16 @@
7357
8129
  nationalPrefix="0" nationalPrefixForParsing="0([3579]|4(?:[14]4|56))?"
7358
8130
  mobileNumberPortableRegion="true">
7359
8131
  <availableFormats>
8132
+ <numberFormat pattern="(\d{4})(\d{4})">
8133
+ <leadingDigits>46</leadingDigits>
8134
+ <format>$1 $2</format>
8135
+ </numberFormat>
7360
8136
  <numberFormat pattern="(\d{3})(\d{7})" nationalPrefixFormattingRule="($FG)"
7361
8137
  carrierCodeFormattingRule="$NP$CC $FG">
7362
- <leadingDigits>6</leadingDigits>
8138
+ <leadingDigits>
8139
+ 6|
8140
+ 90
8141
+ </leadingDigits>
7363
8142
  <format>$1 $2</format>
7364
8143
  </numberFormat>
7365
8144
  <numberFormat pattern="(\d{3})(\d{7})" carrierCodeFormattingRule="$NP$CC $FG">
@@ -7378,17 +8157,17 @@
7378
8157
  <generalDesc>
7379
8158
  <nationalNumberPattern>
7380
8159
  (?:
7381
- 60\d\d|
7382
- 9101
8160
+ 46|
8161
+ 60\d\d
7383
8162
  )\d{6}|
7384
8163
  (?:
7385
8164
  1\d|
7386
- 3
8165
+ [39]
7387
8166
  )\d{9}
7388
8167
  </nationalNumberPattern>
7389
8168
  </generalDesc>
7390
8169
  <fixedLine>
7391
- <possibleLengths national="10" localOnly="7"/>
8170
+ <possibleLengths national="8,10" localOnly="4,7"/>
7392
8171
  <exampleNumber>6012345678</exampleNumber>
7393
8172
  <nationalNumberPattern>
7394
8173
  601055(?:
@@ -7399,9 +8178,12 @@
7399
8178
  [0-4]\d|
7400
8179
  5[0-4]
7401
8180
  )\d{4}|
7402
- 60(?:
7403
- [124-7][2-9]|
7404
- 8[1-9]
8181
+ (?:
8182
+ 46|
8183
+ 60(?:
8184
+ [124-7][2-9]|
8185
+ 8[1-9]
8186
+ )
7405
8187
  )\d{6}
7406
8188
  </nationalNumberPattern>
7407
8189
  </fixedLine>
@@ -7441,12 +8223,15 @@
7441
8223
  <nationalNumberPattern>1800\d{7}</nationalNumberPattern>
7442
8224
  </tollFree>
7443
8225
  <premiumRate>
7444
- <possibleLengths national="11"/>
8226
+ <possibleLengths national="10,11"/>
7445
8227
  <exampleNumber>19001234567</exampleNumber>
7446
8228
  <nationalNumberPattern>
7447
- 19(?:
7448
- 0[01]|
7449
- 4[78]
8229
+ (?:
8230
+ 19(?:
8231
+ 0[01]|
8232
+ 4[78]
8233
+ )|
8234
+ 901
7450
8235
  )\d{7}
7451
8236
  </nationalNumberPattern>
7452
8237
  </premiumRate>
@@ -7564,13 +8349,12 @@
7564
8349
  </availableFormats>
7565
8350
  <generalDesc>
7566
8351
  <nationalNumberPattern>
7567
- [27]\d{6,7}|
7568
- [34]\d{5,7}|
7569
- 63\d{6}|
7570
8352
  (?:
7571
- 5|
8353
+ [2-7]|
7572
8354
  8\d\d
7573
- )\d{7}
8355
+ )\d{7}|
8356
+ [2-47]\d{6}|
8357
+ [34]\d{5}
7574
8358
  </nationalNumberPattern>
7575
8359
  </generalDesc>
7576
8360
  <!-- Based on one of the data sources, 80[25] and 878 ranges are fixed-line as per
@@ -7604,7 +8388,7 @@
7604
8388
  <nationalNumberPattern>
7605
8389
  (?:
7606
8390
  5\d|
7607
- 63
8391
+ 6[2-4]
7608
8392
  )\d{6}
7609
8393
  </nationalNumberPattern>
7610
8394
  </mobile>
@@ -7845,17 +8629,14 @@
7845
8629
  <exampleNumber>412345678</exampleNumber>
7846
8630
  <nationalNumberPattern>
7847
8631
  4(?:
7848
- (?:
7849
- 79|
7850
- 94
7851
- )[01]|
7852
- 83[0-389]
8632
+ 79[01]|
8633
+ 83[0-389]|
8634
+ 94[0-4]
7853
8635
  )\d{5}|
7854
8636
  4(?:
7855
- [0-3]\d|
8637
+ [0-36]\d|
7856
8638
  4[047-9]|
7857
8639
  5[0-25-9]|
7858
- 6[0-36-9]|
7859
8640
  7[02-8]|
7860
8641
  8[0-24-9]|
7861
8642
  9[0-37-9]
@@ -8032,7 +8813,7 @@
8032
8813
  [2-5]\d|
8033
8814
  60
8034
8815
  )|
8035
- 190|
8816
+ 19[0-2]|
8036
8817
  [2379]\d\d
8037
8818
  )
8038
8819
  )\d{5}
@@ -8483,14 +9264,17 @@
8483
9264
  <possibleLengths national="10,11"/>
8484
9265
  <exampleNumber>15123456789</exampleNumber>
8485
9266
  <nationalNumberPattern>
8486
- 15(?:
8487
- [0-25-9]\d\d|
8488
- 310
8489
- )\d{6}|
8490
9267
  1(?:
8491
- 6[023]|
8492
- 7\d
8493
- )\d{7,8}
9268
+ (?:
9269
+ 5(?:
9270
+ [0-25-9]\d\d|
9271
+ 310
9272
+ )|
9273
+ 76\d\d
9274
+ )\d{6}|
9275
+ 6[023]\d{7,8}
9276
+ )|
9277
+ 17\d{8}
8494
9278
  </nationalNumberPattern>
8495
9279
  </mobile>
8496
9280
  <pager>
@@ -8628,7 +9412,8 @@
8628
9412
  </territory>
8629
9413
 
8630
9414
  <!-- Denmark (DK) -->
8631
- <!-- http://www.dba.erhvervsstyrelsen.dk/numbering-lists -->
9415
+ <!-- https://www.klimadatastyrelsen.dk/digital-infrastruktur/telefoni/numre/den-samlede-danske-nummerplan -->
9416
+ <!-- https://nummerregister.sdfi.dk -->
8632
9417
  <!-- https://en.wikipedia.org/wiki/Telephone_numbers_in_Denmark -->
8633
9418
  <!-- https://www.itu.int/oth/T0202000038/en -->
8634
9419
  <territory id="DK" countryCode="45" internationalPrefix="00" mobileNumberPortableRegion="true">
@@ -8648,21 +9433,77 @@
8648
9433
  <exampleNumber>32123456</exampleNumber>
8649
9434
  <nationalNumberPattern>
8650
9435
  (?:
8651
- [2-7]\d|
8652
- 8[126-9]|
8653
- 9[1-46-9]
8654
- )\d{6}
9436
+ 2(?:
9437
+ [0-59][1-9]|
9438
+ [6-8]\d
9439
+ )|
9440
+ 3(?:
9441
+ [0-3][1-9]|
9442
+ 4[13]|
9443
+ 5[1-58]|
9444
+ 6[1347-9]|
9445
+ 7\d|
9446
+ 8[1-8]|
9447
+ 9[1-79]
9448
+ )|
9449
+ 4(?:
9450
+ [0-25][1-9]|
9451
+ [34][2-9]|
9452
+ 6[13-579]|
9453
+ 7[13579]|
9454
+ 8[1-47]|
9455
+ 9[127]
9456
+ )|
9457
+ 5(?:
9458
+ [0-36][1-9]|
9459
+ 4[146-9]|
9460
+ 5[3-57-9]|
9461
+ 7[568]|
9462
+ 8[1-358]|
9463
+ 9[1-69]
9464
+ )|
9465
+ 6(?:
9466
+ [0135][1-9]|
9467
+ 2[1-68]|
9468
+ 4[2-8]|
9469
+ 6[1689]|
9470
+ [78]\d|
9471
+ 9[15689]
9472
+ )|
9473
+ 7(?:
9474
+ [0-69][1-9]|
9475
+ 7[3-9]|
9476
+ 8[147]
9477
+ )|
9478
+ 8(?:
9479
+ [16-9][1-9]|
9480
+ 2[1-58]
9481
+ )|
9482
+ 9(?:
9483
+ [1-47-9][1-9]|
9484
+ 6\d
9485
+ )
9486
+ )\d{5}
8655
9487
  </nationalNumberPattern>
8656
9488
  </fixedLine>
8657
9489
  <mobile>
8658
9490
  <possibleLengths national="8"/>
8659
- <exampleNumber>32123456</exampleNumber>
9491
+ <exampleNumber>34412345</exampleNumber>
8660
9492
  <nationalNumberPattern>
8661
9493
  (?:
8662
- [2-7]\d|
9494
+ 2[6-8]|
9495
+ 37|
9496
+ 6[78]|
9497
+ 96
9498
+ )\d{6}|
9499
+ (?:
9500
+ 2[0-59]|
9501
+ 3[0-689]|
9502
+ [457]\d|
9503
+ 6[0-69]|
8663
9504
  8[126-9]|
8664
- 9[1-46-9]
8665
- )\d{6}
9505
+ 9[1-47-9]
9506
+ )[1-9]\d{5}
8666
9507
  </nationalNumberPattern>
8667
9508
  </mobile>
8668
9509
  <tollFree>
@@ -8991,7 +9832,7 @@
8991
9832
  5(?:
8992
9833
  4[0-29]|
8993
9834
  5\d|
8994
- 6[0-2]
9835
+ 6[0-3]
8995
9836
  )|
8996
9837
  6(?:
8997
9838
  [569]\d|
@@ -9203,7 +10044,7 @@
9203
10044
  )|
9204
10045
  (?:
9205
10046
  1(?:
9206
- 0[236]|
10047
+ 0[2-6]|
9207
10048
  1\d
9208
10049
  )|
9209
10050
  (?:
@@ -9225,7 +10066,7 @@
9225
10066
  )|
9226
10067
  (?:
9227
10068
  (?:
9228
- [124-6]\d|
10069
+ [124-69]\d|
9229
10070
  3[5-9]
9230
10071
  )\d|
9231
10072
  7(?:
@@ -9336,7 +10177,7 @@
9336
10177
  57
9337
10178
  )\d{6,7}|
9338
10179
  (?:
9339
- 2[2-4]|
10180
+ 2\d|
9340
10181
  3|
9341
10182
  4[05-8]|
9342
10183
  5[05]|
@@ -9390,9 +10231,9 @@
9390
10231
  )|
9391
10232
  7(?:
9392
10233
  [0167]\d|
9393
- 2[0-4]|
9394
- 5[01]|
9395
- 8[0-3]
10234
+ 2[0-467]|
10235
+ 5[0-3]|
10236
+ 8[0-5]
9396
10237
  )
9397
10238
  )\d{6}
9398
10239
  </nationalNumberPattern>
@@ -9632,7 +10473,8 @@
9632
10473
  1[69]|
9633
10474
  3[2-49]|
9634
10475
  4[0-3]|
9635
- 6[5-8]
10476
+ 6[5-8]|
10477
+ 7\d
9636
10478
  )|
9637
10479
  5(?:
9638
10480
  1[578]|
@@ -9811,7 +10653,7 @@
9811
10653
  <numberFormat pattern="(\d)(\d{4,9})" nationalPrefixFormattingRule="$NP$FG">
9812
10654
  <leadingDigits>
9813
10655
  (?:
9814
- 1[3-79]|
10656
+ 19|
9815
10657
  [2568]
9816
10658
  )[1-8]|
9817
10659
  3(?:
@@ -9872,8 +10714,9 @@
9872
10714
  <possibleLengths national="[5-9]"/>
9873
10715
  <exampleNumber>131234567</exampleNumber>
9874
10716
  <nationalNumberPattern>
10717
+ 1[3-7][1-8]\d{3,6}|
9875
10718
  (?:
9876
- 1[3-79][1-8]|
10719
+ 19[1-8]|
9877
10720
  [23568][1-8]\d|
9878
10721
  9(?:
9879
10722
  00|
@@ -10248,7 +11091,7 @@
10248
11091
  8(?:
10249
11092
  1[01]|
10250
11093
  2[0156]|
10251
- 4[02]|
11094
+ 4[024]|
10252
11095
  84
10253
11096
  )\d{6}
10254
11097
  </nationalNumberPattern>
@@ -10494,12 +11337,14 @@
10494
11337
  1(?:
10495
11338
  3(?:
10496
11339
  [0-58]\d\d|
10497
- 73[0235]
11340
+ 73[0-35]
10498
11341
  )|
10499
11342
  4(?:
10500
- [0-5]\d\d|
10501
- 69[7-9]|
10502
- 70[0-79]
11343
+ (?:
11344
+ [0-5]\d|
11345
+ 70
11346
+ )\d|
11347
+ 69[7-9]
10503
11348
  )|
10504
11349
  (?:
10505
11350
  (?:
@@ -10526,7 +11371,7 @@
10526
11371
  )\d|
10527
11372
  1(?:
10528
11373
  [0-7]\d|
10529
- 8[0-2]
11374
+ 8[0-3]
10530
11375
  )
10531
11376
  )|
10532
11377
  (?:
@@ -10901,8 +11746,8 @@
10901
11746
  4(?:
10902
11747
  [06]8|
10903
11748
  3[5-9]|
10904
- 4[0-49]|
10905
- 5[5-79]|
11749
+ 4[0-4]|
11750
+ 5[579]|
10906
11751
  73|
10907
11752
  90
10908
11753
  )|
@@ -10925,7 +11770,8 @@
10925
11770
  0[2-79]|
10926
11771
  1[04-9]|
10927
11772
  2[0-5]|
10928
- 58
11773
+ 49|
11774
+ 5[68]
10929
11775
  )|
10930
11776
  5(?:
10931
11777
  2[01]|
@@ -11084,35 +11930,74 @@
11084
11930
  )\d|
11085
11931
  22252[0-4]
11086
11932
  )\d\d|
11933
+ 5(?:
11934
+ 0(?:
11935
+ 0[17]0|
11936
+ 505
11937
+ )|
11938
+ 1(?:
11939
+ 0[01]0|
11940
+ 1(?:
11941
+ 07|
11942
+ 33|
11943
+ 51
11944
+ )
11945
+ )|
11946
+ 2(?:
11947
+ 0[02]0|
11948
+ 2[25]2
11949
+ )|
11950
+ 3(?:
11951
+ 0[03]0|
11952
+ 3[35]3
11953
+ )|
11954
+ (?:
11955
+ 40[04]|
11956
+ 900
11957
+ )0|
11958
+ 5222
11959
+ )[0-4]\d{3}|
11087
11960
  (?:
11088
11961
  5(?:
11089
- 00(?:
11090
- 0\d|
11091
- 11|
11092
- 22|
11093
- 33|
11094
- 44|
11095
- 5[05]|
11096
- 77|
11097
- 88|
11098
- 9[09]
11962
+ 0(?:
11963
+ 0(?:
11964
+ 0\d|
11965
+ 11|
11966
+ 22|
11967
+ 3[0-6]|
11968
+ 44|
11969
+ 5[05]|
11970
+ 77|
11971
+ 88|
11972
+ 9[09]
11973
+ )|
11974
+ (?:
11975
+ [14]\d|
11976
+ 77
11977
+ )\d|
11978
+ 22[02]
11099
11979
  )|
11100
11980
  1(?:
11101
11981
  1(?:
11102
- 00|
11982
+ [03][01]|
11103
11983
  [124]\d|
11104
- 3[01]
11984
+ 5[2-6]|
11985
+ 7[0-4]
11105
11986
  )|
11106
11987
  4\d\d
11107
11988
  )|
11108
- (?:
11109
- 44|
11110
- 68
11111
- )\d\d|
11989
+ [23]555|
11990
+ 4(?:
11991
+ 4\d\d|
11992
+ 555
11993
+ )|
11112
11994
  5(?:
11113
11995
  [0157-9]\d\d|
11114
- 200
11996
+ 200|
11997
+ 333|
11998
+ 444
11115
11999
  )|
12000
+ 6[89]\d\d|
11116
12001
  7(?:
11117
12002
  [0147-9]\d\d|
11118
12003
  5(?:
@@ -11125,46 +12010,22 @@
11125
12010
  [018]\d|
11126
12011
  2[0-4]
11127
12012
  )|
11128
- 58[89]|
12013
+ 5(?:
12014
+ 55|
12015
+ 8[89]
12016
+ )|
11129
12017
  8(?:
11130
12018
  55|
11131
12019
  88
11132
12020
  )
11133
12021
  )|
11134
12022
  9(?:
11135
- 090|
11136
- [1-35-9]\d\d
11137
- )
11138
- )|
11139
- 790\d\d
11140
- )\d{4}|
11141
- 5(?:
11142
- 0(?:
11143
- 0[17]0|
11144
- 505
11145
- )|
11146
- 1(?:
11147
- 0[01]0|
11148
- 1(?:
11149
- 07|
11150
- 33|
11151
- 51
11152
- )
11153
- )|
11154
- 2(?:
11155
- 0[02]0|
11156
- 2[25]2
11157
- )|
11158
- 3(?:
11159
- 0[03]0|
11160
- 3[35]3
12023
+ 090|
12024
+ [1-35-9]\d\d
12025
+ )
11161
12026
  )|
11162
- (?:
11163
- 40[04]|
11164
- 900
11165
- )0|
11166
- 5222
11167
- )[0-4]\d{3}
12027
+ 790\d\d
12028
+ )\d{4}
11168
12029
  </nationalNumberPattern>
11169
12030
  </mobile>
11170
12031
  <!-- Information from http://www.yell.ge, examples such as Wissol Petroleum Georgia
@@ -11196,7 +12057,7 @@
11196
12057
  <availableFormats>
11197
12058
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG">
11198
12059
  <leadingDigits>
11199
- [56]|
12060
+ [5-7]|
11200
12061
  9[47]
11201
12062
  </leadingDigits>
11202
12063
  <format>$1 $2 $3 $4</format>
@@ -11208,7 +12069,10 @@
11208
12069
  </availableFormats>
11209
12070
  <generalDesc>
11210
12071
  <nationalNumberPattern>
11211
- [56]94\d{6}|
12072
+ (?:
12073
+ [56]94\d|
12074
+ 7093
12075
+ )\d{5}|
11212
12076
  (?:
11213
12077
  80|
11214
12078
  9\d
@@ -11234,9 +12098,12 @@
11234
12098
  <possibleLengths national="9"/>
11235
12099
  <exampleNumber>694201234</exampleNumber>
11236
12100
  <nationalNumberPattern>
11237
- 694(?:
11238
- [0-249]\d|
11239
- 3[0-8]
12101
+ (?:
12102
+ 694(?:
12103
+ [0-249]\d|
12104
+ 3[0-8]
12105
+ )|
12106
+ 7093[0-3]
11240
12107
  )\d{4}
11241
12108
  </nationalNumberPattern>
11242
12109
  </mobile>
@@ -11256,7 +12123,7 @@
11256
12123
  396|
11257
12124
  76\d
11258
12125
  )\d|
11259
- 476[0-5]
12126
+ 476[0-6]
11260
12127
  )\d{4}
11261
12128
  </nationalNumberPattern>
11262
12129
  </voip>
@@ -11631,6 +12498,7 @@
11631
12498
  <nationalNumberPattern>
11632
12499
  (?:
11633
12500
  [23679]\d|
12501
+ 4[015]|
11634
12502
  5[0-489]
11635
12503
  )\d{5}
11636
12504
  </nationalNumberPattern>
@@ -11708,7 +12576,7 @@
11708
12576
  nationalPrefix="0" mobileNumberPortableRegion="true">
11709
12577
  <availableFormats>
11710
12578
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG">
11711
- <leadingDigits>[569]</leadingDigits>
12579
+ <leadingDigits>[5-79]</leadingDigits>
11712
12580
  <format>$1 $2 $3 $4</format>
11713
12581
  </numberFormat>
11714
12582
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG">
@@ -11718,7 +12586,10 @@
11718
12586
  </availableFormats>
11719
12587
  <generalDesc>
11720
12588
  <nationalNumberPattern>
11721
- 590\d{6}|
12589
+ (?:
12590
+ 590\d|
12591
+ 7090
12592
+ )\d{5}|
11722
12593
  (?:
11723
12594
  69|
11724
12595
  80|
@@ -11751,22 +12622,25 @@
11751
12622
  <possibleLengths national="9"/>
11752
12623
  <exampleNumber>690001234</exampleNumber>
11753
12624
  <nationalNumberPattern>
11754
- 69(?:
11755
- 0\d\d|
11756
- 1(?:
11757
- 2[2-9]|
11758
- 3[0-5]
11759
- )|
11760
- 4(?:
11761
- 0[89]|
11762
- 1[2-6]|
11763
- 9\d
12625
+ (?:
12626
+ 69(?:
12627
+ 0\d\d|
12628
+ 1(?:
12629
+ 2[2-9]|
12630
+ 3[0-5]
12631
+ )|
12632
+ 4(?:
12633
+ 0[89]|
12634
+ 1[2-6]|
12635
+ 9\d
12636
+ )|
12637
+ 6(?:
12638
+ 1[016-9]|
12639
+ 5[0-4]|
12640
+ [67]\d
12641
+ )
11764
12642
  )|
11765
- 6(?:
11766
- 1[016-9]|
11767
- 5[0-4]|
11768
- [67]\d
11769
- )
12643
+ 7090[0-4]
11770
12644
  )\d{4}
11771
12645
  </nationalNumberPattern>
11772
12646
  </mobile>
@@ -11786,7 +12660,7 @@
11786
12660
  39[5-7]|
11787
12661
  76[018]
11788
12662
  )\d|
11789
- 475[0-5]
12663
+ 475[0-6]
11790
12664
  )\d{4}
11791
12665
  </nationalNumberPattern>
11792
12666
  </voip>
@@ -12095,7 +12969,7 @@
12095
12969
  00|
12096
12970
  56|
12097
12971
  7[1-9]|
12098
- 8[02-46-9]
12972
+ 8[02-9]
12099
12973
  )|
12100
12974
  5(?:
12101
12975
  55|
@@ -12117,7 +12991,7 @@
12117
12991
  )|
12118
12992
  8(?:
12119
12993
  [2-57-9]8|
12120
- 6[48]
12994
+ 6[478]
12121
12995
  )|
12122
12996
  9(?:
12123
12997
  2[29]|
@@ -12147,7 +13021,7 @@
12147
13021
  00|
12148
13022
  56|
12149
13023
  7[1-9]|
12150
- 8[02-46-9]
13024
+ 8[02-9]
12151
13025
  )|
12152
13026
  5(?:
12153
13027
  55|
@@ -12169,7 +13043,7 @@
12169
13043
  )|
12170
13044
  8(?:
12171
13045
  [2-57-9]8|
12172
- 6[48]
13046
+ 6[478]
12173
13047
  )|
12174
13048
  9(?:
12175
13049
  2[29]|
@@ -12342,10 +13216,8 @@
12342
13216
  510|
12343
13217
  6\d\d|
12344
13218
  7(?:
12345
- [01]\d|
12346
- 2[156]|
12347
- 31|
12348
- 49
13219
+ [0-5]\d|
13220
+ 6[01]
12349
13221
  )
12350
13222
  )\d{4}
12351
13223
  </nationalNumberPattern>
@@ -12378,7 +13250,7 @@
12378
13250
  </territory>
12379
13251
 
12380
13252
  <!-- Hong Kong (HK) -->
12381
- <!-- http://www.ofca.gov.hk/en/industry_focus/telecommunications/portability/index.html -->
13253
+ <!-- https://www.ofca.gov.hk/en/industry_focus/industry_focus/portability/numbering/index.html -->
12382
13254
  <territory id="HK" countryCode="852" preferredInternationalPrefix="00"
12383
13255
  internationalPrefix="00(?:30|5[09]|[126-9]?)" mobileNumberPortableRegion="true">
12384
13256
  <availableFormats>
@@ -12434,8 +13306,8 @@
12434
13306
  )\d|
12435
13307
  8(?:
12436
13308
  4[0-8]|
12437
- [59]\d|
12438
- 6[01]
13309
+ [579]\d|
13310
+ 6[0-2]
12439
13311
  )
12440
13312
  )|
12441
13313
  58(?:
@@ -12454,11 +13326,15 @@
12454
13326
  <nationalNumberPattern>
12455
13327
  (?:
12456
13328
  4(?:
12457
- 44[0-25-9]|
13329
+ 44[0-35-9]|
12458
13330
  6(?:
12459
- 1[0-7]|
13331
+ 1[0-79]|
12460
13332
  4[0-57-9]|
12461
13333
  6[0-4]
13334
+ )|
13335
+ 7(?:
13336
+ 4[0-28]|
13337
+ 6[0-5]
12462
13338
  )
12463
13339
  )|
12464
13340
  5(?:
@@ -12473,18 +13349,22 @@
12473
13349
  7[1-8]|
12474
13350
  8[0-4]
12475
13351
  )|
12476
- 848[0-35-9]|
13352
+ 84(?:
13353
+ 4[0-2]|
13354
+ 8[0-35-9]
13355
+ )|
12477
13356
  9(?:
12478
13357
  29[013-9]|
12479
- 39[01]|
13358
+ 39[014-9]|
12480
13359
  59[0-4]|
12481
13360
  899
12482
13361
  )
12483
13362
  )\d{4}|
12484
13363
  (?:
12485
13364
  4(?:
12486
- 4[0-35-8]|
12487
- 6[02357-9]
13365
+ 4[0-35-9]|
13366
+ 6[02357-9]|
13367
+ 7[015]
12488
13368
  )|
12489
13369
  5(?:
12490
13370
  [1-59][0-46-9]|
@@ -12497,8 +13377,8 @@
12497
13377
  [268][0-57-9]|
12498
13378
  7[0-79]
12499
13379
  )|
12500
- 70[129]|
12501
- 84[0-29]|
13380
+ 70[1-59]|
13381
+ 84[0-39]|
12502
13382
  9(?:
12503
13383
  0[1-9]|
12504
13384
  1[02-9]|
@@ -12646,7 +13526,7 @@
12646
13526
  0[0-59]|
12647
13527
  1[1-9]|
12648
13528
  [23]\d|
12649
- 4[02-6]|
13529
+ 4[02-7]|
12650
13530
  5[57]|
12651
13531
  6[245]|
12652
13532
  7[0135689]|
@@ -12789,7 +13669,7 @@
12789
13669
  44|
12790
13670
  55|
12791
13671
  77|
12792
- 9[5-7]
13672
+ 9[5-79]
12793
13673
  )
12794
13674
  )
12795
13675
  )\d{4}|
@@ -13013,7 +13893,7 @@
13013
13893
  <format>$1 $2</format>
13014
13894
  </numberFormat>
13015
13895
  <!-- http://en.wikipedia.org/wiki/Toll-free_telephone_number, and examples on the web show
13016
- that sometimes they are followed by fewer digits. -->
13896
+ that sometimes they are followed by fewer digits -->
13017
13897
  <numberFormat pattern="(\d{3})(\d{5,7})" nationalPrefixFormattingRule="$NP$FG">
13018
13898
  <leadingDigits>800</leadingDigits>
13019
13899
  <format>$1 $2</format>
@@ -13048,8 +13928,8 @@
13048
13928
  <leadingDigits>8</leadingDigits>
13049
13929
  <format>$1-$2-$3</format>
13050
13930
  </numberFormat>
13051
- <!-- 12 digit toll free numbers. -->
13052
- <numberFormat pattern="(\d{3})(\d{3})(\d{3})(\d{3})">
13931
+ <!-- Format for 001803 toll free numbers. -->
13932
+ <numberFormat pattern="(\d{3})(\d{3})(\d{3})(\d{2,8})">
13053
13933
  <leadingDigits>001</leadingDigits>
13054
13934
  <format>$1 $2 $3 $4</format>
13055
13935
  <intlFormat>NA</intlFormat>
@@ -13063,14 +13943,12 @@
13063
13943
  </availableFormats>
13064
13944
  <generalDesc>
13065
13945
  <nationalNumberPattern>
13946
+ 00[1-9]\d{9,14}|
13066
13947
  (?:
13067
- (?:
13068
- 00[1-9]|
13069
- 8\d
13070
- )\d{4}|
13071
- [1-36]
13948
+ [1-36]|
13949
+ 8\d{5}
13072
13950
  )\d{6}|
13073
- 00\d{10}|
13951
+ 00\d{9}|
13074
13952
  [1-9]\d{8,10}|
13075
13953
  [2-9]\d{7}
13076
13954
  </nationalNumberPattern>
@@ -13078,9 +13956,9 @@
13078
13956
  <!-- 00798 ITFS numbers can't be dialled internationally. Source:
13079
13957
  https://support.twilio.com/hc/en-us/articles/115007579027-Toll-free-phone-number-restrictions-and-limitations -->
13080
13958
  <noInternationalDialling>
13081
- <possibleLengths national="10,12,13"/>
13959
+ <possibleLengths national="[10-17]"/>
13082
13960
  <nationalNumberPattern>
13083
- 001803\d{6,7}|
13961
+ 001803\d{5,11}|
13084
13962
  (?:
13085
13963
  007803\d|
13086
13964
  8071
@@ -13178,15 +14056,17 @@
13178
14056
  <nationalNumberPattern>8[1-35-9]\d{7,10}</nationalNumberPattern>
13179
14057
  </mobile>
13180
14058
  <tollFree>
13181
- <possibleLengths national="[8-13]"/>
14059
+ <possibleLengths national="[8-17]"/>
13182
14060
  <exampleNumber>8001234567</exampleNumber>
13183
14061
  <nationalNumberPattern>
13184
- 00[17]803\d{7}|
14062
+ 00(?:
14063
+ 1803\d{5,11}|
14064
+ 7803\d{7}
14065
+ )|
13185
14066
  (?:
13186
14067
  177\d|
13187
14068
  800
13188
- )\d{5,7}|
13189
- 001803\d{6}
14069
+ )\d{5,7}
13190
14070
  </nationalNumberPattern>
13191
14071
  </tollFree>
13192
14072
  <!-- The information below is provided by an Indonesian -->
@@ -13407,6 +14287,7 @@
13407
14287
  <!-- http://www.itu.int/oth/T020200006A/en -->
13408
14288
  <!-- http://en.wikipedia.org/wiki/%2B972 -->
13409
14289
  <!-- http://he.wikipedia.org/wiki/%D7%A7%D7%99%D7%93%D7%95%D7%9E%D7%AA_%D7%98%D7%9C%D7%A4%D7%95%D7%9F_%D7%91%D7%99%D7%A9%D7%A8%D7%90%D7%9C -->
14290
+ <!-- https://data.gov.il/dataset/israel-numbering-plan/resource/74b44725-d8cc-4ae9-ba08-2c40a61ab68e?filters= -->
13410
14291
  <territory id="IL" countryCode="972" internationalPrefix="0(?:0|1[2-9])" nationalPrefix="0"
13411
14292
  mobileNumberPortableRegion="true">
13412
14293
  <availableFormats>
@@ -13492,12 +14373,18 @@
13492
14373
  <possibleLengths national="9"/>
13493
14374
  <exampleNumber>502345678</exampleNumber>
13494
14375
  <nationalNumberPattern>
13495
- 55410\d{4}|
14376
+ 55(?:
14377
+ 4(?:
14378
+ [01]0|
14379
+ 5[0-2]
14380
+ )|
14381
+ 57[0-289]
14382
+ )\d{4}|
13496
14383
  5(?:
13497
14384
  (?:
13498
- [02][02-9]|
13499
- [149][2-9]|
14385
+ [0-2][02-9]|
13500
14386
  [36]\d|
14387
+ [49][2-9]|
13501
14388
  8[3-7]
13502
14389
  )\d|
13503
14390
  5(?:
@@ -13558,7 +14445,7 @@
13558
14445
  7(?:
13559
14446
  38(?:
13560
14447
  0\d|
13561
- 5[09]|
14448
+ 5[0-3569]|
13562
14449
  88
13563
14450
  )|
13564
14451
  8(?:
@@ -16814,8 +17701,8 @@
16814
17701
  <nationalNumberPattern>
16815
17702
  (?:
16816
17703
  1(?:
16817
- 0[0-6]|
16818
- 1[0-5]|
17704
+ 0[0-8]|
17705
+ 1[0-7]|
16819
17706
  2[014]|
16820
17707
  30
16821
17708
  )|
@@ -17470,7 +18357,7 @@
17470
18357
  <numberFormat pattern="(\d{2})(\d{3})(\d{4})" nationalPrefixFormattingRule="$NP$FG"
17471
18358
  carrierCodeFormattingRule="$NP$CC-$FG">
17472
18359
  <leadingDigits>
17473
- 60|
18360
+ [36]0|
17474
18361
  8
17475
18362
  </leadingDigits>
17476
18363
  <format>$1-$2-$3</format>
@@ -17606,7 +18493,7 @@
17606
18493
  )|
17607
18494
  (?:
17608
18495
  00368|
17609
- 80
18496
+ [38]0
17610
18497
  )\d{7}
17611
18498
  </nationalNumberPattern>
17612
18499
  </tollFree>
@@ -17839,7 +18726,8 @@
17839
18726
  8(?:
17840
18727
  00|
17841
18728
  1[45]|
17842
- [48]8
18729
+ 4[89]|
18730
+ 88
17843
18731
  )|
17844
18732
  9(?:
17845
18733
  14|
@@ -17876,11 +18764,6 @@
17876
18764
  )\d{4}
17877
18765
  </nationalNumberPattern>
17878
18766
  </mobile>
17879
- <pager>
17880
- <possibleLengths national="10"/>
17881
- <exampleNumber>3458491234</exampleNumber>
17882
- <nationalNumberPattern>345849\d{4}</nationalNumberPattern>
17883
- </pager>
17884
18767
  <tollFree>
17885
18768
  <possibleLengths national="10"/>
17886
18769
  <exampleNumber>8002345678</exampleNumber>
@@ -18140,7 +19023,7 @@
18140
19023
  </numberFormat>
18141
19024
  <!-- Format for UAN numbers. -->
18142
19025
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
18143
- <leadingDigits>30[013-9]</leadingDigits>
19026
+ <leadingDigits>30[0135-9]</leadingDigits>
18144
19027
  <format>$1 $2 $3 $4</format>
18145
19028
  </numberFormat>
18146
19029
  <!-- Format for mobile numbers. -->
@@ -18176,14 +19059,11 @@
18176
19059
  <possibleLengths national="10"/>
18177
19060
  <exampleNumber>2023123456</exampleNumber>
18178
19061
  <nationalNumberPattern>
19062
+ 208[78]\d{6}|
18179
19063
  (?:
18180
- 20(?:
18181
- [2359]\d|
18182
- 7[6-8]|
18183
- 88
18184
- )|
18185
- 302\d
18186
- )\d{6}
19064
+ 20[23579]|
19065
+ 30[24]
19066
+ )\d{7}
18187
19067
  </nationalNumberPattern>
18188
19068
  </mobile>
18189
19069
  <!-- The Lonely Planet says that newer WIN phones (fixed phones without a physical landline)
@@ -18192,7 +19072,7 @@
18192
19072
  <uan>
18193
19073
  <possibleLengths national="9"/>
18194
19074
  <exampleNumber>301234567</exampleNumber>
18195
- <nationalNumberPattern>30[013-9]\d{6}</nationalNumberPattern>
19075
+ <nationalNumberPattern>30[0135-9]\d{6}</nationalNumberPattern>
18196
19076
  </uan>
18197
19077
  </territory>
18198
19078
 
@@ -18743,11 +19623,11 @@
18743
19623
  </territory>
18744
19624
 
18745
19625
  <!-- Lithuania (LT) -->
18746
- <!-- Note that Lithuania is switching to a national prefix of 0. We support
18747
- both 0 and 8 when parsing until this switch is complete. -->
19626
+ <!-- Note that Lithuania switched to national prefix 0. The former prefix
19627
+ 8 will continue to be operational until 28 February 2025. -->
18748
19628
  <!-- http://www.itu.int/oth/T020200007C/en -->
18749
19629
  <!-- National Prefix formatting rule from http://www.yellowpages.lt -->
18750
- <territory id="LT" countryCode="370" internationalPrefix="00" nationalPrefix="8"
19630
+ <territory id="LT" countryCode="370" internationalPrefix="00" nationalPrefix="0"
18751
19631
  nationalPrefixForParsing="[08]" mobileNumberPortableRegion="true">
18752
19632
  <availableFormats>
18753
19633
  <!-- 1 digit area code (fixed line only) -->
@@ -19063,16 +19943,13 @@
19063
19943
  <possibleLengths national="8"/>
19064
19944
  <exampleNumber>21234567</exampleNumber>
19065
19945
  <nationalNumberPattern>
19066
- 23(?:
19067
- 23[0-57-9]|
19068
- 33[0238]
19069
- )\d{3}|
19946
+ 2333[0-8]\d{3}|
19070
19947
  2(?:
19071
19948
  [0-24-9]\d\d|
19072
19949
  3(?:
19073
19950
  0[07]|
19074
19951
  [14-9]\d|
19075
- 2[024-9]|
19952
+ 2[02-9]|
19076
19953
  3[0-24-9]
19077
19954
  )
19078
19955
  )\d{4}
@@ -19243,9 +20120,9 @@
19243
20120
  )|
19244
20121
  7(?:
19245
20122
  [0167]\d|
19246
- 2[0-4]|
19247
- 5[01]|
19248
- 8[0-3]
20123
+ 2[0-467]|
20124
+ 5[0-3]|
20125
+ 8[0-5]
19249
20126
  )
19250
20127
  )\d{6}
19251
20128
  </nationalNumberPattern>
@@ -19340,7 +20217,7 @@
19340
20217
  <exampleNumber>612345678</exampleNumber>
19341
20218
  <nationalNumberPattern>
19342
20219
  4(?:
19343
- [46]\d|
20220
+ [469]\d|
19344
20221
  5[1-9]
19345
20222
  )\d{5}|
19346
20223
  (?:
@@ -19561,7 +20438,10 @@
19561
20438
  mobileNumberPortableRegion="true">
19562
20439
  <generalDesc>
19563
20440
  <nationalNumberPattern>
19564
- 590\d{6}|
20441
+ (?:
20442
+ 590\d|
20443
+ 7090
20444
+ )\d{5}|
19565
20445
  (?:
19566
20446
  69|
19567
20447
  80|
@@ -19593,22 +20473,25 @@
19593
20473
  <possibleLengths national="9"/>
19594
20474
  <exampleNumber>690001234</exampleNumber>
19595
20475
  <nationalNumberPattern>
19596
- 69(?:
19597
- 0\d\d|
19598
- 1(?:
19599
- 2[2-9]|
19600
- 3[0-5]
19601
- )|
19602
- 4(?:
19603
- 0[89]|
19604
- 1[2-6]|
19605
- 9\d
20476
+ (?:
20477
+ 69(?:
20478
+ 0\d\d|
20479
+ 1(?:
20480
+ 2[2-9]|
20481
+ 3[0-5]
20482
+ )|
20483
+ 4(?:
20484
+ 0[89]|
20485
+ 1[2-6]|
20486
+ 9\d
20487
+ )|
20488
+ 6(?:
20489
+ 1[016-9]|
20490
+ 5[0-4]|
20491
+ [67]\d
20492
+ )
19606
20493
  )|
19607
- 6(?:
19608
- 1[016-9]|
19609
- 5[0-4]|
19610
- [67]\d
19611
- )
20494
+ 7090[0-4]
19612
20495
  )\d{4}
19613
20496
  </nationalNumberPattern>
19614
20497
  </mobile>
@@ -19628,7 +20511,7 @@
19628
20511
  39[5-7]|
19629
20512
  76[018]
19630
20513
  )\d|
19631
- 475[0-5]
20514
+ 475[0-6]
19632
20515
  )\d{4}
19633
20516
  </nationalNumberPattern>
19634
20517
  </voip>
@@ -19660,9 +20543,9 @@
19660
20543
  4[47]|
19661
20544
  5[3467]|
19662
20545
  6[279]|
19663
- 7[35]|
20546
+ 7[356]|
19664
20547
  8[268]|
19665
- 9[245]
20548
+ 9[2457]
19666
20549
  )\d{5}
19667
20550
  </nationalNumberPattern>
19668
20551
  </fixedLine>
@@ -19825,9 +20708,8 @@
19825
20708
  7(?:
19826
20709
  [0-25-8]\d\d|
19827
20710
  3(?:
19828
- [1-48]\d|
19829
- 6[01]|
19830
- 7[01578]
20711
+ [1-478]\d|
20712
+ 6[01]
19831
20713
  )|
19832
20714
  4(?:
19833
20715
  2\d|
@@ -19919,7 +20801,7 @@
19919
20801
  )|
19920
20802
  4(?:
19921
20803
  0[0-4]|
19922
- 4[1-39]
20804
+ 4[1-59]
19923
20805
  )
19924
20806
  )\d{5}
19925
20807
  </nationalNumberPattern>
@@ -19938,7 +20820,7 @@
19938
20820
  (?:
19939
20821
  5[01]|
19940
20822
  [679]\d|
19941
- 8[2-49]
20823
+ 8[2-59]
19942
20824
  )\d{6}
19943
20825
  </nationalNumberPattern>
19944
20826
  </mobile>
@@ -19966,9 +20848,12 @@
19966
20848
  <!-- 2-digit area codes (short format). -->
19967
20849
  <numberFormat pattern="(\d{2})(\d{2})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
19968
20850
  <leadingDigits>
19969
- [45]|
20851
+ 4(?:
20852
+ [2-46]|
20853
+ 5[3-5]
20854
+ )|
20855
+ 5|
19970
20856
  6(?:
19971
- 0[23]|
19972
20857
  [1-689]|
19973
20858
  7[235-7]
19974
20859
  )|
@@ -19976,13 +20861,28 @@
19976
20861
  [0-4]|
19977
20862
  5[2-7]
19978
20863
  )|
19979
- 8[1-6]
20864
+ 8[1-5]|
20865
+ (?:
20866
+ 60|
20867
+ 86
20868
+ )[23]
19980
20869
  </leadingDigits>
19981
20870
  <format>$1 $2 $3</format>
19982
20871
  </numberFormat>
19983
20872
  <!-- 1-digit area codes. -->
19984
20873
  <numberFormat pattern="(\d)(\d{3})(\d{3,4})" nationalPrefixFormattingRule="$NP$FG">
19985
- <leadingDigits>[12]</leadingDigits>
20874
+ <leadingDigits>
20875
+ [12]|
20876
+ 452|
20877
+ 678|
20878
+ 86
20879
+ </leadingDigits>
20880
+ <leadingDigits>
20881
+ [12]|
20882
+ 452|
20883
+ 6788|
20884
+ 86
20885
+ </leadingDigits>
19986
20886
  <format>$1 $2 $3</format>
19987
20887
  </numberFormat>
19988
20888
  <!-- 2-digit area codes. -->
@@ -20044,13 +20944,14 @@
20044
20944
  (?:
20045
20945
  1(?:
20046
20946
  (?:
20047
- 2\d|
20947
+ 12|
20948
+ [28]\d|
20048
20949
  3[56]|
20049
- [89][0-6]
20950
+ 7[3-6]|
20951
+ 9[0-6]
20050
20952
  )\d|
20051
20953
  4(?:
20052
20954
  2[29]|
20053
- 62|
20054
20955
  7[0-2]|
20055
20956
  83
20056
20957
  )|
@@ -20063,7 +20964,7 @@
20063
20964
  )|
20064
20965
  4(?:
20065
20966
  0\d|
20066
- [26]2|
20967
+ 22|
20067
20968
  7[0-2]|
20068
20969
  83
20069
20970
  )|
@@ -20083,7 +20984,10 @@
20083
20984
  56
20084
20985
  )|
20085
20986
  420\d|
20086
- 5470
20987
+ 5(?:
20988
+ 2\d|
20989
+ 470
20990
+ )
20087
20991
  )|
20088
20992
  6(?:
20089
20993
  0(?:
@@ -20104,11 +21008,12 @@
20104
21008
  472
20105
21009
  )|
20106
21010
  7(?:
20107
- (?:
20108
- 3\d|
20109
- 8[01459]
20110
- )\d|
20111
- 4[67]0
21011
+ 3\d\d|
21012
+ 4[67]0|
21013
+ 8(?:
21014
+ [01459]\d|
21015
+ 8
21016
+ )
20112
21017
  )
20113
21018
  )
20114
21019
  )\d{4}|
@@ -20234,7 +21139,10 @@
20234
21139
  8(?:
20235
21140
  1[2-689]|
20236
21141
  2[2-8]|
20237
- [35]2\d
21142
+ (?:
21143
+ [35]2|
21144
+ 64
21145
+ )\d
20238
21146
  )
20239
21147
  )\d{4}|
20240
21148
  25\d{5,6}|
@@ -20316,16 +21224,13 @@
20316
21224
  <voip>
20317
21225
  <possibleLengths national="8"/>
20318
21226
  <exampleNumber>13331234</exampleNumber>
20319
- <nationalNumberPattern>
20320
- 1333\d{4}|
20321
- [12]468\d{4}
20322
- </nationalNumberPattern>
21227
+ <nationalNumberPattern>1333\d{4}</nationalNumberPattern>
20323
21228
  </voip>
20324
21229
  </territory>
20325
21230
 
20326
21231
  <!-- Mongolia (MN) -->
20327
21232
  <!-- http://www.itu.int/oth/T020200008E/en -->
20328
- <!-- http://www.crc.gov.mn/k/4L/36 -->
21233
+ <!-- https://crc.gov.mn/articles/slug11334/en -->
20329
21234
  <territory id="MN" countryCode="976" internationalPrefix="001" nationalPrefix="0">
20330
21235
  <availableFormats>
20331
21236
  <!-- For fixed-line single digit area code numbers. We have only "1" as single digit
@@ -20424,6 +21329,7 @@
20424
21329
  (?:
20425
21330
  5[05]|
20426
21331
  6[069]|
21332
+ 72|
20427
21333
  8[015689]|
20428
21334
  9[013-9]
20429
21335
  )\d{6}
@@ -20439,7 +21345,7 @@
20439
21345
  712[0-79]\d{4}|
20440
21346
  7(?:
20441
21347
  1[013-9]|
20442
- [25-9]\d
21348
+ [5-9]\d
20443
21349
  )\d{5}
20444
21350
  </nationalNumberPattern>
20445
21351
  </voip>
@@ -20668,7 +21574,13 @@
20668
21574
  mobileNumberPortableRegion="true">
20669
21575
  <availableFormats>
20670
21576
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG">
20671
- <leadingDigits>[569]</leadingDigits>
21577
+ <leadingDigits>
21578
+ [5-79]|
21579
+ 8(?:
21580
+ 0[6-9]|
21581
+ [36]
21582
+ )
21583
+ </leadingDigits>
20672
21584
  <format>$1 $2 $3 $4</format>
20673
21585
  </numberFormat>
20674
21586
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG">
@@ -20678,11 +21590,13 @@
20678
21590
  </availableFormats>
20679
21591
  <generalDesc>
20680
21592
  <nationalNumberPattern>
20681
- 596\d{6}|
21593
+ (?:
21594
+ 596\d|
21595
+ 7091
21596
+ )\d{5}|
20682
21597
  (?:
20683
21598
  69|
20684
- 80|
20685
- 9\d
21599
+ [89]\d
20686
21600
  )\d{7}
20687
21601
  </nationalNumberPattern>
20688
21602
  </generalDesc>
@@ -20690,12 +21604,19 @@
20690
21604
  <possibleLengths national="9"/>
20691
21605
  <exampleNumber>596301234</exampleNumber>
20692
21606
  <nationalNumberPattern>
20693
- 596(?:
20694
- [03-7]\d|
20695
- 1[05]|
20696
- 2[7-9]|
20697
- 8[0-39]|
20698
- 9[04-9]
21607
+ (?:
21608
+ 596(?:
21609
+ [03-7]\d|
21610
+ 1[05]|
21611
+ 2[7-9]|
21612
+ 8[0-39]|
21613
+ 9[04-9]
21614
+ )|
21615
+ 80[6-9]\d\d|
21616
+ 9(?:
21617
+ 477[6-9]|
21618
+ 767[4589]
21619
+ )
20699
21620
  )\d{4}
20700
21621
  </nationalNumberPattern>
20701
21622
  </fixedLine>
@@ -20705,12 +21626,9 @@
20705
21626
  <possibleLengths national="9"/>
20706
21627
  <exampleNumber>696201234</exampleNumber>
20707
21628
  <nationalNumberPattern>
20708
- 69(?:
20709
- 6(?:
20710
- [0-46-9]\d|
20711
- 5[0-6]
20712
- )|
20713
- 727
21629
+ (?:
21630
+ 69[67]\d\d|
21631
+ 7091[0-3]
20714
21632
  )\d{4}
20715
21633
  </nationalNumberPattern>
20716
21634
  </mobile>
@@ -20721,6 +21639,11 @@
20721
21639
  <exampleNumber>800012345</exampleNumber>
20722
21640
  <nationalNumberPattern>80[0-5]\d{6}</nationalNumberPattern>
20723
21641
  </tollFree>
21642
+ <premiumRate>
21643
+ <possibleLengths national="9"/>
21644
+ <exampleNumber>810123456</exampleNumber>
21645
+ <nationalNumberPattern>8[129]\d{7}</nationalNumberPattern>
21646
+ </premiumRate>
20724
21647
  <voip>
20725
21648
  <possibleLengths national="9"/>
20726
21649
  <exampleNumber>976612345</exampleNumber>
@@ -21033,7 +21956,9 @@
21033
21956
  )|
21034
21957
  4(?:
21035
21958
  [013568]\d|
21036
- 2[4-8]
21959
+ 2[4-8]|
21960
+ 71|
21961
+ 90
21037
21962
  )|
21038
21963
  54(?:
21039
21964
  [3-5]\d|
@@ -21067,7 +21992,7 @@
21067
21992
  9[0-8]
21068
21993
  )|
21069
21994
  7(?:
21070
- 0[0-3]|
21995
+ 0[0-4]|
21071
21996
  3[013]
21072
21997
  )
21073
21998
  )\d{5}
@@ -21135,7 +22060,7 @@
21135
22060
  <nationalNumberPattern>
21136
22061
  (?:
21137
22062
  3(?:
21138
- 0[0-3]|
22063
+ 0[0-4]|
21139
22064
  3[0-59]
21140
22065
  )|
21141
22066
  6(?:
@@ -21243,13 +22168,10 @@
21243
22168
  <!-- http://en.wikipedia.org/wiki/%2B52 -->
21244
22169
  <!-- http://en.wikipedia.org/wiki/Premium-rate_telephone_number#Mexico -->
21245
22170
  <!-- http://en.wikipedia.org/wiki/Toll-free_telephone_number -->
21246
- <!-- When a number starts with 01 or 02, we remove the prefixes; when a number starts with 044
21247
- or 045 followed by 10 digits, we replace the prefixes with 1. This way all the mobile
21248
- numbers, regardless of whether they are written in international format (leading 1) or
21249
- national format (leading 044/045), will be parsed into the same form. -->
22171
+ <!-- Dialling tokens 01, 02, 044, 045 and 1 are removed as they are no longer valid since
22172
+ August 2019. -->
21250
22173
  <territory id="MX" countryCode="52" preferredInternationalPrefix="00"
21251
- internationalPrefix="0[09]" nationalPrefix="01"
21252
- nationalPrefixForParsing="0(?:[12]|4[45])|1" mobileNumberPortableRegion="true">
22174
+ internationalPrefix="0[09]" mobileNumberPortableRegion="true">
21253
22175
  <availableFormats>
21254
22176
  <!-- 5-digit shortcodes (very rare). -->
21255
22177
  <numberFormat pattern="(\d{5})">
@@ -21257,8 +22179,8 @@
21257
22179
  <format>$1</format>
21258
22180
  <intlFormat>NA</intlFormat>
21259
22181
  </numberFormat>
21260
- <!-- Fixed line (2-digit area codes). -->
21261
- <numberFormat pattern="(\d{2})(\d{4})(\d{4})" nationalPrefixOptionalWhenFormatting="true">
22182
+ <!-- Fixed line (2-digit area codes) and Mobile. -->
22183
+ <numberFormat pattern="(\d{2})(\d{4})(\d{4})">
21262
22184
  <leadingDigits>
21263
22185
  33|
21264
22186
  5[56]|
@@ -21266,56 +22188,14 @@
21266
22188
  </leadingDigits>
21267
22189
  <format>$1 $2 $3</format>
21268
22190
  </numberFormat>
21269
- <!-- Fixed line (3-digit area codes) and other non-mobile numbers. -->
21270
- <numberFormat pattern="(\d{3})(\d{3})(\d{4})" nationalPrefixOptionalWhenFormatting="true">
22191
+ <!-- Fixed line (3-digit area codes), Mobile and all other non geographic numbers. -->
22192
+ <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
21271
22193
  <leadingDigits>[2-9]</leadingDigits>
21272
22194
  <format>$1 $2 $3</format>
21273
22195
  </numberFormat>
21274
- <!-- Mobile version of fixed line 2-digit area codes and removing former mobile token 1. -->
21275
- <numberFormat pattern="(\d)(\d{2})(\d{4})(\d{4})"
21276
- nationalPrefixOptionalWhenFormatting="true">
21277
- <leadingDigits>
21278
- 1(?:
21279
- 33|
21280
- 5[56]|
21281
- 81
21282
- )
21283
- </leadingDigits>
21284
- <format>$2 $3 $4</format>
21285
- </numberFormat>
21286
- <!-- Mobile version of fixed line 3-digit area codes and removing former mobile token 1. -->
21287
- <numberFormat pattern="(\d)(\d{3})(\d{3})(\d{4})"
21288
- nationalPrefixOptionalWhenFormatting="true">
21289
- <leadingDigits>1</leadingDigits>
21290
- <format>$2 $3 $4</format>
21291
- </numberFormat>
21292
22196
  </availableFormats>
21293
22197
  <generalDesc>
21294
- <nationalNumberPattern>
21295
- 1(?:
21296
- (?:
21297
- 22|
21298
- 44|
21299
- 7[27]|
21300
- 87|
21301
- 99
21302
- )[1-9]|
21303
- 65[0-689]
21304
- )\d{7}|
21305
- (?:
21306
- 1(?:
21307
- [01]\d|
21308
- 2[13-9]|
21309
- [35][1-9]|
21310
- 4[0-35-9]|
21311
- 6[0-46-9]|
21312
- 7[013-689]|
21313
- 8[1-69]|
21314
- 9[1-8]
21315
- )|
21316
- [2-9]\d
21317
- )\d{8}
21318
- </nationalNumberPattern>
22198
+ <nationalNumberPattern>[2-9]\d{9}</nationalNumberPattern>
21319
22199
  </generalDesc>
21320
22200
  <!-- http://en.wikipedia.org/wiki/Area_codes_in_Mexico_by_code -->
21321
22201
  <!-- Also covering fixed satellite service numbers (prefixes: 200 and 201). -->
@@ -21343,9 +22223,9 @@
21343
22223
  )|
21344
22224
  4(?:
21345
22225
  1[1-57-9]|
21346
- [25-7][1-9]|
22226
+ [267][1-9]|
21347
22227
  3[1-8]|
21348
- 4\d|
22228
+ [45]\d|
21349
22229
  8[1-35-9]|
21350
22230
  9[2-689]
21351
22231
  )|
@@ -21358,7 +22238,7 @@
21358
22238
  1[2-68]|
21359
22239
  [2-4][1-9]|
21360
22240
  5[1-3689]|
21361
- 6[1-57-9]|
22241
+ 6[0-57-9]|
21362
22242
  7[1-7]|
21363
22243
  8[67]|
21364
22244
  9[4-8]
@@ -21384,84 +22264,21 @@
21384
22264
  2[1-4]|
21385
22265
  3[2-46-8]|
21386
22266
  5[1348]|
21387
- 6[1-9]|
22267
+ [69]\d|
21388
22268
  7[12]|
21389
- 8[1-8]|
21390
- 9\d
22269
+ 8[1-8]
21391
22270
  )
21392
22271
  )\d{7}
21393
22272
  </nationalNumberPattern>
21394
- </fixedLine>
21395
- <!-- Fixed satellite service numbers are not included here, although many other prefixes from
21396
- the fixedLine pattern are. -->
21397
- <mobile>
21398
- <possibleLengths national="10,11" localOnly="7,8"/>
21399
- <exampleNumber>12221234567</exampleNumber>
21400
- <nationalNumberPattern>
21401
- 657[12]\d{6}|
21402
- (?:
21403
- 1(?:
21404
- 2(?:
21405
- 2[1-9]|
21406
- 3[1-35-8]|
21407
- 4[13-9]|
21408
- 7[1-689]|
21409
- 8[1-578]|
21410
- 9[467]
21411
- )|
21412
- 3(?:
21413
- 1[1-79]|
21414
- [2458][1-9]|
21415
- 3\d|
21416
- 7[1-8]|
21417
- 9[1-5]
21418
- )|
21419
- 4(?:
21420
- 1[1-57-9]|
21421
- [24-7][1-9]|
21422
- 3[1-8]|
21423
- 8[1-35-9]|
21424
- 9[2-689]
21425
- )|
21426
- 5(?:
21427
- [56]\d|
21428
- 88|
21429
- 9[1-79]
21430
- )|
21431
- 6(?:
21432
- 1[2-68]|
21433
- [2-4][1-9]|
21434
- 5[1-3689]|
21435
- 6[1-57-9]|
21436
- 7[1-7]|
21437
- 8[67]|
21438
- 9[4-8]
21439
- )|
21440
- 7(?:
21441
- [1-467][1-9]|
21442
- 5[13-9]|
21443
- 8[1-69]|
21444
- 9[17]
21445
- )|
21446
- 8(?:
21447
- 1\d|
21448
- 2[13-689]|
21449
- 3[1-6]|
21450
- 4[124-6]|
21451
- 6[1246-9]|
21452
- 7[1-378]|
21453
- 9[12479]
21454
- )|
21455
- 9(?:
21456
- 1[346-9]|
21457
- 2[1-4]|
21458
- 3[2-46-8]|
21459
- 5[1348]|
21460
- [69][1-9]|
21461
- 7[12]|
21462
- 8[1-8]
21463
- )
21464
- )|
22273
+ </fixedLine>
22274
+ <!-- Fixed satellite service numbers are not included here, although many other prefixes from
22275
+ the fixedLine pattern are. -->
22276
+ <mobile>
22277
+ <possibleLengths national="10" localOnly="7,8"/>
22278
+ <exampleNumber>2221234567</exampleNumber>
22279
+ <nationalNumberPattern>
22280
+ 657[12]\d{6}|
22281
+ (?:
21465
22282
  2(?:
21466
22283
  2\d|
21467
22284
  3[1-35-8]|
@@ -21479,9 +22296,9 @@
21479
22296
  )|
21480
22297
  4(?:
21481
22298
  1[1-57-9]|
21482
- [25-7][1-9]|
22299
+ [267][1-9]|
21483
22300
  3[1-8]|
21484
- 4\d|
22301
+ [45]\d|
21485
22302
  8[1-35-9]|
21486
22303
  9[2-689]
21487
22304
  )|
@@ -21494,7 +22311,7 @@
21494
22311
  1[2-68]|
21495
22312
  [2-4][1-9]|
21496
22313
  5[1-3689]|
21497
- 6[1-57-9]|
22314
+ 6[0-57-9]|
21498
22315
  7[1-7]|
21499
22316
  8[67]|
21500
22317
  9[4-8]
@@ -21520,10 +22337,9 @@
21520
22337
  2[1-4]|
21521
22338
  3[2-46-8]|
21522
22339
  5[1348]|
21523
- 6[1-9]|
22340
+ [69]\d|
21524
22341
  7[12]|
21525
- 8[1-8]|
21526
- 9\d
22342
+ 8[1-8]
21527
22343
  )
21528
22344
  )\d{7}
21529
22345
  </nationalNumberPattern>
@@ -21633,6 +22449,7 @@
21633
22449
  <possibleLengths national="8,9" localOnly="6,7"/>
21634
22450
  <exampleNumber>323856789</exampleNumber>
21635
22451
  <nationalNumberPattern>
22452
+ 4270\d{4}|
21636
22453
  (?:
21637
22454
  3(?:
21638
22455
  2[0-36-9]|
@@ -22022,8 +22839,7 @@
22022
22839
  <exampleNumber>751234</exampleNumber>
22023
22840
  <nationalNumberPattern>
22024
22841
  (?:
22025
- 5[0-4]|
22026
- [79]\d|
22842
+ [579]\d|
22027
22843
  8[0-79]
22028
22844
  )\d{4}
22029
22845
  </nationalNumberPattern>
@@ -22057,7 +22873,7 @@
22057
22873
  <leadingDigits>
22058
22874
  [089]|
22059
22875
  2[013]|
22060
- 7[047]
22876
+ 7[0467]
22061
22877
  </leadingDigits>
22062
22878
  <format>$1 $2 $3 $4</format>
22063
22879
  </numberFormat>
@@ -22098,7 +22914,7 @@
22098
22914
  <nationalNumberPattern>
22099
22915
  (?:
22100
22916
  23|
22101
- 7[047]|
22917
+ 7[0467]|
22102
22918
  [89]\d
22103
22919
  )\d{6}
22104
22920
  </nationalNumberPattern>
@@ -22169,32 +22985,9 @@
22169
22985
  <territory id="NG" countryCode="234" internationalPrefix="009" nationalPrefix="0"
22170
22986
  mobileNumberPortableRegion="true">
22171
22987
  <availableFormats>
22172
- <!-- Special case for (rare) 7-digit fixed line numbers. -->
22173
- <numberFormat pattern="(\d{2})(\d{2})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
22174
- <leadingDigits>78</leadingDigits>
22175
- <format>$1 $2 $3</format>
22176
- </numberFormat>
22177
- <!-- Fixed line format for 1 digit area code -->
22178
- <numberFormat pattern="(\d)(\d{3})(\d{3,4})" nationalPrefixFormattingRule="$NP$FG">
22179
- <leadingDigits>
22180
- [12]|
22181
- 9(?:
22182
- 0[3-9]|
22183
- [1-9]
22184
- )
22185
- </leadingDigits>
22186
- <format>$1 $2 $3</format>
22187
- </numberFormat>
22188
22988
  <!-- Fixed line format for 2 digit area code -->
22189
22989
  <numberFormat pattern="(\d{2})(\d{3})(\d{2,3})" nationalPrefixFormattingRule="$NP$FG">
22190
- <leadingDigits>
22191
- [3-6]|
22192
- 7(?:
22193
- 0[0-689]|
22194
- [1-79]
22195
- )|
22196
- 8[2-9]
22197
- </leadingDigits>
22990
+ <leadingDigits>3</leadingDigits>
22198
22991
  <format>$1 $2 $3</format>
22199
22992
  </numberFormat>
22200
22993
  <numberFormat pattern="(\d{3})(\d{3})(\d{3,4})" nationalPrefixFormattingRule="$NP$FG">
@@ -22222,50 +23015,29 @@
22222
23015
  </availableFormats>
22223
23016
  <generalDesc>
22224
23017
  <nationalNumberPattern>
22225
- 2[0-24-9]\d{8}|
22226
- [78]\d{10,13}|
22227
- [7-9]\d{9}|
22228
- [1-9]\d{7}|
22229
- [124-7]\d{6}
23018
+ 38\d{6}|
23019
+ [78]\d{9,13}|
23020
+ (?:
23021
+ 20|
23022
+ 9\d
23023
+ )\d{8}
22230
23024
  </nationalNumberPattern>
22231
23025
  </generalDesc>
22232
23026
  <fixedLine>
22233
- <possibleLengths national="7,8,10" localOnly="5,6"/>
22234
- <exampleNumber>18040123</exampleNumber>
23027
+ <possibleLengths national="8,10" localOnly="6,7"/>
23028
+ <exampleNumber>2033123456</exampleNumber>
22235
23029
  <nationalNumberPattern>
22236
- 20(?:
22237
- [1259]\d|
22238
- 3[013-9]|
22239
- 4[1-8]|
22240
- 6[024-689]|
22241
- 7[1-79]|
22242
- 8[2-9]
22243
- )\d{6}|
22244
23030
  (?:
22245
- (?:
22246
- [1-356]\d|
22247
- 4[02-8]|
23031
+ 20(?:
23032
+ [1259]\d|
23033
+ 3[013-9]|
23034
+ 4[1-8]|
23035
+ 6[024-689]|
23036
+ 7[1-79]|
22248
23037
  8[2-9]
22249
- )\d|
22250
- 9(?:
22251
- 0[3-9]|
22252
- [1-9]\d
22253
- )
22254
- )\d{5}|
22255
- 7(?:
22256
- 0(?:
22257
- [013-689]\d|
22258
- 2[0-24-9]
22259
- )\d{3,4}|
22260
- [1-79]\d{6}
22261
- )|
22262
- (?:
22263
- [12]\d|
22264
- 4[147]|
22265
- 5[14579]|
22266
- 6[1578]|
22267
- 7[1-3578]
22268
- )\d{5}
23038
+ )|
23039
+ 38
23040
+ )\d{6}
22269
23041
  </nationalNumberPattern>
22270
23042
  </fixedLine>
22271
23043
  <!-- Added 906 and 907 mobile prefixes based on reports. Prefix 707 is withdrawn as per few
@@ -22578,7 +23350,7 @@
22578
23350
  <!-- Norway (NO) -->
22579
23351
  <!-- Main region for 'SJ' -->
22580
23352
  <!-- Metadata (excluding fixed-line) should be duplicated in 'SJ'. -->
22581
- <!-- http://www.npt.no/npt/numsys/E.164.pdf -->
23353
+ <!-- https://nkom.no/telefoni-og-telefonnummer/telefonnummer-og-den-norske-nummerplan/alle-nummerserier-for-norske-telefonnumre/den-norske-nummerplanen-for-telefoni-med-mer-e.164 -->
22582
23354
  <!-- https://en.wikipedia.org/wiki/Telephone_numbers_in_Norway -->
22583
23355
  <territory id="NO" mainCountryForCode="true" countryCode="47" leadingDigits="[02-689]|7[0-8]"
22584
23356
  internationalPrefix="00" mobileNumberPortableRegion="true">
@@ -22656,13 +23428,15 @@
22656
23428
  <exampleNumber>85012345</exampleNumber>
22657
23429
  <nationalNumberPattern>85[0-5]\d{5}</nationalNumberPattern>
22658
23430
  </voip>
22659
- <!-- Includes some 810 local-rate numbers, and long-distance rate numbers. -->
23431
+ <!-- Includes some 810 local-rate numbers, and long-distance rate numbers.
23432
+ 04xxx is moved to Shortcodes as it can be used to send SMS as well
23433
+ https://www.dnb.no/en/everyday-banking/services/text-message -->
22660
23434
  <uan>
22661
23435
  <possibleLengths national="5,8"/>
22662
23436
  <exampleNumber>02000</exampleNumber>
22663
23437
  <nationalNumberPattern>
22664
23438
  (?:
22665
- 0[2-9]|
23439
+ 0[235-9]|
22666
23440
  81(?:
22667
23441
  0(?:
22668
23442
  0[7-9]|
@@ -22940,7 +23714,7 @@
22940
23714
  <possibleLengths national="8" localOnly="7"/>
22941
23715
  <exampleNumber>32345678</exampleNumber>
22942
23716
  <nationalNumberPattern>
22943
- 24099\d{3}|
23717
+ 240\d{5}|
22944
23718
  (?:
22945
23719
  3[2-79]|
22946
23720
  [49][2-9]|
@@ -23149,14 +23923,13 @@
23149
23923
  8[02-9]
23150
23924
  )|
23151
23925
  3(?:
23152
- [089]\d|
23926
+ [07-9]\d|
23153
23927
  1[0-7]|
23154
23928
  2[0-5]|
23155
23929
  33|
23156
23930
  4[0-79]|
23157
23931
  5[0-35]|
23158
- 6[068]|
23159
- 7[0-8]
23932
+ 6[068]
23160
23933
  )|
23161
23934
  4(?:
23162
23935
  00|
@@ -23299,12 +24072,18 @@
23299
24072
  <nationalNumberPattern>
23300
24073
  (?:
23301
24074
  (?:
23302
- 4[34]|
23303
- 5[14]
23304
- )[0-8]\d|
24075
+ (?:
24076
+ 4[34]|
24077
+ 5[14]
24078
+ )[0-8]|
24079
+ 687
24080
+ )\d|
23305
24081
  7(?:
23306
24082
  173|
23307
- 3[0-8]\d
24083
+ (?:
24084
+ 3[0-8]|
24085
+ 55
24086
+ )\d
23308
24087
  )|
23309
24088
  8(?:
23310
24089
  10[05689]|
@@ -23314,7 +24093,7 @@
23314
24093
  29
23315
24094
  )|
23316
24095
  7(?:
23317
- 0[569]|
24096
+ 0[0569]|
23318
24097
  [56]0
23319
24098
  )
23320
24099
  )
@@ -24114,9 +24893,11 @@
24114
24893
  <possibleLengths national="9"/>
24115
24894
  <exampleNumber>512345678</exampleNumber>
24116
24895
  <nationalNumberPattern>
24896
+ 2131[89]\d{4}|
24117
24897
  21(?:
24118
24898
  1[013-5]|
24119
- 2\d
24899
+ 2\d|
24900
+ 3[2-9]
24120
24901
  )\d{5}|
24121
24902
  (?:
24122
24903
  45|
@@ -24182,7 +24963,7 @@
24182
24963
  [45]\d{5}|
24183
24964
  (?:
24184
24965
  708|
24185
- 80\d
24966
+ 8\d\d
24186
24967
  )\d{6}
24187
24968
  </nationalNumberPattern>
24188
24969
  </generalDesc>
@@ -24192,12 +24973,13 @@
24192
24973
  ranges are added to both fixed-line and mobile categories as it is not clear in ITU
24193
24974
  doc. -->
24194
24975
  <fixedLine>
24195
- <possibleLengths national="6"/>
24976
+ <possibleLengths national="6,9"/>
24196
24977
  <exampleNumber>430123</exampleNumber>
24197
24978
  <nationalNumberPattern>
24198
24979
  (?:
24199
- 4[1-35-7]|
24200
- 5[01]
24980
+ 4[1-35-9]|
24981
+ 5[0-47-9]|
24982
+ 80[6-9]\d\d
24201
24983
  )\d{4}
24202
24984
  </nationalNumberPattern>
24203
24985
  </fixedLine>
@@ -24208,9 +24990,12 @@
24208
24990
  <exampleNumber>551234</exampleNumber>
24209
24991
  <nationalNumberPattern>
24210
24992
  (?:
24211
- 4[02-4]|
24212
- 5[056]|
24213
- 708[45][0-5]
24993
+ 4[02-489]|
24994
+ 5[02-9]|
24995
+ 708(?:
24996
+ 4[0-5]|
24997
+ 5[0-6]
24998
+ )
24214
24999
  )\d{4}
24215
25000
  </nationalNumberPattern>
24216
25001
  </mobile>
@@ -24221,6 +25006,11 @@
24221
25006
  <exampleNumber>800012345</exampleNumber>
24222
25007
  <nationalNumberPattern>80[0-5]\d{6}</nationalNumberPattern>
24223
25008
  </tollFree>
25009
+ <premiumRate>
25010
+ <possibleLengths national="9"/>
25011
+ <exampleNumber>810123456</exampleNumber>
25012
+ <nationalNumberPattern>8[129]\d{7}</nationalNumberPattern>
25013
+ </premiumRate>
24224
25014
  </territory>
24225
25015
 
24226
25016
  <!-- Puerto Rico (PR) -->
@@ -24434,8 +25224,8 @@
24434
25224
  9\d
24435
25225
  )|
24436
25226
  [35]92(?:
24437
- 3[034]|
24438
- 9\d
25227
+ [049]\d|
25228
+ 3[034]
24439
25229
  )
24440
25230
  )\d{3}|
24441
25231
  (?:
@@ -24524,7 +25314,11 @@
24524
25314
  <exampleNumber>600110000</exampleNumber>
24525
25315
  <nationalNumberPattern>
24526
25316
  600\d{6}|
24527
- 6[06]923[34]\d{3}
25317
+ 6[06]92(?:
25318
+ 0\d|
25319
+ 3[349]|
25320
+ 49
25321
+ )\d{3}
24528
25322
  </nationalNumberPattern>
24529
25323
  </voicemail>
24530
25324
  </territory>
@@ -24593,7 +25387,10 @@
24593
25387
  46|
24594
25388
  83
24595
25389
  )[0-5]|
24596
- 6[2-4689]0
25390
+ (?:
25391
+ 6[2-4689]|
25392
+ 78
25393
+ )0
24597
25394
  )\d{4}|
24598
25395
  (?:
24599
25396
  45|
@@ -24852,12 +25649,13 @@
24852
25649
  nationalPrefix="0">
24853
25650
  <availableFormats>
24854
25651
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG">
24855
- <leadingDigits>[2689]</leadingDigits>
25652
+ <leadingDigits>[26-9]</leadingDigits>
24856
25653
  <format>$1 $2 $3 $4</format>
24857
25654
  </numberFormat>
24858
25655
  </availableFormats>
24859
25656
  <generalDesc>
24860
25657
  <nationalNumberPattern>
25658
+ 709\d{6}|
24861
25659
  (?:
24862
25660
  26|
24863
25661
  [689]\d
@@ -24882,19 +25680,22 @@
24882
25680
  <possibleLengths national="9"/>
24883
25681
  <exampleNumber>692123456</exampleNumber>
24884
25682
  <nationalNumberPattern>
24885
- 69(?:
24886
- 2\d\d|
24887
- 3(?:
24888
- [06][0-6]|
24889
- 1[013]|
24890
- 2[0-2]|
24891
- 3[0-39]|
24892
- 4\d|
24893
- 5[0-5]|
24894
- 7[0-37]|
24895
- 8[0-8]|
24896
- 9[0-479]
24897
- )
25683
+ (?:
25684
+ 69(?:
25685
+ 2\d\d|
25686
+ 3(?:
25687
+ [06][0-6]|
25688
+ 1[013]|
25689
+ 2[0-2]|
25690
+ 3[0-39]|
25691
+ 4\d|
25692
+ 5[0-5]|
25693
+ 7[0-37]|
25694
+ 8[0-8]|
25695
+ 9[0-479]
25696
+ )
25697
+ )|
25698
+ 7092[0-3]
24898
25699
  )\d{4}
24899
25700
  </nationalNumberPattern>
24900
25701
  </mobile>
@@ -24927,9 +25728,9 @@
24927
25728
  <nationalNumberPattern>
24928
25729
  9(?:
24929
25730
  399[0-3]|
24930
- 479[0-5]|
25731
+ 479[0-6]|
24931
25732
  76(?:
24932
- 2[27]|
25733
+ 2[278]|
24933
25734
  3[0-37]
24934
25735
  )
24935
25736
  )\d{4}
@@ -25006,11 +25807,14 @@
25006
25807
  <possibleLengths national="9"/>
25007
25808
  <exampleNumber>712034567</exampleNumber>
25008
25809
  <nationalNumberPattern>
25009
- 7020\d{5}|
25810
+ (?:
25811
+ 630|
25812
+ 702
25813
+ )0\d{5}|
25010
25814
  (?:
25011
25815
  6(?:
25012
- 2\d|
25013
- 40
25816
+ 00|
25817
+ 2\d
25014
25818
  )|
25015
25819
  7(?:
25016
25820
  0[013-9]|
@@ -25532,6 +26336,7 @@
25532
26336
  <availableFormats>
25533
26337
  <numberFormat pattern="(\d{2})(\d{5})">
25534
26338
  <leadingDigits>
26339
+ 6[89]|
25535
26340
  7|
25536
26341
  8[4-9]|
25537
26342
  9(?:
@@ -25544,10 +26349,8 @@
25544
26349
  </availableFormats>
25545
26350
  <generalDesc>
25546
26351
  <nationalNumberPattern>
25547
- (?:
25548
- [1-6]|
25549
- [7-9]\d\d
25550
- )\d{4}
26352
+ [6-9]\d{6}|
26353
+ [1-6]\d{4}
25551
26354
  </nationalNumberPattern>
25552
26355
  </generalDesc>
25553
26356
  <!-- Although not mentioned in the 2011 update, it seems likely that the range 67300-67699
@@ -25572,6 +26375,7 @@
25572
26375
  48\d{3}|
25573
26376
  (?:
25574
26377
  (?:
26378
+ 6[89]|
25575
26379
  7[1-9]|
25576
26380
  8[4-9]
25577
26381
  )\d|
@@ -25616,9 +26420,8 @@
25616
26420
  </availableFormats>
25617
26421
  <generalDesc>
25618
26422
  <nationalNumberPattern>
25619
- 800\d{4}|
25620
26423
  (?:
25621
- [249]\d|
26424
+ [2489]\d|
25622
26425
  64
25623
26426
  )\d{5}
25624
26427
  </nationalNumberPattern>
@@ -25642,6 +26445,11 @@
25642
26445
  <exampleNumber>8000000</exampleNumber>
25643
26446
  <nationalNumberPattern>800[08]\d{3}</nationalNumberPattern>
25644
26447
  </tollFree>
26448
+ <premiumRate>
26449
+ <possibleLengths national="7"/>
26450
+ <exampleNumber>8512345</exampleNumber>
26451
+ <nationalNumberPattern>85\d{5}</nationalNumberPattern>
26452
+ </premiumRate>
25645
26453
  <!-- Includes prefix 971,95[0-9] which is assigned to Audiotext ,International Audiotext
25646
26454
  Services. -->
25647
26455
  <voip>
@@ -25993,7 +26801,7 @@
25993
26801
  </territory>
25994
26802
 
25995
26803
  <!-- Singapore (SG) -->
25996
- <!-- http://www.ida.gov.sg/Policies-and-Regulations/Industry-and-Licensees/Numbering/National-Numbering-Plan-and-Allocation-Process.aspx -->
26804
+ <!-- https://www.imda.gov.sg/regulations-and-licensing-listing/numbering/national-numbering-plan-and-allocation-process -->
25997
26805
  <!-- https://en.wikipedia.org/wiki/Telephone_numbers_in_Singapore -->
25998
26806
  <territory id="SG" countryCode="65" internationalPrefix="0[0-3]\d"
25999
26807
  mobileNumberPortableRegion="true">
@@ -26068,15 +26876,12 @@
26068
26876
  <possibleLengths national="8"/>
26069
26877
  <exampleNumber>81234567</exampleNumber>
26070
26878
  <nationalNumberPattern>
26071
- 8(?:
26072
- 09|
26073
- 95
26074
- )[0-2]\d{4}|
26879
+ 896[0-8]\d{4}|
26075
26880
  (?:
26076
26881
  8(?:
26077
- 0[1-8]|
26882
+ 0[1-9]|
26078
26883
  [1-8]\d|
26079
- 9[0-4]
26884
+ 9[0-5]
26080
26885
  )|
26081
26886
  9[0-8]\d
26082
26887
  )\d{5}
@@ -26275,7 +27080,7 @@
26275
27080
 
26276
27081
  <!-- Svalbard & Jan Mayen (SJ) -->
26277
27082
  <!-- Calling code and formatting shared with 'NO' -->
26278
- <!-- http://www.npt.no/pt_internet/numsys/E.164.pdf -->
27083
+ <!-- https://nkom.no/telefoni-og-telefonnummer/telefonnummer-og-den-norske-nummerplan/alle-nummerserier-for-norske-telefonnumre/den-norske-nummerplanen-for-telefoni-med-mer-e.164 -->
26279
27084
  <!-- https://en.wikipedia.org/wiki/Telephone_numbers_in_Svalbard -->
26280
27085
  <territory id="SJ" countryCode="47" leadingDigits="79" internationalPrefix="00">
26281
27086
  <generalDesc>
@@ -26333,13 +27138,15 @@
26333
27138
  <exampleNumber>85012345</exampleNumber>
26334
27139
  <nationalNumberPattern>85[0-5]\d{5}</nationalNumberPattern>
26335
27140
  </voip>
26336
- <!-- Includes some 810 local-rate numbers, and long-distance rate numbers. -->
27141
+ <!-- Includes some 810 local-rate numbers, and long-distance rate numbers.
27142
+ 04xxx is moved to Shortcodes as it can be used to send SMS as well
27143
+ https://www.dnb.no/en/everyday-banking/services/text-message -->
26337
27144
  <uan>
26338
27145
  <possibleLengths national="5,8"/>
26339
27146
  <exampleNumber>02000</exampleNumber>
26340
27147
  <nationalNumberPattern>
26341
27148
  (?:
26342
- 0[2-9]|
27149
+ 0[235-9]|
26343
27150
  81(?:
26344
27151
  0(?:
26345
27152
  0[7-9]|
@@ -26359,6 +27166,7 @@
26359
27166
 
26360
27167
  <!-- Slovakia (SK) -->
26361
27168
  <!-- http://www.itu.int/oth/T02020000BD/en -->
27169
+ <!-- https://www.ezd.sk/dbpc/databazacisel.php -->
26362
27170
  <!-- http://www.teleoff.gov.sk/data/files/25211.pdf -->
26363
27171
  <territory id="SK" countryCode="421" internationalPrefix="00" nationalPrefix="0"
26364
27172
  mobileNumberPortableRegion="true">
@@ -26530,7 +27338,7 @@
26530
27338
  25|
26531
27339
  3[0-5]|
26532
27340
  66|
26533
- 7[2-9]|
27341
+ 7[1-9]|
26534
27342
  8[08]|
26535
27343
  9[09]
26536
27344
  )\d{6}
@@ -26652,15 +27460,16 @@
26652
27460
  7(?:
26653
27461
  (?:
26654
27462
  [06-8]\d|
26655
- 21|
26656
- 90
27463
+ [19]0|
27464
+ 21
26657
27465
  )\d|
26658
27466
  5(?:
26659
- 01|
27467
+ 0[01]|
26660
27468
  [19]0|
26661
- 25|
26662
- [38]3|
26663
- [4-7]\d
27469
+ 2[25]|
27470
+ 3[356]|
27471
+ [4-7]\d|
27472
+ 8[35]
26664
27473
  )
26665
27474
  )\d{5}
26666
27475
  </nationalNumberPattern>
@@ -26753,7 +27562,7 @@
26753
27562
  1|
26754
27563
  28|
26755
27564
  6[0-35-9]|
26756
- 77|
27565
+ 7[67]|
26757
27566
  9[2-9]
26758
27567
  </leadingDigits>
26759
27568
  <format>$1 $2</format>
@@ -26804,7 +27613,7 @@
26804
27613
  3[59]|
26805
27614
  4[89]|
26806
27615
  6\d|
26807
- 7[79]|
27616
+ 7[679]|
26808
27617
  8[08]
26809
27618
  )\d|
26810
27619
  9(?:
@@ -26874,7 +27683,7 @@
26874
27683
  <nationalNumberPattern>
26875
27684
  (?:
26876
27685
  7[124-7]|
26877
- 8[124-9]
27686
+ 8[1-9]
26878
27687
  )\d{5}
26879
27688
  </nationalNumberPattern>
26880
27689
  </mobile>
@@ -27141,18 +27950,21 @@
27141
27950
  <availableFormats>
27142
27951
  <numberFormat pattern="(\d{2})(\d{3})(\d{3,4})" nationalPrefixFormattingRule="$NP$FG"
27143
27952
  nationalPrefixOptionalWhenFormatting="true">
27144
- <leadingDigits>[1-5]</leadingDigits>
27953
+ <leadingDigits>
27954
+ [1-4]|
27955
+ 5[1-3]
27956
+ </leadingDigits>
27145
27957
  <format>$1 $2 $3</format>
27146
27958
  </numberFormat>
27147
27959
  <numberFormat pattern="(\d{3})(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG"
27148
27960
  nationalPrefixOptionalWhenFormatting="true">
27149
- <leadingDigits>9</leadingDigits>
27961
+ <leadingDigits>[59]</leadingDigits>
27150
27962
  <format>$1 $2 $3</format>
27151
27963
  </numberFormat>
27152
27964
  </availableFormats>
27153
27965
  <generalDesc>
27154
27966
  <nationalNumberPattern>
27155
- [1-39]\d{8}|
27967
+ [1-359]\d{8}|
27156
27968
  [1-5]\d{7}
27157
27969
  </nationalNumberPattern>
27158
27970
  </generalDesc>
@@ -27182,7 +27994,12 @@
27182
27994
  <mobile>
27183
27995
  <possibleLengths national="9"/>
27184
27996
  <exampleNumber>944567890</exampleNumber>
27185
- <nationalNumberPattern>9[1-689]\d{7}</nationalNumberPattern>
27997
+ <nationalNumberPattern>
27998
+ (?:
27999
+ 50|
28000
+ 9[1-689]
28001
+ )\d{7}
28002
+ </nationalNumberPattern>
27186
28003
  </mobile>
27187
28004
  </territory>
27188
28005
 
@@ -27379,7 +28196,7 @@
27379
28196
  internationalPrefix="00|16">
27380
28197
  <availableFormats>
27381
28198
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
27382
- <leadingDigits>[2679]</leadingDigits>
28199
+ <leadingDigits>[26-9]</leadingDigits>
27383
28200
  <format>$1 $2 $3 $4</format>
27384
28201
  </numberFormat>
27385
28202
  </availableFormats>
@@ -27387,7 +28204,7 @@
27387
28204
  <nationalNumberPattern>
27388
28205
  (?:
27389
28206
  22|
27390
- [69]\d|
28207
+ [689]\d|
27391
28208
  77
27392
28209
  )\d{6}
27393
28210
  </nationalNumberPattern>
@@ -27412,9 +28229,9 @@
27412
28229
  <exampleNumber>63012345</exampleNumber>
27413
28230
  <nationalNumberPattern>
27414
28231
  (?:
27415
- 6[0235689]|
28232
+ [69]\d|
27416
28233
  77|
27417
- 9\d
28234
+ 8[56]
27418
28235
  )\d{6}
27419
28236
  </nationalNumberPattern>
27420
28237
  </mobile>
@@ -27452,7 +28269,7 @@
27452
28269
  <exampleNumber>90112345</exampleNumber>
27453
28270
  <nationalNumberPattern>
27454
28271
  (?:
27455
- 7[019]|
28272
+ 7[0-29]|
27456
28273
  9[0-36-9]
27457
28274
  )\d{6}
27458
28275
  </nationalNumberPattern>
@@ -27576,7 +28393,12 @@
27576
28393
  <format>$1 $2 $3</format>
27577
28394
  </numberFormat>
27578
28395
  <numberFormat pattern="(\d{4})(\d)(\d{4})">
27579
- <leadingDigits>3[1-5]</leadingDigits>
28396
+ <leadingDigits>
28397
+ 3(?:
28398
+ [1245]|
28399
+ 3[12]
28400
+ )
28401
+ </leadingDigits>
27580
28402
  <format>$1 $2 $3</format>
27581
28403
  </numberFormat>
27582
28404
  <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
@@ -27616,6 +28438,7 @@
27616
28438
  <exampleNumber>917123456</exampleNumber>
27617
28439
  <nationalNumberPattern>
27618
28440
  (?:
28441
+ 33[03-9]|
27619
28442
  4(?:
27620
28443
  1[18]|
27621
28444
  4[02-479]
@@ -27623,14 +28446,13 @@
27623
28446
  81[1-9]
27624
28447
  )\d{6}|
27625
28448
  (?:
27626
- 0[0-57-9]|
27627
- 1[017]|
27628
- 2[02]|
28449
+ [09]\d|
28450
+ 1[0-27-9]|
28451
+ 2[0-27]|
27629
28452
  [34]0|
27630
28453
  5[05]|
27631
- 7[0178]|
27632
- 8[078]|
27633
- 9\d
28454
+ 7[01578]|
28455
+ 8[078]
27634
28456
  )\d{7}
27635
28457
  </nationalNumberPattern>
27636
28458
  </mobile>
@@ -27747,12 +28569,17 @@
27747
28569
  <format>$1 $2-$3-$4</format>
27748
28570
  </numberFormat>
27749
28571
  <numberFormat pattern="(\d{2})(\d{6})" nationalPrefixFormattingRule="$NP $FG">
27750
- <leadingDigits>6</leadingDigits>
28572
+ <leadingDigits>[67]</leadingDigits>
27751
28573
  <format>$1 $2</format>
27752
28574
  </numberFormat>
27753
28575
  </availableFormats>
27754
28576
  <generalDesc>
27755
- <nationalNumberPattern>[1-6]\d{7}</nationalNumberPattern>
28577
+ <nationalNumberPattern>
28578
+ (?:
28579
+ [1-6]\d|
28580
+ 71
28581
+ )\d{6}
28582
+ </nationalNumberPattern>
27756
28583
  </generalDesc>
27757
28584
  <!-- Additional prefixes from the wikipedia page. -->
27758
28585
  <fixedLine>
@@ -27795,7 +28622,12 @@
27795
28622
  <mobile>
27796
28623
  <possibleLengths national="8"/>
27797
28624
  <exampleNumber>66123456</exampleNumber>
27798
- <nationalNumberPattern>6\d{7}</nationalNumberPattern>
28625
+ <nationalNumberPattern>
28626
+ (?:
28627
+ 6\d|
28628
+ 71
28629
+ )\d{6}
28630
+ </nationalNumberPattern>
27799
28631
  </mobile>
27800
28632
  </territory>
27801
28633
 
@@ -27964,7 +28796,7 @@
27964
28796
  <!-- Türkiye (TR) -->
27965
28797
  <!-- http://en.wikipedia.org/wiki/%2B90 -->
27966
28798
  <!-- http://www.itu.int/oth/T02020000D6/en -->
27967
- <!-- https://eng.btk.gov.tr/en-US/Pages/National-Numbering-Plan -->
28799
+ <!-- https://www.btk.gov.tr/genel-numaralandirma-plani -->
27968
28800
  <!-- https://www.btk.gov.tr/tr-TR/Sayfalar/Isletmecilere-Tahsisli-Numaralar -->
27969
28801
  <territory id="TR" countryCode="90" internationalPrefix="00" nationalPrefix="0"
27970
28802
  mobileNumberPortableRegion="true">
@@ -28610,10 +29442,9 @@
28610
29442
  <possibleLengths national="9"/>
28611
29443
  <exampleNumber>621234567</exampleNumber>
28612
29444
  <nationalNumberPattern>
28613
- 77[2-9]\d{6}|
28614
29445
  (?:
28615
29446
  6[125-9]|
28616
- 7[13-689]
29447
+ 7[13-9]
28617
29448
  )\d{7}
28618
29449
  </nationalNumberPattern>
28619
29450
  </mobile>
@@ -28772,11 +29603,12 @@
28772
29603
  <possibleLengths national="9"/>
28773
29604
  <exampleNumber>501234567</exampleNumber>
28774
29605
  <nationalNumberPattern>
29606
+ 790\d{6}|
28775
29607
  (?:
28776
29608
  39|
28777
29609
  50|
28778
29610
  6[36-8]|
28779
- 7[1-3]|
29611
+ 7[1-357]|
28780
29612
  9[1-9]
28781
29613
  )\d{7}
28782
29614
  </nationalNumberPattern>
@@ -28877,16 +29709,13 @@
28877
29709
  <possibleLengths national="9"/>
28878
29710
  <exampleNumber>712345678</exampleNumber>
28879
29711
  <nationalNumberPattern>
28880
- 72(?:
28881
- [48]0|
28882
- 6[01]
28883
- )\d{5}|
29712
+ 72[48]0\d{5}|
28884
29713
  7(?:
28885
29714
  [015-8]\d|
28886
- 20|
29715
+ 2[067]|
28887
29716
  36|
28888
- 4[0-4]|
28889
- 9[89]
29717
+ 4[0-8]|
29718
+ 9[089]
28890
29719
  )\d{6}
28891
29720
  </nationalNumberPattern>
28892
29721
  </mobile>
@@ -28951,24 +29780,28 @@
28951
29780
  <exampleNumber>2015550123</exampleNumber>
28952
29781
  <nationalNumberPattern>
28953
29782
  (?:
29783
+ 3052(?:
29784
+ 0[0-8]|
29785
+ [1-9]\d
29786
+ )|
28954
29787
  5056(?:
28955
29788
  [0-35-9]\d|
28956
- 4[468]
28957
- )|
28958
- 7302[0-3]\d
29789
+ 4[0-468]
29790
+ )
28959
29791
  )\d{4}|
28960
29792
  (?:
28961
- 472[24]|
29793
+ 2742|
29794
+ 305[3-9]|
29795
+ 472[247-9]|
28962
29796
  505[2-57-9]|
28963
- 7306|
28964
- 983[237-9]
29797
+ 983[2-47-9]
28965
29798
  )\d{6}|
28966
29799
  (?:
28967
29800
  2(?:
28968
29801
  0[1-35-9]|
28969
29802
  1[02-9]|
28970
29803
  2[03-57-9]|
28971
- 3[149]|
29804
+ 3[1459]|
28972
29805
  4[08]|
28973
29806
  5[1-46]|
28974
29807
  6[0279]|
@@ -28976,9 +29809,9 @@
28976
29809
  8[13]
28977
29810
  )|
28978
29811
  3(?:
28979
- 0[1-57-9]|
29812
+ 0[1-47-9]|
28980
29813
  1[02-9]|
28981
- 2[013569]|
29814
+ 2[0135-79]|
28982
29815
  3[0-24679]|
28983
29816
  4[167]|
28984
29817
  5[0-2]|
@@ -29022,7 +29855,7 @@
29022
29855
  0[1-46-8]|
29023
29856
  1[2-9]|
29024
29857
  2[04-8]|
29025
- 3[1247]|
29858
+ 3[0-247]|
29026
29859
  4[037]|
29027
29860
  5[47]|
29028
29861
  6[02359]|
@@ -29057,24 +29890,28 @@
29057
29890
  <exampleNumber>2015550123</exampleNumber>
29058
29891
  <nationalNumberPattern>
29059
29892
  (?:
29893
+ 3052(?:
29894
+ 0[0-8]|
29895
+ [1-9]\d
29896
+ )|
29060
29897
  5056(?:
29061
29898
  [0-35-9]\d|
29062
- 4[468]
29063
- )|
29064
- 7302[0-3]\d
29899
+ 4[0-468]
29900
+ )
29065
29901
  )\d{4}|
29066
29902
  (?:
29067
- 472[24]|
29903
+ 2742|
29904
+ 305[3-9]|
29905
+ 472[247-9]|
29068
29906
  505[2-57-9]|
29069
- 7306|
29070
- 983[237-9]
29907
+ 983[2-47-9]
29071
29908
  )\d{6}|
29072
29909
  (?:
29073
29910
  2(?:
29074
29911
  0[1-35-9]|
29075
29912
  1[02-9]|
29076
29913
  2[03-57-9]|
29077
- 3[149]|
29914
+ 3[1459]|
29078
29915
  4[08]|
29079
29916
  5[1-46]|
29080
29917
  6[0279]|
@@ -29082,9 +29919,9 @@
29082
29919
  8[13]
29083
29920
  )|
29084
29921
  3(?:
29085
- 0[1-57-9]|
29922
+ 0[1-47-9]|
29086
29923
  1[02-9]|
29087
- 2[013569]|
29924
+ 2[0135-79]|
29088
29925
  3[0-24679]|
29089
29926
  4[167]|
29090
29927
  5[0-2]|
@@ -29128,7 +29965,7 @@
29128
29965
  0[1-46-8]|
29129
29966
  1[2-9]|
29130
29967
  2[04-8]|
29131
- 3[1247]|
29968
+ 3[0-247]|
29132
29969
  4[037]|
29133
29970
  5[47]|
29134
29971
  6[02359]|
@@ -29221,6 +30058,11 @@
29221
30058
  )[2-9]\d{6}
29222
30059
  </nationalNumberPattern>
29223
30060
  </personalNumber>
30061
+ <voip>
30062
+ <possibleLengths national="10" localOnly="7"/>
30063
+ <exampleNumber>3052090123</exampleNumber>
30064
+ <nationalNumberPattern>305209\d{4}</nationalNumberPattern>
30065
+ </voip>
29224
30066
  </territory>
29225
30067
 
29226
30068
  <!-- Uruguay (UY) -->
@@ -29285,7 +30127,7 @@
29285
30127
  770|
29286
30128
  9(?:
29287
30129
  20|
29288
- 87
30130
+ [89]7
29289
30131
  )
29290
30132
  )|
29291
30133
  (?:
@@ -29322,10 +30164,11 @@
29322
30164
  <!-- No tollFree or premiumRate information can be found. -->
29323
30165
  <!-- http://www.ttts.uz/eng/telephone_codes/codes_uzb_eng -->
29324
30166
  <!-- http://www.itu.int/oth/T02020000E1/en -->
29325
- <territory id="UZ" countryCode="998" preferredInternationalPrefix="8~10"
29326
- internationalPrefix="810" nationalPrefix="8">
30167
+ <!-- The Trunk / National Prefix '0' or '8' is no longer used. -->
30168
+ <!-- The International Prefix / IDD is changed to '00' from '8~10' -->
30169
+ <territory id="UZ" countryCode="998" internationalPrefix="00">
29327
30170
  <availableFormats>
29328
- <numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP $FG">
30171
+ <numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})">
29329
30172
  <leadingDigits>[235-9]</leadingDigits>
29330
30173
  <format>$1 $2 $3 $4</format>
29331
30174
  </numberFormat>
@@ -29335,8 +30178,7 @@
29335
30178
  (?:
29336
30179
  20|
29337
30180
  33|
29338
- [5-79]\d|
29339
- 88
30181
+ [5-9]\d
29340
30182
  )\d{7}
29341
30183
  </nationalNumberPattern>
29342
30184
  </generalDesc>
@@ -29366,15 +30208,10 @@
29366
30208
  3[3-7]|
29367
30209
  5[024-8]
29368
30210
  )|
29369
- 6\d\d|
30211
+ [69]\d\d|
29370
30212
  7(?:
29371
30213
  [23]\d|
29372
30214
  7[69]
29373
- )|
29374
- 9(?:
29375
- 22|
29376
- 4[1-8]|
29377
- 6[135]
29378
30215
  )
29379
30216
  )|
29380
30217
  7(?:
@@ -29430,7 +30267,7 @@
29430
30267
  (?:
29431
30268
  [25]0|
29432
30269
  33|
29433
- 88|
30270
+ 8[78]|
29434
30271
  9[0-57-9]
29435
30272
  )\d{3}|
29436
30273
  6(?:
@@ -29522,22 +30359,6 @@
29522
30359
  0\d|
29523
30360
  7[079]
29524
30361
  )
29525
- )|
29526
- 9(?:
29527
- 2(?:
29528
- 1[1267]|
29529
- 3[01]|
29530
- 5\d|
29531
- 7[0-4]
29532
- )|
29533
- (?:
29534
- 5[67]|
29535
- 7\d
29536
- )\d|
29537
- 6(?:
29538
- 2[0-26]|
29539
- 8\d
29540
- )
29541
30362
  )
29542
30363
  )|
29543
30364
  7(?:
@@ -29964,7 +30785,7 @@
29964
30785
  <nationalNumberPattern>
29965
30786
  4(?:
29966
30787
  1[24-8]|
29967
- 2[46]
30788
+ 2[246]
29968
30789
  )\d{7}
29969
30790
  </nationalNumberPattern>
29970
30791
  </mobile>
@@ -30136,7 +30957,8 @@
30136
30957
  <nationalNumberPattern>
30137
30958
  340(?:
30138
30959
  2(?:
30139
- 0[0-368]|
30960
+ 0\d|
30961
+ 10|
30140
30962
  2[06-8]|
30141
30963
  4[49]|
30142
30964
  77
@@ -30177,7 +30999,8 @@
30177
30999
  <nationalNumberPattern>
30178
31000
  340(?:
30179
31001
  2(?:
30180
- 0[0-368]|
31002
+ 0\d|
31003
+ 10|
30181
31004
  2[06-8]|
30182
31005
  4[49]|
30183
31006
  77
@@ -30514,7 +31337,7 @@
30514
31337
  <territory id="WF" countryCode="681" internationalPrefix="00">
30515
31338
  <availableFormats>
30516
31339
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})">
30517
- <leadingDigits>[478]</leadingDigits>
31340
+ <leadingDigits>[47-9]</leadingDigits>
30518
31341
  <format>$1 $2 $3</format>
30519
31342
  </numberFormat>
30520
31343
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
@@ -30526,11 +31349,10 @@
30526
31349
  <nationalNumberPattern>
30527
31350
  (?:
30528
31351
  40|
30529
- 72
31352
+ 72|
31353
+ 8\d{4}
30530
31354
  )\d{4}|
30531
- 8\d{5}(?:
30532
- \d{3}
30533
- )?
31355
+ [89]\d{5}
30534
31356
  </nationalNumberPattern>
30535
31357
  </generalDesc>
30536
31358
  <!-- Web searching only finds examples with the 72 prefix but the ITU document states that
@@ -30557,6 +31379,11 @@
30557
31379
  <exampleNumber>800012345</exampleNumber>
30558
31380
  <nationalNumberPattern>80[0-5]\d{6}</nationalNumberPattern>
30559
31381
  </tollFree>
31382
+ <voip>
31383
+ <possibleLengths national="6"/>
31384
+ <exampleNumber>921234</exampleNumber>
31385
+ <nationalNumberPattern>9[23]\d{4}</nationalNumberPattern>
31386
+ </voip>
30560
31387
  <voicemail>
30561
31388
  <possibleLengths national="6"/>
30562
31389
  <exampleNumber>401234</exampleNumber>
@@ -30645,13 +31472,21 @@
30645
31472
  <format>$1 $2 $3</format>
30646
31473
  </numberFormat>
30647
31474
  <numberFormat pattern="(\d{3})(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
30648
- <leadingDigits>[23]</leadingDigits>
31475
+ <leadingDigits>
31476
+ 2|
31477
+ 39
31478
+ </leadingDigits>
30649
31479
  <format>$1 $2 $3</format>
30650
31480
  </numberFormat>
31481
+ <numberFormat pattern="(\d{2})(\d{7,10})" nationalPrefixFormattingRule="$NP$FG">
31482
+ <leadingDigits>3</leadingDigits>
31483
+ <format>$1 $2</format>
31484
+ </numberFormat>
30651
31485
  </availableFormats>
30652
31486
  <generalDesc>
30653
31487
  <nationalNumberPattern>
30654
- [23]\d{7,8}|
31488
+ 2\d{7,8}|
31489
+ 3\d{7,11}|
30655
31490
  (?:
30656
31491
  4\d\d|
30657
31492
  [89]00
@@ -30659,14 +31494,17 @@
30659
31494
  </nationalNumberPattern>
30660
31495
  </generalDesc>
30661
31496
  <fixedLine>
30662
- <possibleLengths national="8,9"/>
31497
+ <possibleLengths national="[8-12]"/>
30663
31498
  <exampleNumber>28012345</exampleNumber>
30664
31499
  <nationalNumberPattern>
31500
+ 38\d{6,10}|
30665
31501
  (?:
30666
31502
  2[89]|
30667
31503
  39
30668
- )0\d{6}|
30669
- [23][89]\d{6}
31504
+ )(?:
31505
+ 0\d{5,6}|
31506
+ [1-9]\d{5}
31507
+ )
30670
31508
  </nationalNumberPattern>
30671
31509
  </fixedLine>
30672
31510
  <mobile>
@@ -30749,6 +31587,7 @@
30749
31587
  <territory id="YT" countryCode="262" internationalPrefix="00" nationalPrefix="0">
30750
31588
  <generalDesc>
30751
31589
  <nationalNumberPattern>
31590
+ 7093\d{5}|
30752
31591
  (?:
30753
31592
  80|
30754
31593
  9\d
@@ -30776,14 +31615,17 @@
30776
31615
  <possibleLengths national="9"/>
30777
31616
  <exampleNumber>639012345</exampleNumber>
30778
31617
  <nationalNumberPattern>
30779
- 639(?:
30780
- 0[0-79]|
30781
- 1[019]|
30782
- [267]\d|
30783
- 3[09]|
30784
- 40|
30785
- 5[05-9]|
30786
- 9[04-79]
31618
+ (?:
31619
+ 639(?:
31620
+ 0[0-79]|
31621
+ 1[019]|
31622
+ [267]\d|
31623
+ 3[09]|
31624
+ 40|
31625
+ 5[05-9]|
31626
+ 9[04-79]
31627
+ )|
31628
+ 7093[5-7]
30787
31629
  )\d{4}
30788
31630
  </nationalNumberPattern>
30789
31631
  </mobile>
@@ -30811,7 +31653,7 @@
30811
31653
  <!-- South Africa (ZA) -->
30812
31654
  <!-- http://www.itu.int/oth/T02020000C1/en -->
30813
31655
  <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_South_Africa -->
30814
- <!-- https://www.icasa.org.za/Portals/0/Regulations/Regulations/NumberingPlanReg.pdf -->
31656
+ <!-- https://www.icasa.org.za/legislation-and-regulations/amendment-of-the-numbering-plan-regulations-2016 -->
30815
31657
  <territory id="ZA" countryCode="27" internationalPrefix="00" nationalPrefix="0"
30816
31658
  mobileNumberPortableRegion="true">
30817
31659
  <availableFormats>
@@ -30847,6 +31689,7 @@
30847
31689
  <possibleLengths national="9"/>
30848
31690
  <exampleNumber>101234567</exampleNumber>
30849
31691
  <nationalNumberPattern>
31692
+ 50[0-2]\d{6}|
30850
31693
  (?:
30851
31694
  2(?:
30852
31695
  0330|
@@ -30898,9 +31741,12 @@
30898
31741
  9[12]\d\d
30899
31742
  )|
30900
31743
  (?:
30901
- 6\d|
30902
- 7[0-46-9]
30903
- )\d{3}|
31744
+ 6\d\d|
31745
+ 7(?:
31746
+ [0-46-9]\d|
31747
+ 5[0-4]
31748
+ )
31749
+ )\d\d|
30904
31750
  8(?:
30905
31751
  5\d{3}|
30906
31752
  7(?:
@@ -30992,7 +31838,7 @@
30992
31838
  </numberFormat>
30993
31839
  <!-- Format for mobile numbers. -->
30994
31840
  <numberFormat pattern="(\d{2})(\d{7})" nationalPrefixFormattingRule="$NP$FG">
30995
- <leadingDigits>[79]</leadingDigits>
31841
+ <leadingDigits>[579]</leadingDigits>
30996
31842
  <format>$1 $2</format>
30997
31843
  </numberFormat>
30998
31844
  </availableFormats>
@@ -31001,8 +31847,8 @@
31001
31847
  800\d{6}|
31002
31848
  (?:
31003
31849
  21|
31004
- 63|
31005
- [79]\d
31850
+ [579]\d|
31851
+ 63
31006
31852
  )\d{7}
31007
31853
  </nationalNumberPattern>
31008
31854
  </generalDesc>
@@ -31020,8 +31866,8 @@
31020
31866
  <exampleNumber>955123456</exampleNumber>
31021
31867
  <nationalNumberPattern>
31022
31868
  (?:
31023
- 7[5-79]|
31024
- 9[5-8]
31869
+ [59][5-8]|
31870
+ 7[5-9]
31025
31871
  )\d{7}
31026
31872
  </nationalNumberPattern>
31027
31873
  </mobile>
@@ -31380,7 +32226,7 @@
31380
32226
  <exampleNumber>712345678</exampleNumber>
31381
32227
  <nationalNumberPattern>
31382
32228
  7(?:
31383
- [178]\d|
32229
+ [1278]\d|
31384
32230
  3[1-9]
31385
32231
  )\d{6}
31386
32232
  </nationalNumberPattern>
@@ -31471,14 +32317,14 @@
31471
32317
  <territory id="001" countryCode="870">
31472
32318
  <availableFormats>
31473
32319
  <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
31474
- <leadingDigits>[35-7]</leadingDigits>
32320
+ <leadingDigits>[235-7]</leadingDigits>
31475
32321
  <format>$1 $2 $3</format>
31476
32322
  </numberFormat>
31477
32323
  </availableFormats>
31478
32324
  <generalDesc>
31479
32325
  <nationalNumberPattern>
31480
32326
  7\d{11}|
31481
- [35-7]\d{8}
32327
+ [235-7]\d{8}
31482
32328
  </nationalNumberPattern>
31483
32329
  </generalDesc>
31484
32330
  <!-- Assigning these to mobile since Inmarsat considers them to be mobile numbers. -->
@@ -31493,6 +32339,11 @@
31493
32339
  7[6-8]\d{7}
31494
32340
  </nationalNumberPattern>
31495
32341
  </mobile>
32342
+ <voip>
32343
+ <possibleLengths national="9"/>
32344
+ <exampleNumber>201234567</exampleNumber>
32345
+ <nationalNumberPattern>2\d{8}</nationalNumberPattern>
32346
+ </voip>
31496
32347
  </territory>
31497
32348
 
31498
32349
  <!-- VISIONng -->