Skip to content

Commit

Permalink
Merge metadata changes from upstream 8.13.22
Browse files Browse the repository at this point in the history
Includes changes in resources/ up to and including
upstream commit 4189ef0fd972:
  "[maven-release-plugin] prepare release v8.13.22"
  • Loading branch information
daviddrysdale committed Sep 29, 2023
1 parent edb942c commit 10ab246
Show file tree
Hide file tree
Showing 14 changed files with 77 additions and 46 deletions.
70 changes: 39 additions & 31 deletions resources/PhoneNumberMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7331,7 +7331,7 @@
<!-- http://www.itu.int/oth/T020200002C/en -->
<!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Colombia -->
<territory id="CO" countryCode="57" internationalPrefix="00(?:4(?:[14]4|56)|[579])"
nationalPrefix="0" nationalPrefixForParsing="0(4(?:[14]4|56)|[579])?"
nationalPrefix="0" nationalPrefixForParsing="0([3579]|4(?:[14]4|56))?"
mobileNumberPortableRegion="true">
<availableFormats>
<numberFormat pattern="(\d{3})(\d{7})" nationalPrefixFormattingRule="($FG)"
Expand Down Expand Up @@ -7376,21 +7376,23 @@
[0-4]\d|
5[0-4]
)\d{4}|
60[124-8][2-9]\d{6}
60(?:
[124-7][2-9]|
8[1-9]
)\d{6}
</nationalNumberPattern>
</fixedLine>
<!-- Added prefix 323 based on user report and online evidences. -->
<mobile>
<possibleLengths national="10"/>
<exampleNumber>3211234567</exampleNumber>
<nationalNumberPattern>
333301[0-5]\d{3}|
3333(?:
0(?:
0\d|
1[0-5]
)|
[4-9]\d\d
)\d{3}|
00|
2[5-9]|
[3-9]\d
)\d{4}|
(?:
3(?:
24[1-9]|
Expand Down Expand Up @@ -13400,7 +13402,7 @@
)\d|
5(?:
01|
2[2-9]|
2\d|
3[0-3]|
4[34]|
5[0-25689]|
Expand Down Expand Up @@ -18382,7 +18384,7 @@
6(?:
(?:
4[5-9]|
5[0-4]
5[0-469]
)\d|
6(?:
[0245]\d|
Expand Down Expand Up @@ -19733,6 +19735,7 @@
[0-25-8]\d\d|
3(?:
[1-48]\d|
60|
7[01578]
)|
4(?:
Expand Down Expand Up @@ -25364,7 +25367,7 @@
579[01]\d{5}|
5(?:
[013-689]\d|
7[0-35-8]
7[0-8]
)\d{6}
</nationalNumberPattern>
</mobile>
Expand Down Expand Up @@ -27857,13 +27860,13 @@
<leadingDigits>
5(?:
[0-59]|
616
61[06]
)
</leadingDigits>
<leadingDigits>
5(?:
[0-59]|
6161
61[06]1
)
</leadingDigits>
<format>$1 $2 $3 $4</format>
Expand Down Expand Up @@ -27940,7 +27943,10 @@
<possibleLengths national="10"/>
<exampleNumber>5012345678</exampleNumber>
<nationalNumberPattern>
56161\d{5}|
561(?:
011|
61\d
)\d{4}|
5(?:
0[15-7]|
1[06]|
Expand Down Expand Up @@ -28740,7 +28746,7 @@
20|
36|
4[0-4]|
6[0-5]|
6[0-6]|
9[89]
)\d{6}
</nationalNumberPattern>
Expand Down Expand Up @@ -29084,9 +29090,8 @@
</numberFormat>
<numberFormat pattern="(\d{3})(\d{4})" nationalPrefixFormattingRule="$NP$FG">
<leadingDigits>
405|
8|
90
[49]0|
8
</leadingDigits>
<format>$1 $2</format>
</numberFormat>
Expand All @@ -29105,11 +29110,6 @@
<leadingDigits>0</leadingDigits>
<format>$1 $2 $3</format>
</numberFormat>
<!-- 10 digit toll free numbers -->
<numberFormat pattern="(\d{3})(\d{3})(\d{4})" nationalPrefixFormattingRule="$NP$FG">
<leadingDigits>4</leadingDigits>
<format>$1 $2 $3</format>
</numberFormat>
<!-- 11 - 13 digit toll free numbers -->
<numberFormat pattern="(\d{3})(\d{3})(\d{3})(\d{2,4})">
<leadingDigits>0</leadingDigits>
Expand All @@ -29119,7 +29119,6 @@
<generalDesc>
<nationalNumberPattern>
0004\d{2,9}|
4\d{9}|
[1249]\d{7}|
(?:
[49]\d|
Expand Down Expand Up @@ -29158,10 +29157,9 @@
<nationalNumberPattern>
0004\d{2,9}|
(?:
4\d{5}|
405|
80[05]
)\d{4}|
405\d{4}
)\d{4}
</nationalNumberPattern>
</tollFree>
<premiumRate>
Expand Down Expand Up @@ -31407,17 +31405,27 @@
<availableFormats>
<!-- Formatting chosen based on ITU document and Iridium website FAQ. -->
<numberFormat pattern="(\d)(\d{3})(\d{5})">
<leadingDigits>[0-36-9]</leadingDigits>
<leadingDigits>[0-37-9]</leadingDigits>
<format>$1 $2 $3</format>
</numberFormat>
<numberFormat pattern="(\d)(\d{3})(\d{5,6})">
<leadingDigits>6</leadingDigits>
<format>$1 $2 $3</format>
</numberFormat>
</availableFormats>
<generalDesc>
<nationalNumberPattern>[0-36-9]\d{8}</nationalNumberPattern>
<nationalNumberPattern>
6\d{9}|
[0-36-9]\d{8}
</nationalNumberPattern>
</generalDesc>
<mobile>
<possibleLengths national="9"/>
<possibleLengths national="9,10"/>
<exampleNumber>612345678</exampleNumber>
<nationalNumberPattern>[0-36-9]\d{8}</nationalNumberPattern>
<nationalNumberPattern>
6\d{9}|
[0-36-9]\d{8}
</nationalNumberPattern>
</mobile>
</territory>

Expand Down
7 changes: 6 additions & 1 deletion resources/carrier/en/237.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@
237659|Orange
23766|NEXTTEL
23767|MTN Cameroon
23768|NEXTTEL
237680|MTN Cameroon
237681|MTN Cameroon
237682|MTN Cameroon
237683|MTN Cameroon
237684|NEXTTEL
237685|NEXTTEL
237686|Orange
237687|Orange
237688|NEXTTEL
237689|NEXTTEL
23769|Orange
1 change: 1 addition & 0 deletions resources/carrier/en/389.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
38971|T-Mobile
38972|T-Mobile
38973|A1
389736|T-Mobile
3897370|T-Mobile
3897371|T-Mobile
389742|T-Mobile
Expand Down
3 changes: 3 additions & 0 deletions resources/carrier/en/39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
3934|Vodafone
3936|TIM
39370|TIM
39371|Vodafone
39373|3 Italia
39377|Vodafone
393780|spusu
393784|Vodafone
3938|WIND
39383|Vodafone
3939|3 Italia
11 changes: 8 additions & 3 deletions resources/carrier/en/41.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,14 @@
41781|Salt
41782|Salt
41783|Salt
417840|UPC Switzerland
417841|UPC Switzerland
417842|UPC Switzerland
417840|Sunrise
417841|Sunrise
417842|Sunrise
417844|spusu
4178460|Tismi
4178461|Tismi
4178462|Tismi
4178463|Tismi
4178470|MTEL
4178471|MTEL
4178472|MTEL
Expand Down
2 changes: 2 additions & 0 deletions resources/carrier/en/423.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
423652|Cubic
423653|Cubic
423654|Cubic
423656|Cubic
423659|Telecom Liechtenstein
42366|Telecom Liechtenstein
423661|Dimoco
42373|Telecom Liechtenstein
Expand Down
1 change: 1 addition & 0 deletions resources/carrier/en/43.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
43650|tele.ring
43660|Hutchison Drei Austria
43664|A1 TA
43670|spusu
43676|T-Mobile AT
436770|T-Mobile AT
436771|T-Mobile AT
Expand Down
2 changes: 1 addition & 1 deletion resources/carrier/en/49.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
491526|Vodafone
491529|Vodafone/Truphone
4915555|Tismi BV
4915566|Drillisch Online
491556|1&1 Mobilfunk
4915630|Multiconnect
4915678|Argon Networks
491570|Eplus/Telogic
Expand Down
5 changes: 5 additions & 0 deletions resources/carrier/en/57.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,14 @@
5733316|Libre Tecnologias
57333170|Libre Tecnologias
57333171|Libre Tecnologias
573332|Movil Exito
5733320|Tigo
5733321|Tigo
5733330|GoMobile
5733332|EZTALK Mobile
5733333|EZTALK Mobile
5733334|EZTALK Mobile
5733335|EZTALK Mobile
5733340|Comunicaciones Dime
5733341|Comunicaciones Dime
5733342|Comunicaciones Dime
Expand Down
5 changes: 5 additions & 0 deletions resources/carrier/en/853.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
8536502|3
8536503|3
8536504|3
8536505|CTM
8536506|CTM
8536507|CTM
8536508|CTM
8536509|CTM
8536515|CTM
8536516|CTM
8536517|CTM
Expand Down
3 changes: 2 additions & 1 deletion resources/carrier/en/90.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@
9054287|KKTC Telsim
9054288|KKTC Telsim
9055|Turk Telekom
9056|Turkcell
905610|Selam Mobile
905616|Turkcell
1 change: 1 addition & 0 deletions resources/carrier/en/966.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
966571|Virgin
966572|Virgin
966573|Virgin
966574|Red Bull Mobile
966575|Red Bull Mobile
966576|Lebara
966577|Lebara
Expand Down
2 changes: 2 additions & 0 deletions resources/carrier/en/972.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
97254|Orange
972550|Beezz
972552|019mobile
9725520|BITIT
9725521|BITIT
9725522|Home Cellular
9725523|Home Cellular
9725530|019mobile
Expand Down
10 changes: 1 addition & 9 deletions resources/geocoding/en/598.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,8 @@
598433|Canelones
598434|San Jose de Mayo
598435|Florida
5984360|Durazno
5984361|Durazno
5984362|Durazno
5984363|Durazno
598436|Durazno
5984364|Trinidad/Flores
5984365|Durazno
5984366|Durazno
5984367|Durazno
5984368|Durazno
5984369|Durazno
598444|Minas/Lavalleja
598445|Treinta y Tres
598447|Rocha
Expand Down

0 comments on commit 10ab246

Please sign in to comment.