Skip to content

Commit

Permalink
v8.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
twcclegg committed Apr 10, 2023
1 parent 13c7656 commit d4035e6
Show file tree
Hide file tree
Showing 15 changed files with 161 additions and 150 deletions.
99 changes: 58 additions & 41 deletions resources/PhoneNumberMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4160,9 +4160,12 @@
<exampleNumber>976012345</exampleNumber>
<nationalNumberPattern>
9(?:
395|
76[018]
)\d{5}
(?:
395|
76[018]
)\d|
475[01]
)\d{4}
</nationalNumberPattern>
</voip>
</territory>
Expand Down Expand Up @@ -11104,7 +11107,7 @@
<numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG">
<leadingDigits>
[56]|
97
9[47]
</leadingDigits>
<format>$1 $2 $3 $4</format>
</numberFormat>
Expand Down Expand Up @@ -11160,9 +11163,12 @@
<exampleNumber>976012345</exampleNumber>
<nationalNumberPattern>
9(?:
396|
76\d
)\d{5}
(?:
396|
76\d
)\d|
476[01]
)\d{4}
</nationalNumberPattern>
</voip>
</territory>
Expand Down Expand Up @@ -11398,9 +11404,9 @@
<generalDesc>
<nationalNumberPattern>
(?:
[25]\d\d|
606
)\d{5}
[25]\d|
60
)\d{6}
</nationalNumberPattern>
</generalDesc>
<fixedLine>
Expand All @@ -11410,8 +11416,8 @@
2190[0-2]\d{3}|
2(?:
0(?:
0\d|
20
[02]\d|
3[01]
)|
16[24-9]|
2[2-5]\d
Expand All @@ -11422,14 +11428,17 @@
<possibleLengths national="8"/>
<exampleNumber>57123456</exampleNumber>
<nationalNumberPattern>
525(?:
0\d|
1[0-4]
)\d{3}|
5251[0-4]\d{3}|
(?:
5[146-8]\d|
606
)\d{5}
5(?:
[146-8]\d\d|
250
)|
60(?:
1[01]|
6\d
)
)\d{4}
</nationalNumberPattern>
</mobile>
</territory>
Expand Down Expand Up @@ -11639,9 +11648,8 @@
2[0-68]|
3[1289]|
5[3-579]|
6[0-489]|
[68][0-689]|
7[08]|
8[0-689]|
9\d
)\d{4}
</nationalNumberPattern>
Expand Down Expand Up @@ -11676,9 +11684,12 @@
<exampleNumber>976012345</exampleNumber>
<nationalNumberPattern>
9(?:
395|
76[018]
)\d{5}
(?:
395|
76[018]
)\d|
475[01]
)\d{4}
</nationalNumberPattern>
</voip>
</territory>
Expand Down Expand Up @@ -12637,17 +12648,22 @@
<possibleLengths national="8,9"/>
<exampleNumber>921234567</exampleNumber>
<nationalNumberPattern>
98\d{6,7}|
975(?:
1\d|
77|
9[67]
)\d{4}|
9(?:
0[1-9]|
[1259]\d|
7[0679]
)\d{6}
(?:
0[1-9]|
[12589]\d
)\d\d|
7(?:
[0679]\d\d|
5(?:
[01]\d|
44|
77|
9[67]
)
)
)\d{4}|
98\d{6}
</nationalNumberPattern>
</mobile>
<tollFree>
Expand Down Expand Up @@ -19594,9 +19610,12 @@
<exampleNumber>976012345</exampleNumber>
<nationalNumberPattern>
9(?:
395|
76[018]
)\d{5}
(?:
395|
76[018]
)\d|
475[01]
)\d{4}
</nationalNumberPattern>
</voip>
</territory>
Expand Down Expand Up @@ -20693,10 +20712,8 @@
<exampleNumber>976612345</exampleNumber>
<nationalNumberPattern>
9(?:
(?:
39|
47
)7[01]|
397[01]|
477[0-2]|
76(?:
6\d|
7[0-367]
Expand Down
41 changes: 17 additions & 24 deletions resources/ShortNumberMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7635,41 +7635,39 @@
</generalDesc>
<shortCode>
<possibleLengths national="3,5"/>
<exampleNumber>109</exampleNumber>
<exampleNumber>102</exampleNumber>
<nationalNumberPattern>
1(?:
09|
1[0-248]|
0[2359]|
1[0-68]|
9[0-24-79]
)|
9(?:
0903|
11|
8788
)
9[0-4689]\d{3}|
911
</nationalNumberPattern>
</shortCode>
<tollFree>
<possibleLengths national="3"/>
<exampleNumber>112</exampleNumber>
<exampleNumber>102</exampleNumber>
<nationalNumberPattern>
1(?:
1[24]|
0[235]|
1[2-6]|
9[127]
)|
911
</nationalNumberPattern>
</tollFree>
<premiumRate>
<possibleLengths national="5"/>
<exampleNumber>90000</exampleNumber>
<nationalNumberPattern>9[0-4689]\d{3}</nationalNumberPattern>
</premiumRate>
<!-- https://support.twitter.com/articles/20170024 -->
<carrierSpecific>
<possibleLengths national="5"/>
<exampleNumber>90900</exampleNumber>
<nationalNumberPattern>
9(?:
09|
87
)\d\d
</nationalNumberPattern>
<exampleNumber>90000</exampleNumber>
<nationalNumberPattern>9[0-4689]\d{3}</nationalNumberPattern>
</carrierSpecific>
<!-- 192 is only available in Amman, 197 in the suburbs. -->
<emergency>
Expand All @@ -7696,13 +7694,8 @@
<!-- https://support.twitter.com/articles/20170024 -->
<smsServices>
<possibleLengths national="5"/>
<exampleNumber>90900</exampleNumber>
<nationalNumberPattern>
9(?:
09|
87
)\d\d
</nationalNumberPattern>
<exampleNumber>90000</exampleNumber>
<nationalNumberPattern>9[0-4689]\d{3}</nationalNumberPattern>
</smsServices>
</territory>

Expand Down
3 changes: 2 additions & 1 deletion resources/carrier/en/350.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
35056|GibTel
35057|GibTel
35058|GibTel
3506|GibTel
350601|Melmasti
350606|GibTel
2 changes: 2 additions & 0 deletions resources/carrier/en/385.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
38592|A1 Telekom
38595|Tele2
385970|Hrvatski Telekom
3859750|Lancelot Telecom
3859751|Telefocus
3859754|Lancelot Telecom
3859757|Mobile One
38597596|Altavox
38597597|INNOVAC
Expand Down
19 changes: 10 additions & 9 deletions resources/metadata/33/ranges.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7985,11 +7985,12 @@ Prefix ; Length ; Type ; Tariff ; Operator
4206[01] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Corse" ; "Corse" ; GOVERNMENT
4206[2-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
4207 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
4208[0-79] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
4208[0-7] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
42088 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Corse" ; "Corse" ; GOVERNMENT
4209[0-38] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
42089 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
4209[079] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
4209[1-38] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
4209[4-6] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Corse" ; "Corse" ; GOVERNMENT
4209[79] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
42[159] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
4220[08] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Cannes" ; "Cannes" ; GOVERNMENT
422[09]1 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Grasse" ; "Grasse" ; GOVERNMENT
Expand Down Expand Up @@ -9476,8 +9477,8 @@ Prefix ; Length ; Type ; Tariff ; Operator
499[0-24-79] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
499[38] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Sud Est" ; "Sud Est" ; GOVERNMENT
50 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
51[013-5] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
512 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
51[0135] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
51[24] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
516[048] ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
51610 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Saintes" ; "Saintes" ; GOVERNMENT
51611 ; 9 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; "Montmorillon" ; "Montmorillon" ; GOVERNMENT
Expand Down Expand Up @@ -11391,10 +11392,10 @@ Prefix ; Length ; Type ; Tariff ; Operator
9869[0-7] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
9869[89] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
987[013-57] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
9872[0-689] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
98727 ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
9876[0-489] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
9876[5-7] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
9872[0-69] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
9872[78] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
9876[0-49] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
9876[5-8] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
9878[0-59] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
9878[6-8] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; GOVERNMENT
9879[0-7] ; 9 ; VOIP ; STANDARD_RATE ; ; "fmt_1/2/2/2/2" ; "FR" ; ; ; ; "FILLUP TO SUPPORT MASTER RANGE"
Expand Down
1 change: 1 addition & 0 deletions resources/metadata/350/operators.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Id ; Name:en
gibfibre ; "Gibfibre"
gibtel ; "GibTel"
mcom ; "Melmasti"
4 changes: 3 additions & 1 deletion resources/metadata/350/ranges.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Prefix ; Length ; Type ; Tariff ; Operator ; Format ; Regions ; Provenance ; Comment
200 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; INTERNAL ; "Carrier Partner Confimation"
2020 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; GOVERNMENT
202 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; ITU
203[01] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; GOVERNMENT
216[24-7] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; INTERNAL ; "Carrier Partner Confimation"
216[89] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI" ; GOVERNMENT
2190[0-2] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fixed_3/5" ; "GI"
Expand All @@ -13,4 +14,5 @@ Prefix ; Length ; Type ; Tariff ; Operator ; Format ; R
5250 ; 8 ; MOBILE ; STANDARD_RATE ; "gibfibre" ; ; "GI" ; GOVERNMENT
5251[0-4] ; 8 ; MOBILE ; STANDARD_RATE ; "gibfibre" ; ; "GI" ; GOVERNMENT
5[46-8] ; 8 ; MOBILE ; STANDARD_RATE ; "gibtel" ; ; "GI"
601[01] ; 8 ; MOBILE ; STANDARD_RATE ; "mcom" ; ; "GI" ; GOVERNMENT
606 ; 8 ; MOBILE ; STANDARD_RATE ; "gibtel" ; ; "GI" ; IR21 ; "IR21 dated 1/17/2019"
Loading

0 comments on commit d4035e6

Please sign in to comment.