Skip to content

Commit f99fef5

Browse files
committed
Merge metadata changes from upstream 8.10.19
Includes changes in resources/ up to and including upstream commit 695440df04a7: "[maven-release-plugin] prepare release v8.10.19"
1 parent fba1070 commit f99fef5

6 files changed

Lines changed: 85 additions & 16 deletions

File tree

resources/PhoneNumberMetadata.xml

Lines changed: 45 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8656,7 +8656,7 @@
86568656
<voip>
86578657
<possibleLengths national="9"/>
86588658
<exampleNumber>592401234</exampleNumber>
8659-
<nationalNumberPattern>5924[01]\d{4}</nationalNumberPattern>
8659+
<nationalNumberPattern>5924[0-2]\d{4}</nationalNumberPattern>
86608660
</voip>
86618661
</territory>
86628662

@@ -10119,6 +10119,24 @@
1011910119
<possibleLengths national="9"/>
1012010120
<exampleNumber>555123456</exampleNumber>
1012110121
<nationalNumberPattern>
10122+
5(?:
10123+
0(?:
10124+
0[05]|
10125+
55
10126+
)\d|
10127+
1111|
10128+
2222|
10129+
3333|
10130+
5200|
10131+
75(?:
10132+
00|
10133+
7[78]
10134+
)|
10135+
8(?:
10136+
58[89]|
10137+
888
10138+
)
10139+
)\d{4}|
1012210140
(?:
1012310141
5(?:
1012410142
[14]4|
@@ -10848,8 +10866,13 @@
1084810866
</sharedCost>
1084910867
<personalNumber>
1085010868
<possibleLengths national="10"/>
10851-
<exampleNumber>7012345678</exampleNumber>
10852-
<nationalNumberPattern>70\d{8}</nationalNumberPattern>
10869+
<exampleNumber>7003000123</exampleNumber>
10870+
<nationalNumberPattern>
10871+
70(?:
10872+
0[3-8]0|
10873+
707
10874+
)\d{5}
10875+
</nationalNumberPattern>
1085310876
</personalNumber>
1085410877
</territory>
1085510878

@@ -11637,8 +11660,20 @@
1163711660
<leadingDigits>1</leadingDigits>
1163811661
<format>$1 $2 $3</format>
1163911662
</numberFormat>
11663+
<numberFormat pattern="(\d{2})(\d{3})(\d{3})" nationalPrefixFormattingRule="($NP $FG)">
11664+
<leadingDigits>
11665+
[27][2-9]|
11666+
3[2-7]|
11667+
4[24-9]|
11668+
5[2-79]|
11669+
6|
11670+
8[2-57-9]|
11671+
9[2-69]
11672+
</leadingDigits>
11673+
<format>$1 $2 $3</format>
11674+
</numberFormat>
1164011675
<numberFormat pattern="(\d{2})(\d{3})(\d{3,4})" nationalPrefixFormattingRule="$NP $FG">
11641-
<leadingDigits>[2-9]</leadingDigits>
11676+
<leadingDigits>[2-57-9]</leadingDigits>
1164211677
<format>$1 $2 $3</format>
1164311678
</numberFormat>
1164411679
</availableFormats>
@@ -12178,7 +12213,8 @@
1217812213
<nationalNumberPattern>
1217912214
5(?:
1218012215
(?:
12181-
[0-489][2-9]|
12216+
[0-389][2-9]|
12217+
4[1-9]|
1218212218
6\d
1218312219
)\d|
1218412220
5(?:
@@ -13674,7 +13710,7 @@
1367413710
)\d|
1367513711
5[15]0|
1367613712
8(?:
13677-
1[0-2]|
13713+
1\d|
1367813714
88
1367913715
)|
1368013716
9(?:
@@ -17740,7 +17776,7 @@
1774017776
<voip>
1774117777
<possibleLengths national="9"/>
1774217778
<exampleNumber>592401234</exampleNumber>
17743-
<nationalNumberPattern>5924[01]\d{4}</nationalNumberPattern>
17779+
<nationalNumberPattern>5924[0-2]\d{4}</nationalNumberPattern>
1774417780
</voip>
1774517781
</territory>
1774617782

@@ -26433,7 +26469,7 @@
2643326469
5[017]|
2643426470
6[0-279]|
2643526471
78|
26436-
8[0-2]
26472+
8[0-29]
2643726473
)|
2643826474
7(?:
2643926475
0[1-46-8]|
@@ -26525,7 +26561,7 @@
2652526561
5[017]|
2652626562
6[0-279]|
2652726563
78|
26528-
8[0-2]
26564+
8[0-29]
2652926565
)|
2653026566
7(?:
2653126567
0[1-46-8]|

resources/ShortNumberMetadata.xml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4359,7 +4359,7 @@
43594359
</smsServices>
43604360
</territory>
43614361

4362-
<!-- Ethiopia (ET) -->
4362+
<!-- Ethiopia (ET) -->
43634363
<!-- http://www.itu.int/oth/T0202000044/en -->
43644364
<territory id="ET">
43654365
<generalDesc>
@@ -4370,8 +4370,11 @@
43704370
<exampleNumber>91</exampleNumber>
43714371
<nationalNumberPattern>
43724372
9(?:
4373+
07|
43734374
11?|
4374-
[23]|
4375+
2|
4376+
39?|
4377+
45|
43754378
9[17]
43764379
)
43774380
</nationalNumberPattern>
@@ -4382,7 +4385,8 @@
43824385
<nationalNumberPattern>
43834386
9(?:
43844387
11?|
4385-
[23]|
4388+
2|
4389+
39?|
43864390
9[17]
43874391
)
43884392
</nationalNumberPattern>
@@ -4398,11 +4402,22 @@
43984402
<nationalNumberPattern>
43994403
9(?:
44004404
11?|
4401-
[23]|
4405+
2|
4406+
39?|
44024407
9[17]
44034408
)
44044409
</nationalNumberPattern>
44054410
</emergency>
4411+
<expandedEmergency>
4412+
<possibleLengths national="3"/>
4413+
<exampleNumber>907</exampleNumber>
4414+
<nationalNumberPattern>
4415+
9(?:
4416+
07|
4417+
45
4418+
)
4419+
</nationalNumberPattern>
4420+
</expandedEmergency>
44064421
</territory>
44074422

44084423
<!-- Finland (FI) -->

resources/carrier/en/31.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
31633|Telfort
3535
31634|T-Mobile
3636
316351|Intercity Zakelijk
37+
316352|Tismi
3738
316359|ASPIDER Solutions Nederland B.V.
3839
31636|Tele2
3940
31637|Teleena (MVNE)

resources/carrier/en/995.txt

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,35 @@
1414

1515
# Veon was formerly known as Beeline/VimpelCom.
1616

17-
99551|Geocell
17+
9955000|Mobilaive
18+
9955005|MagtiCom
19+
995505|MagtiCom
20+
995511|MagtiCom
21+
995514|Geocell
22+
99552|MagtiCom
23+
99553|MagtiCom
1824
99554444|MagtiCom
19-
995550|MagtiCom
25+
99555000|Gimobile
26+
99555001|Gimobile
27+
99555002|Gimobile
28+
99555003|Gimobile
29+
99555055|Datacom
2030
995551|MagtiCom
31+
995552|Premium Net International SRL
2132
995555|Geocell
2233
995557|Geocell
2334
995558|Geocell
24-
995559|Globalcell
35+
99555900|Globalcell
2536
99556|Veon
2637
995570|Silknet
2738
995571|Veon
2839
995574|Veon
40+
9955750|Asanet
41+
9955757|MagtiCom
2942
995577|Geocell
3043
995579|Veon
44+
995585|MagtiCom
45+
995588|Geocell
3146
995591|MagtiCom
3247
995592|Veon
3348
995593|Geocell

resources/geocoding/en/1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18906,6 +18906,7 @@
1890618906
1682622|Mansfield, TX
1890718907
1682647|Fort Worth, TX
1890818908
1682885|Fort Worth, TX
18909+
1689|Florida
1890918910
1701|North Dakota
1891018911
1701221|Bismarck, ND
1891118912
1701222|Bismarck, ND

resources/timezones/map_data.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,7 @@
11831183
1681|America/New_York
11841184
1682|America/Chicago
11851185
1684|Pacific/Pago_Pago
1186+
1689|America/Chicago
11861187
1701|America/Denver&America/North_Dakota/Center
11871188
1701200|America/Chicago
11881189
1701205|America/Chicago

0 commit comments

Comments
 (0)