Skip to content

Commit ecc156e

Browse files
committed
Merge metadata changes from upstream 8.9.1
Includes changes in resources/ up to and including upstream commit c5eba757ab73: "[maven-release-plugin] prepare release v8.9.1"
1 parent ad34567 commit ecc156e

4 files changed

Lines changed: 129 additions & 90 deletions

File tree

resources/PhoneNumberMetadata.xml

Lines changed: 111 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -4858,25 +4858,13 @@
48584858
</territory>
48594859

48604860
<!-- Chile -->
4861-
<!-- Carriers listed here: http://www.turismochile.com/datos/carrier.php -->
48624861
<!-- As per ITU doc, from 5 Sep 2016, fixed-mobile portability will apply in Chile. So same
48634862
nationalNumberPatterns are maintained in both fixed-line and mobile categories. -->
4863+
<!-- According to subtel.gob.cl as of August 2014, nationalPrefix(0) and carrier codes are not
4864+
required to make a call between fixed-line and mobile in Chile. -->
48644865
<territory id="CL" countryCode="56"
48654866
internationalPrefix="(?:0|1(?:1[0-69]|2[0-57]|5[13-58]|69|7[0167]|8[018]))0"
4866-
nationalPrefix="0"
4867-
nationalPrefixForParsing="
4868-
0|
4869-
(
4870-
1(?:
4871-
1[0-69]|
4872-
2[0-57]|
4873-
5[13-58]|
4874-
69|
4875-
7[0167]|
4876-
8[018]
4877-
)
4878-
)"
4879-
nationalPrefixFormattingRule="$NP$FG" mobileNumberPortableRegion="true">
4867+
mobileNumberPortableRegion="true">
48804868
<references>
48814869
<sourceUrl>http://www.itu.int/oth/T020200002A/en</sourceUrl>
48824870
<sourceUrl>http://en.wikipedia.org/wiki/%2B56</sourceUrl>
@@ -4886,17 +4874,19 @@
48864874
we strip here. National destinations may be dialled with a carrier if they are not local
48874875
so we extract these carrier codes as well. -->
48884876
<availableFormats>
4889-
<numberFormat pattern="(\d)(\d{4})(\d{4})" nationalPrefixFormattingRule="($FG)"
4890-
carrierCodeFormattingRule="$CC ($FG)">
4877+
<numberFormat pattern="(\d)(\d{4})(\d{4})" nationalPrefixFormattingRule="($FG)">
48914878
<leadingDigits>2[23]</leadingDigits>
48924879
<format>$1 $2 $3</format>
48934880
</numberFormat>
4894-
<numberFormat pattern="(\d{2})(\d{3})(\d{4})" nationalPrefixFormattingRule="($FG)"
4895-
carrierCodeFormattingRule="$CC ($FG)">
4881+
<numberFormat pattern="(\d{2})(\d{3})(\d{4})" nationalPrefixFormattingRule="($FG)">
48964882
<leadingDigits>
48974883
[357]|
48984884
4[1-35]|
4899-
6[13-57]
4885+
6[13-57]|
4886+
8(?:
4887+
0[1-9]|
4888+
[1-9]
4889+
)
49004890
</leadingDigits>
49014891
<format>$1 $2 $3</format>
49024892
</numberFormat>
@@ -4908,21 +4898,20 @@
49084898
<leadingDigits>44</leadingDigits>
49094899
<format>$1 $2 $3</format>
49104900
</numberFormat>
4911-
<numberFormat pattern="([68]00)(\d{3})(\d{3,4})" nationalPrefixFormattingRule="$FG">
4901+
<numberFormat pattern="([68]00)(\d{3})(\d{3,4})">
49124902
<leadingDigits>[68]00</leadingDigits>
49134903
<format>$1 $2 $3</format>
49144904
</numberFormat>
4915-
<numberFormat pattern="(600)(\d{3})(\d{2})(\d{3})" nationalPrefixFormattingRule="$FG">
4905+
<numberFormat pattern="(600)(\d{3})(\d{2})(\d{3})">
49164906
<leadingDigits>600</leadingDigits>
49174907
<format>$1 $2 $3 $4</format>
49184908
</numberFormat>
4919-
<numberFormat pattern="(1230)(\d{3})(\d{4})" nationalPrefixFormattingRule="$FG">
4909+
<numberFormat pattern="(1230)(\d{3})(\d{4})">
49204910
<leadingDigits>123</leadingDigits>
49214911
<leadingDigits>1230</leadingDigits>
49224912
<format>$1 $2 $3</format>
49234913
</numberFormat>
4924-
<numberFormat pattern="(\d{5})(\d{4})" nationalPrefixFormattingRule="($FG)"
4925-
carrierCodeFormattingRule="$CC ($FG)">
4914+
<numberFormat pattern="(\d{5})(\d{4})" nationalPrefixFormattingRule="($FG)">
49264915
<leadingDigits>219</leadingDigits>
49274916
<format>$1 $2</format>
49284917
</numberFormat>
@@ -4948,8 +4937,10 @@
49484937
</noInternationalDialling>
49494938
<!-- Area codes do not need to be dialled when dialling within the same area, so the
49504939
smallest possible number is length 7. -->
4940+
<!-- Local-only calls are no longer valid and it is mandated to use area codes while calling
4941+
between different regions. -->
49514942
<fixedLine>
4952-
<possibleLengths national="9" localOnly="7,8"/>
4943+
<possibleLengths national="9"/>
49534944
<exampleNumber>221234567</exampleNumber>
49544945
<!-- In mid-2013, Chile switched from 8 digits to 9 digits for fixed-line numbers, by
49554946
inserting a '2' after the area code (which are 2 digits, with the exception of '2').
@@ -4967,17 +4958,21 @@
49674958
32[0-467]\d{5}
49684959
)|
49694960
(?:
4970-
3[2-5]|
4971-
[47][1-35]|
4972-
5[1-3578]|
4973-
6[13-57]|
4974-
9[3-9]
4975-
)\d{7}
4961+
3[2-5]\d|
4962+
[47][1-35]\d|
4963+
5[1-3578]\d|
4964+
6[13-57]\d|
4965+
8(?:
4966+
0[1-9]|
4967+
[1-9]\d
4968+
)|
4969+
9[3-9]\d
4970+
)\d{6}
49764971
</nationalNumberPattern>
49774972
</fixedLine>
49784973
<!-- Supported 93 mobile range as per issue reported. -->
49794974
<mobile>
4980-
<possibleLengths national="9" localOnly="8"/>
4975+
<possibleLengths national="9"/>
49814976
<exampleNumber>961234567</exampleNumber>
49824977
<nationalNumberPattern>
49834978
2(?:
@@ -4986,12 +4981,16 @@
49864981
32[0-467]\d{5}
49874982
)|
49884983
(?:
4989-
3[2-5]|
4990-
[47][1-35]|
4991-
5[1-3578]|
4992-
6[13-57]|
4993-
9[3-9]
4994-
)\d{7}
4984+
3[2-5]\d|
4985+
[47][1-35]\d|
4986+
5[1-3578]\d|
4987+
6[13-57]\d|
4988+
8(?:
4989+
0[1-9]|
4990+
[1-9]\d
4991+
)|
4992+
9[3-9]\d
4993+
)\d{6}
49954994
</nationalNumberPattern>
49964995
</mobile>
49974996
<!-- Toll free patterns have been collected by looking at numbers on the internet, rather than
@@ -8002,7 +8001,7 @@
80028001
<premiumRate>
80038002
<possibleLengths national="9"/>
80048003
<exampleNumber>891123456</exampleNumber>
8005-
<nationalNumberPattern>89[1-37-9]\d{6}</nationalNumberPattern>
8004+
<nationalNumberPattern>89[1-357-9]\d{6}</nationalNumberPattern>
80068005
</premiumRate>
80078006
<sharedCost>
80088007
<possibleLengths national="9"/>
@@ -9908,18 +9907,51 @@
99089907
</mobile>
99099908
<pager>
99109909
<possibleLengths national="8"/>
9911-
<exampleNumber>71234567</exampleNumber>
9910+
<exampleNumber>71123456</exampleNumber>
99129911
<nationalNumberPattern>
99139912
7(?:
9914-
1[0-369]|
9915-
[23][0-37-9]|
9916-
47|
9917-
5[1578]|
9918-
6[0235]|
9919-
7[278]|
9920-
8[236-9]|
9921-
9[025-9]
9922-
)\d{5}
9913+
1(?:
9914+
0[0-38]|
9915+
1[0-3679]|
9916+
3[013]|
9917+
69|
9918+
9[136]
9919+
)|
9920+
2(?:
9921+
[02389]\d|
9922+
1[18]|
9923+
7[27-9]
9924+
)|
9925+
3(?:
9926+
[0-38]\d|
9927+
7[0-369]|
9928+
9[2357-9]
9929+
)|
9930+
47\d|
9931+
5(?:
9932+
[178]\d|
9933+
5[0-5]
9934+
)|
9935+
6(?:
9936+
0[0-7]|
9937+
2[236-9]|
9938+
[35]\d
9939+
)|
9940+
7(?:
9941+
[27]\d|
9942+
8[7-9]
9943+
)|
9944+
8(?:
9945+
[23689]\d|
9946+
7[1-9]
9947+
)|
9948+
9(?:
9949+
[025]\d|
9950+
6[0-246-8]|
9951+
7[0-36-9]|
9952+
8[238]
9953+
)
9954+
)\d{4}
99239955
</nationalNumberPattern>
99249956
</pager>
99259957
<tollFree>
@@ -9942,10 +9974,17 @@
99429974
<exampleNumber>81123456</exampleNumber>
99439975
<nationalNumberPattern>
99449976
8(?:
9945-
1[0-4679]|
9946-
2[0-367]|
9947-
3[02-47]
9948-
)\d{5}
9977+
1[0-4679]\d|
9978+
2(?:
9979+
[0-36]\d|
9980+
7[0-4]
9981+
)|
9982+
3(?:
9983+
[034]\d|
9984+
2[09]|
9985+
70
9986+
)
9987+
)\d{4}
99499988
</nationalNumberPattern>
99509989
</personalNumber>
99519990
<uan>
@@ -11081,16 +11120,14 @@
1108111120
2(?:
1108211121
0[013]|
1108311122
39|
11084-
6[02]|
11085-
8[0-2]|
11123+
[68][0-2]|
1108611124
9[04]
1108711125
)|
1108811126
3(?:
11089-
0[01]|
11127+
[06][01]|
1109011128
5[0-3]|
11091-
60|
11092-
7[05]|
11093-
81|
11129+
7[015]|
11130+
8[12]|
1109411131
9[02-6]
1109511132
)
1109611133
)|
@@ -11173,16 +11210,14 @@
1117311210
2(?:
1117411211
0[013]|
1117511212
39|
11176-
6[02]|
11177-
8[0-2]|
11213+
[68][0-2]|
1117811214
9[04]
1117911215
)|
1118011216
3(?:
11181-
0[01]|
11217+
[06][01]|
1118211218
5[0-3]|
11183-
60|
11184-
7[05]|
11185-
81|
11219+
7[015]|
11220+
8[12]|
1118611221
9[02-6]
1118711222
)
1118811223
)|
@@ -11730,7 +11765,7 @@
1173011765
2(?:
1173111766
0[0-3]|
1173211767
39|
11733-
6[02]|
11768+
6[0-2]|
1173411769
8[0-2]|
1173511770
9[045]
1173611771
)\d|
@@ -11740,9 +11775,9 @@
1174011775
0[0-6]|
1174111776
[1-3]\d
1174211777
)|
11743-
60\d|
11744-
7[05]\d|
11745-
8[01]\d|
11778+
6[01]\d|
11779+
7[015]\d|
11780+
8[0-2]\d|
1174611781
9[023-6]\d
1174711782
)|
1174811783
900\d
@@ -17705,24 +17740,20 @@
1770517740
)\d{4}
1770617741
</nationalNumberPattern>
1770717742
</fixedLine>
17708-
<!-- Added prefix 580, 581 and 589 as per information from the carrier. The prefixes 584[47]
17709-
are added as from a user report and online numbers. -->
1771017743
<mobile>
1771117744
<possibleLengths national="8"/>
1771217745
<exampleNumber>52512345</exampleNumber>
1771317746
<nationalNumberPattern>
1771417747
5(?:
17715-
2[59]\d|
17748+
2[589]\d|
1771617749
4(?:
1771717750
2[1-389]|
17718-
4\d|
17719-
7[1-9]|
17720-
9\d
17751+
[489]\d|
17752+
7[1-9]
1772117753
)|
1772217754
7\d{2}|
1772317755
8(?:
17724-
[0-25689]\d|
17725-
4[3479]|
17756+
[0-689]\d|
1772617757
7[15-8]
1772717758
)|
1772817759
9[0-8]\d
@@ -18185,6 +18216,7 @@
1818518216
<generalDesc>
1818618217
<nationalNumberPattern>[13-9]\d{7,9}</nationalNumberPattern>
1818718218
</generalDesc>
18219+
<!-- Prefix 82266 is added based on user report -->
1818818220
<fixedLine>
1818918221
<possibleLengths national="8,9" localOnly="6,7"/>
1819018222
<exampleNumber>323856789</exampleNumber>
@@ -18908,7 +18940,7 @@
1890818940
2(?:
1890918941
[013-5]\d|
1891018942
[28][0-8]|
18911-
6[01]|
18943+
6[016]|
1891218944
7[0-589]|
1891318945
9[0-49]
1891418946
)|

resources/carrier/en/225.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15-
# Source: Prefixes 60, 66, 67, 69 & 77 from ITU, 56 from www.atci.ci.
16-
# 61 came from an open-source bug report, and 65 is on Comium's own website.
15+
# Source: 56 from www.atci.ci. 61 came from an open-source bug report.
1716
# Atlantic Telecom is listed in the ITU doc, but Moov is the name of their
18-
# mobile phone operator company. Similarly, KoZ is the brand name for Comium and
19-
# GreenN for Oricel. Aircomm appears to be a typo for Aircom.
17+
# mobile phone operator company. GreenN for Oricel. Aircomm appears to be a typo
18+
# for Aircom.
2019

2120
22501|Moov
2221
22502|Moov
@@ -50,9 +49,9 @@
5049
22560|GreenN
5150
22561|GreenN
5251
22564|MTN
53-
22565|KoZ
54-
22566|KoZ
55-
22567|KoZ
52+
22565|MTN
53+
22566|MTN
54+
22567|Orange
5655
22568|Orange
5756
22569|Aircom
5857
22571|Moov

0 commit comments

Comments
 (0)