Skip to content

Commit d4035e6

Browse files
committed
v8.13.9
1 parent 13c7656 commit d4035e6

15 files changed

+161
-150
lines changed

resources/PhoneNumberMetadata.xml

+58-41
Original file line numberDiff line numberDiff line change
@@ -4160,9 +4160,12 @@
41604160
<exampleNumber>976012345</exampleNumber>
41614161
<nationalNumberPattern>
41624162
9(?:
4163-
395|
4164-
76[018]
4165-
)\d{5}
4163+
(?:
4164+
395|
4165+
76[018]
4166+
)\d|
4167+
475[01]
4168+
)\d{4}
41664169
</nationalNumberPattern>
41674170
</voip>
41684171
</territory>
@@ -11104,7 +11107,7 @@
1110411107
<numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG">
1110511108
<leadingDigits>
1110611109
[56]|
11107-
97
11110+
9[47]
1110811111
</leadingDigits>
1110911112
<format>$1 $2 $3 $4</format>
1111011113
</numberFormat>
@@ -11160,9 +11163,12 @@
1116011163
<exampleNumber>976012345</exampleNumber>
1116111164
<nationalNumberPattern>
1116211165
9(?:
11163-
396|
11164-
76\d
11165-
)\d{5}
11166+
(?:
11167+
396|
11168+
76\d
11169+
)\d|
11170+
476[01]
11171+
)\d{4}
1116611172
</nationalNumberPattern>
1116711173
</voip>
1116811174
</territory>
@@ -11398,9 +11404,9 @@
1139811404
<generalDesc>
1139911405
<nationalNumberPattern>
1140011406
(?:
11401-
[25]\d\d|
11402-
606
11403-
)\d{5}
11407+
[25]\d|
11408+
60
11409+
)\d{6}
1140411410
</nationalNumberPattern>
1140511411
</generalDesc>
1140611412
<fixedLine>
@@ -11410,8 +11416,8 @@
1141011416
2190[0-2]\d{3}|
1141111417
2(?:
1141211418
0(?:
11413-
0\d|
11414-
20
11419+
[02]\d|
11420+
3[01]
1141511421
)|
1141611422
16[24-9]|
1141711423
2[2-5]\d
@@ -11422,14 +11428,17 @@
1142211428
<possibleLengths national="8"/>
1142311429
<exampleNumber>57123456</exampleNumber>
1142411430
<nationalNumberPattern>
11425-
525(?:
11426-
0\d|
11427-
1[0-4]
11428-
)\d{3}|
11431+
5251[0-4]\d{3}|
1142911432
(?:
11430-
5[146-8]\d|
11431-
606
11432-
)\d{5}
11433+
5(?:
11434+
[146-8]\d\d|
11435+
250
11436+
)|
11437+
60(?:
11438+
1[01]|
11439+
6\d
11440+
)
11441+
)\d{4}
1143311442
</nationalNumberPattern>
1143411443
</mobile>
1143511444
</territory>
@@ -11639,9 +11648,8 @@
1163911648
2[0-68]|
1164011649
3[1289]|
1164111650
5[3-579]|
11642-
6[0-489]|
11651+
[68][0-689]|
1164311652
7[08]|
11644-
8[0-689]|
1164511653
9\d
1164611654
)\d{4}
1164711655
</nationalNumberPattern>
@@ -11676,9 +11684,12 @@
1167611684
<exampleNumber>976012345</exampleNumber>
1167711685
<nationalNumberPattern>
1167811686
9(?:
11679-
395|
11680-
76[018]
11681-
)\d{5}
11687+
(?:
11688+
395|
11689+
76[018]
11690+
)\d|
11691+
475[01]
11692+
)\d{4}
1168211693
</nationalNumberPattern>
1168311694
</voip>
1168411695
</territory>
@@ -12637,17 +12648,22 @@
1263712648
<possibleLengths national="8,9"/>
1263812649
<exampleNumber>921234567</exampleNumber>
1263912650
<nationalNumberPattern>
12640-
98\d{6,7}|
12641-
975(?:
12642-
1\d|
12643-
77|
12644-
9[67]
12645-
)\d{4}|
1264612651
9(?:
12647-
0[1-9]|
12648-
[1259]\d|
12649-
7[0679]
12650-
)\d{6}
12652+
(?:
12653+
0[1-9]|
12654+
[12589]\d
12655+
)\d\d|
12656+
7(?:
12657+
[0679]\d\d|
12658+
5(?:
12659+
[01]\d|
12660+
44|
12661+
77|
12662+
9[67]
12663+
)
12664+
)
12665+
)\d{4}|
12666+
98\d{6}
1265112667
</nationalNumberPattern>
1265212668
</mobile>
1265312669
<tollFree>
@@ -19594,9 +19610,12 @@
1959419610
<exampleNumber>976012345</exampleNumber>
1959519611
<nationalNumberPattern>
1959619612
9(?:
19597-
395|
19598-
76[018]
19599-
)\d{5}
19613+
(?:
19614+
395|
19615+
76[018]
19616+
)\d|
19617+
475[01]
19618+
)\d{4}
1960019619
</nationalNumberPattern>
1960119620
</voip>
1960219621
</territory>
@@ -20693,10 +20712,8 @@
2069320712
<exampleNumber>976612345</exampleNumber>
2069420713
<nationalNumberPattern>
2069520714
9(?:
20696-
(?:
20697-
39|
20698-
47
20699-
)7[01]|
20715+
397[01]|
20716+
477[0-2]|
2070020717
76(?:
2070120718
6\d|
2070220719
7[0-367]

resources/ShortNumberMetadata.xml

+17-24
Original file line numberDiff line numberDiff line change
@@ -7635,41 +7635,39 @@
76357635
</generalDesc>
76367636
<shortCode>
76377637
<possibleLengths national="3,5"/>
7638-
<exampleNumber>109</exampleNumber>
7638+
<exampleNumber>102</exampleNumber>
76397639
<nationalNumberPattern>
76407640
1(?:
7641-
09|
7642-
1[0-248]|
7641+
0[2359]|
7642+
1[0-68]|
76437643
9[0-24-79]
76447644
)|
7645-
9(?:
7646-
0903|
7647-
11|
7648-
8788
7649-
)
7645+
9[0-4689]\d{3}|
7646+
911
76507647
</nationalNumberPattern>
76517648
</shortCode>
76527649
<tollFree>
76537650
<possibleLengths national="3"/>
7654-
<exampleNumber>112</exampleNumber>
7651+
<exampleNumber>102</exampleNumber>
76557652
<nationalNumberPattern>
76567653
1(?:
7657-
1[24]|
7654+
0[235]|
7655+
1[2-6]|
76587656
9[127]
76597657
)|
76607658
911
76617659
</nationalNumberPattern>
76627660
</tollFree>
7661+
<premiumRate>
7662+
<possibleLengths national="5"/>
7663+
<exampleNumber>90000</exampleNumber>
7664+
<nationalNumberPattern>9[0-4689]\d{3}</nationalNumberPattern>
7665+
</premiumRate>
76637666
<!-- https://support.twitter.com/articles/20170024 -->
76647667
<carrierSpecific>
76657668
<possibleLengths national="5"/>
7666-
<exampleNumber>90900</exampleNumber>
7667-
<nationalNumberPattern>
7668-
9(?:
7669-
09|
7670-
87
7671-
)\d\d
7672-
</nationalNumberPattern>
7669+
<exampleNumber>90000</exampleNumber>
7670+
<nationalNumberPattern>9[0-4689]\d{3}</nationalNumberPattern>
76737671
</carrierSpecific>
76747672
<!-- 192 is only available in Amman, 197 in the suburbs. -->
76757673
<emergency>
@@ -7696,13 +7694,8 @@
76967694
<!-- https://support.twitter.com/articles/20170024 -->
76977695
<smsServices>
76987696
<possibleLengths national="5"/>
7699-
<exampleNumber>90900</exampleNumber>
7700-
<nationalNumberPattern>
7701-
9(?:
7702-
09|
7703-
87
7704-
)\d\d
7705-
</nationalNumberPattern>
7697+
<exampleNumber>90000</exampleNumber>
7698+
<nationalNumberPattern>9[0-4689]\d{3}</nationalNumberPattern>
77067699
</smsServices>
77077700
</territory>
77087701

resources/carrier/en/350.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
35056|GibTel
1919
35057|GibTel
2020
35058|GibTel
21-
3506|GibTel
21+
350601|Melmasti
22+
350606|GibTel

resources/carrier/en/385.txt

+2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
38592|A1 Telekom
2121
38595|Tele2
2222
385970|Hrvatski Telekom
23+
3859750|Lancelot Telecom
2324
3859751|Telefocus
25+
3859754|Lancelot Telecom
2426
3859757|Mobile One
2527
38597596|Altavox
2628
38597597|INNOVAC

resources/metadata/33/ranges.csv

+10-9
Original file line numberDiff line numberDiff line change
@@ -7985,11 +7985,12 @@ Prefix ; Length ; Type ; Tariff ; Operator
79857985
4206[01] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Corse" ; "Corse" ; GOVERNMENT
79867986
4206[2-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
79877987
4207 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
7988-
4208[0-79] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
7988+
4208[0-7] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
79897989
42088 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Corse" ; "Corse" ; GOVERNMENT
7990-
4209[0-38] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
7990+
42089 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
7991+
4209[079] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
7992+
4209[1-38] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
79917993
4209[4-6] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Corse" ; "Corse" ; GOVERNMENT
7992-
4209[79] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
79937994
42[159] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
79947995
4220[08] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Cannes" ; "Cannes" ; GOVERNMENT
79957996
422[09]1 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Grasse" ; "Grasse" ; GOVERNMENT
@@ -9476,8 +9477,8 @@ Prefix ; Length ; Type ; Tariff ; Operator
94769477
499[0-24-79] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
94779478
499[38] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Sud Est" ; "Sud Est" ; GOVERNMENT
94789479
50 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
9479-
51[013-5] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
9480-
512 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
9480+
51[0135] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
9481+
51[24] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
94819482
516[048] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
94829483
51610 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Saintes" ; "Saintes" ; GOVERNMENT
94839484
51611 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Montmorillon" ; "Montmorillon" ; GOVERNMENT
@@ -11391,10 +11392,10 @@ Prefix ; Length ; Type ; Tariff ; Operator
1139111392
9869[0-7] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
1139211393
9869[89] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
1139311394
987[013-57] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
11394-
9872[0-689] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
11395-
98727 ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
11396-
9876[0-489] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
11397-
9876[5-7] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
11395+
9872[0-69] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
11396+
9872[78] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
11397+
9876[0-49] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
11398+
9876[5-8] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
1139811399
9878[0-59] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
1139911400
9878[6-8] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
1140011401
9879[0-7] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"

resources/metadata/350/operators.csv

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Id ; Name:en
22
gibfibre ; "Gibfibre"
33
gibtel ; "GibTel"
4+
mcom ; "Melmasti"

resources/metadata/350/ranges.csv

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Prefix ; Length ; Type ; Tariff ; Operator ; Format ; Regions ; Provenance ; Comment
22
200 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; INTERNAL ; "Carrier Partner Confimation"
3-
2020 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; GOVERNMENT
3+
202 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; ITU
4+
203[01] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; GOVERNMENT
45
216[24-7] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; INTERNAL ; "Carrier Partner Confimation"
56
216[89] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; GOVERNMENT
67
2190[0-2] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI"
@@ -13,4 +14,5 @@ Prefix ; Length ; Type ; Tariff ; Operator ; Format ; R
1314
5250 ; 8 ; MOBILE ; STANDARD_RATE ; "gibfibre" ; ; "GI" ; GOVERNMENT
1415
5251[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "gibfibre" ; ; "GI" ; GOVERNMENT
1516
5[46-8] ; 8 ; MOBILE ; STANDARD_RATE ; "gibtel" ; ; "GI"
17+
601[01] ; 8 ; MOBILE ; STANDARD_RATE ; "mcom" ; ; "GI" ; GOVERNMENT
1618
606 ; 8 ; MOBILE ; STANDARD_RATE ; "gibtel" ; ; "GI" ; IR21 ; "IR21 dated 1/17/2019"

0 commit comments

Comments
 (0)