phonelib 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -938,6 +938,11 @@
938
938
  <format>$1</format>
939
939
  <intlFormat>NA</intlFormat>
940
940
  </numberFormat>
941
+ <numberFormat pattern="(\d{2})" nationalPrefixFormattingRule="$NP$FG">
942
+ <leadingDigits>0</leadingDigits>
943
+ <format>$1</format>
944
+ <intlFormat>NA</intlFormat>
945
+ </numberFormat>
941
946
  </availableFormats>
942
947
  <generalDesc>
943
948
  <nationalNumberPattern>
@@ -1461,11 +1466,10 @@
1461
1466
  [0-2]\d|
1462
1467
  3[0-57-9]|
1463
1468
  4[47-9]|
1464
- 5[0-25-9]|
1469
+ 5[0-35-9]|
1465
1470
  6[6-9]|
1466
- 7[0457-9]|
1467
- 8[17-9]|
1468
- 9[07-9]
1471
+ [79][07-9]|
1472
+ 8[17-9]
1469
1473
  )\d{6}
1470
1474
  </nationalNumberPattern>
1471
1475
  <possibleNumberPattern>\d{9}</possibleNumberPattern>
@@ -2039,7 +2043,7 @@
2039
2043
  3|
2040
2044
  4\d
2041
2045
  )
2042
- )
2046
+ )|
2043
2047
  )\d{3}|
2044
2048
  4(?:
2045
2049
  0(?:
@@ -2299,7 +2303,7 @@
2299
2303
  <numberFormat pattern="([15-8]\d)(\d{2})(\d{2})(\d{2})">
2300
2304
  <leadingDigits>
2301
2305
  [156]|
2302
- 7[018]|
2306
+ 7[0178]|
2303
2307
  8(?:
2304
2308
  0[1-9]|
2305
2309
  [1-79]
@@ -2322,17 +2326,21 @@
2322
2326
  <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
2323
2327
  </generalDesc>
2324
2328
  <fixedLine>
2325
- <!-- According to the published Excel document the third digit must be 1-9. -->
2329
+ <!-- Note that 80 is a valid area code, so we explicitly check for this case that the third
2330
+ digit begins with 1-9 -->
2326
2331
  <nationalNumberPattern>
2327
2332
  (?:
2328
2333
  1[0-69]|
2334
+ [23][2-8]|
2329
2335
  [49][23]|
2330
2336
  5\d|
2331
2337
  6[013-57-9]|
2332
- 71|
2333
- 8[0-79]
2334
- )[1-9]\d{5}|
2335
- [23][2-8]\d{6}
2338
+ 71
2339
+ )\d{6}|
2340
+ 8(?:
2341
+ 0[1-9]|
2342
+ [1-79]\d
2343
+ )\d{5}
2336
2344
  </nationalNumberPattern>
2337
2345
  <possibleNumberPattern>\d{8}</possibleNumberPattern>
2338
2346
  <exampleNumber>12345678</exampleNumber>
@@ -2357,9 +2365,9 @@
2357
2365
  <premiumRate>
2358
2366
  <nationalNumberPattern>
2359
2367
  (?:
2360
- 70[2-7]|
2361
- 90\d
2362
- )\d{5}
2368
+ 90|
2369
+ 7[07]
2370
+ )\d{6}
2363
2371
  </nationalNumberPattern>
2364
2372
  <possibleNumberPattern>\d{8}</possibleNumberPattern>
2365
2373
  <exampleNumber>90123456</exampleNumber>
@@ -2390,6 +2398,11 @@
2390
2398
  <possibleNumberPattern>\d{8}</possibleNumberPattern>
2391
2399
  </generalDesc>
2392
2400
  <fixedLine>
2401
+ <!-- The prefix 50 48 has been added based on numbers found online, while 40 49 has been
2402
+ deleted since we haven't found any numbers with this prefix and it is not mentioned in
2403
+ the Onatel document.
2404
+ IMPORTANT: Note that the ITU documents of Mar/Apr 2013 seem to have major errors in the
2405
+ fixed-line table, so we have not changed our patterns based on these. -->
2393
2406
  <nationalNumberPattern>
2394
2407
  (?:
2395
2408
  20(?:
@@ -2398,14 +2411,11 @@
2398
2411
  9[016-9]
2399
2412
  )|
2400
2413
  40(?:
2401
- 4[569]|
2414
+ 4[56]|
2402
2415
  5[4-6]|
2403
2416
  7[0179]
2404
2417
  )|
2405
- 50(?:
2406
- [34]\d|
2407
- 50
2408
- )
2418
+ 50[34]\d
2409
2419
  )\d{4}
2410
2420
  </nationalNumberPattern>
2411
2421
  <exampleNumber>20491234</exampleNumber>
@@ -2414,9 +2424,8 @@
2414
2424
  <nationalNumberPattern>
2415
2425
  6(?:
2416
2426
  [0-24-6]\d|
2417
- 70|
2418
- 8[0-8]|
2419
- 3[0-3]
2427
+ 8[0-5]|
2428
+ 3[0-3]|
2420
2429
  )\d{5}|
2421
2430
  7\d{7}
2422
2431
  </nationalNumberPattern>
@@ -2947,7 +2956,7 @@
2947
2956
  <nationalNumberPattern>
2948
2957
  (?:
2949
2958
  318[023]|
2950
- 416[023]|
2959
+ 416[0239]|
2951
2960
  7(?:
2952
2961
  1[578]|
2953
2962
  50
@@ -2959,14 +2968,13 @@
2959
2968
  <mobile>
2960
2969
  <nationalNumberPattern>
2961
2970
  (?:
2962
- 318[14-68]|
2963
- 416[15-9]|
2971
+ 318[1456]|
2972
+ 416[15-8]|
2964
2973
  7(?:
2965
2974
  0[01]|
2966
- 7[07]|
2967
2975
  [89]\d
2968
2976
  )\d
2969
- )\d{3}
2977
+ )\d{3}|
2970
2978
  </nationalNumberPattern>
2971
2979
  <exampleNumber>3181234</exampleNumber>
2972
2980
  </mobile>
@@ -3078,7 +3086,7 @@
3078
3086
  1(?:
3079
3087
  1(?:
3080
3088
  5[347]|
3081
- [6-9]\d
3089
+ [6-9]\d|
3082
3090
  )|
3083
3091
  [2-9][6-9]\d
3084
3092
  )\d{6}|
@@ -3354,93 +3362,9 @@
3354
3362
  nationalPrefix="8" mobileNumberPortableRegion="true">
3355
3363
  <availableFormats>
3356
3364
  <numberFormat nationalPrefixFormattingRule="$NP 0$FG"
3357
- pattern="(\d{2})(\d{3})(\d{2})(\d{2})">
3358
- <leadingDigits>
3359
- 17[0-3589]|
3360
- 2[4-9]|
3361
- [34]
3362
- </leadingDigits>
3363
- <leadingDigits>
3364
- 17(?:
3365
- [02358]|
3366
- 1[0-2]|
3367
- 9[0189]
3368
- )|
3369
- 2[4-9]|
3370
- [34]
3371
- </leadingDigits>
3372
- <format>$1 $2-$3-$4</format>
3373
- </numberFormat>
3374
- <numberFormat nationalPrefixFormattingRule="$NP 0$FG"
3375
- pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
3376
- <leadingDigits>
3377
- 1(?:
3378
- 5[24]|
3379
- 6[235]|
3380
- 7[467]
3381
- )|
3382
- 2(?:
3383
- 1[246]|
3384
- 2[25]|
3385
- 3[26]
3386
- )
3387
- </leadingDigits>
3388
- <leadingDigits>
3389
- 1(?:
3390
- 5[24]|
3391
- 6(?:
3392
- 2|
3393
- 3[04-9]|
3394
- 5[0346-9]
3395
- )|
3396
- 7(?:
3397
- [46]|
3398
- 7[37-9]
3399
- )
3400
- )|
3401
- 2(?:
3402
- 1[246]|
3403
- 2[25]|
3404
- 3[26]
3405
- )
3406
- </leadingDigits>
3407
- <format>$1 $2-$3-$4</format>
3408
- </numberFormat>
3409
- <numberFormat nationalPrefixFormattingRule="$NP 0$FG"
3410
- pattern="(\d{4})(\d{2})(\d{3})">
3411
- <leadingDigits>
3412
- 1(?:
3413
- 5[169]|
3414
- 6[3-5]|
3415
- 7[179]
3416
- )|
3417
- 2(?:
3418
- 1[35]|
3419
- 2[34]|
3420
- 3[3-5]
3421
- )
3422
- </leadingDigits>
3423
- <leadingDigits>
3424
- 1(?:
3425
- 5[169]|
3426
- 6(?:
3427
- 3[1-3]|
3428
- 4|
3429
- 5[125]
3430
- )|
3431
- 7(?:
3432
- 1[3-9]|
3433
- 7[0-24-6]|
3434
- 9[2-7]
3435
- )
3436
- )|
3437
- 2(?:
3438
- 1[35]|
3439
- 2[34]|
3440
- 3[3-5]
3441
- )
3442
- </leadingDigits>
3443
- <format>$1 $2-$3</format>
3365
+ pattern="([1-4]\d)(\d{3})(\d{4})">
3366
+ <leadingDigits>[1-4]</leadingDigits>
3367
+ <format>$1 $2 $3</format>
3444
3368
  </numberFormat>
3445
3369
  <numberFormat nationalPrefixFormattingRule="$NP $FG"
3446
3370
  pattern="([89]\d{2})(\d{3})(\d{4})">
@@ -3468,8 +3392,8 @@
3468
3392
  <noInternationalDialling>
3469
3393
  <nationalNumberPattern>
3470
3394
  8(?:
3471
- [013]|
3472
- [12]0
3395
+ [01]|
3396
+ 20
3473
3397
  )\d{8}|
3474
3398
  902\d{7}
3475
3399
  </nationalNumberPattern>
@@ -3482,7 +3406,7 @@
3482
3406
  1(?:
3483
3407
  5(?:
3484
3408
  1[1-5]|
3485
- [24]\d|
3409
+ 2\d|
3486
3410
  6[2-4]|
3487
3411
  9[1-7]
3488
3412
  )|
@@ -3503,10 +3427,10 @@
3503
3427
  4[0-8]
3504
3428
  )|
3505
3429
  3(?:
3506
- [26]\d|
3430
+ 2\d|
3507
3431
  3[02-79]|
3508
3432
  4[024-7]|
3509
- 5[03-7]
3433
+ 5[0-7]
3510
3434
  )
3511
3435
  )
3512
3436
  )\d{5}
@@ -4024,7 +3948,7 @@
4024
3948
  </numberFormat>
4025
3949
  </availableFormats>
4026
3950
  <generalDesc>
4027
- <nationalNumberPattern>[02-7]\d{7}</nationalNumberPattern>
3951
+ <nationalNumberPattern>[02-6]\d{7}</nationalNumberPattern>
4028
3952
  <possibleNumberPattern>\d{8}</possibleNumberPattern>
4029
3953
  </generalDesc>
4030
3954
  <fixedLine>
@@ -4049,17 +3973,13 @@
4049
3973
  </fixedLine>
4050
3974
  <mobile>
4051
3975
  <!-- Added the prefixes 4[0-2] (Moov), 5[5-9] & 6[15] because SMS messages have been
4052
- successfully delivered. Supported by numbers found on the internet. The prefix 56 was
4053
- assigned to MTN in July 2013:
4054
- http://www.atci.ci/images/stories/pdf/decisions-dg/decision_002.pdf
4055
- 50 has been removed since Warid seems to have stopped operation in Côte d'Ivoire. -->
4056
- <nationalNumberPattern>
3976
+ successfully delivered. Supported by numbers found on the internet. -->
3977
+ <nationalNumberPattern>
4057
3978
  (?:
4058
3979
  0[1-9]|
4059
3980
  4[0-24-9]|
4060
- 5[4-9]|
4061
- 6[015-79]|
4062
- 77
3981
+ 5[05-9]|
3982
+ 6[015679]
4063
3983
  )\d{6}
4064
3984
  </nationalNumberPattern>
4065
3985
  <exampleNumber>01234567</exampleNumber>
@@ -4725,9 +4645,7 @@
4725
4645
  <!-- Colombia -->
4726
4646
  <!-- http://www.itu.int/oth/T020200002C/en -->
4727
4647
  <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Colombia -->
4728
- <!-- Extra international dialling prefixes from www.claro.com.co and www.tigo.com.co. -->
4729
- <!-- 05 and 005 are for Orbitel: co.orbitel.com -->
4730
- <territory id="CO" countryCode="57" internationalPrefix="00(?:4(?:[14]4|56)|[579])"
4648
+ <territory id="CO" countryCode="57" internationalPrefix="00[579]|#555|#999"
4731
4649
  nationalPrefix="0" nationalPrefixForParsing="0([3579]|4(?:44|56))?"
4732
4650
  mobileNumberPortableRegion="true">
4733
4651
  <availableFormats>
@@ -4793,11 +4711,12 @@
4793
4711
  <exampleNumber>12345678</exampleNumber>
4794
4712
  </fixedLine>
4795
4713
  <mobile>
4714
+ <!-- Virgin Mobile Colombia have reported that they are now using the 319 prefix. -->
4796
4715
  <nationalNumberPattern>
4797
4716
  3(?:
4798
- 0[0-5]|
4717
+ 0[0-24]|
4799
4718
  1\d|
4800
- [25][01]
4719
+ 2[01]
4801
4720
  )\d{7}
4802
4721
  </nationalNumberPattern>
4803
4722
  <possibleNumberPattern>\d{10}</possibleNumberPattern>
@@ -4823,7 +4742,7 @@
4823
4742
  <!-- Costa Rica -->
4824
4743
  <!-- http://www.itu.int/oth/T0202000030/en -->
4825
4744
  <territory id="CR" countryCode="506" internationalPrefix="00"
4826
- nationalPrefixForParsing="(19(?:0[01468]|19|20|66|77))"
4745
+ nationalPrefixForParsing="(19(?:0[0-2468]|19|20|66|77))"
4827
4746
  carrierCodeFormattingRule="$CC $FG">
4828
4747
  <availableFormats>
4829
4748
  <numberFormat pattern="(\d{4})(\d{4})">
@@ -4878,7 +4797,10 @@
4878
4797
  0(?:
4879
4798
  [04]0\d{4}|
4880
4799
  10[0-3]\d{3}|
4881
- 2900\d{2}|
4800
+ 2(?:
4801
+ 00\d|
4802
+ 900
4803
+ )\d{2}|
4882
4804
  3[01]\d{4}|
4883
4805
  5\d{5}|
4884
4806
  70[01]\d{3}|
@@ -5006,11 +4928,10 @@
5006
4928
  [48]\d{2}|
5007
4929
  50\d|
5008
4930
  7(?:
5009
- 2[0-24]|
4931
+ 2[0-2]|
5010
4932
  [34]\d|
5011
4933
  6[35-7]|
5012
- 77|
5013
- 8[7-9]
4934
+ 77
5014
4935
  )
5015
4936
  )\d{4}
5016
4937
  </nationalNumberPattern>
@@ -5024,7 +4945,7 @@
5024
4945
  3[01]
5025
4946
  )|
5026
4947
  6(?:
5027
- [16-9]\d|
4948
+ [1679]\d|
5028
4949
  3[01]
5029
4950
  )
5030
4951
  )\d{4}
@@ -6165,7 +6086,10 @@
6165
6086
  </numberFormat>
6166
6087
  <numberFormat pattern="(\d{2})(\d{6,7})">
6167
6088
  <leadingDigits>
6168
- 1[35]|
6089
+ 1(?:
6090
+ 3|
6091
+ 5[23]
6092
+ )|
6169
6093
  [4-6]|
6170
6094
  [89][2-9]
6171
6095
  </leadingDigits>
@@ -6184,7 +6108,7 @@
6184
6108
  <fixedLine>
6185
6109
  <!-- Short numbers used for businesses (starting with 16 or 19) are covered here. Note also
6186
6110
  that the plan says numbers starting with 15 should be followed by seven digit
6187
- subscriber numbers, but some numbers we have found online are in fact six digit.
6111
+ subscriber numbers, but all numbers we have found online are in fact six digit.
6188
6112
  Subscriber numbers starting with 5 are also permitted for the area codes 040, with 5, 6
6189
6113
  and 7 for the area code 050, with 5 and 7 for 082, with 6 for 084, with 7 for 086 and
6190
6114
  092 and with 5 and 6 for 96. -->
@@ -6192,10 +6116,7 @@
6192
6116
  (?:
6193
6117
  1(
6194
6118
  3[23]\d|
6195
- 5(?:
6196
- [23]|
6197
- 9\d
6198
- )
6119
+ 5[23]
6199
6120
  )|
6200
6121
  2[2-4]\d{2}|
6201
6122
  3\d{2}|
@@ -6274,12 +6195,15 @@
6274
6195
  <!-- The following sections are copied verbatim from Morocco to allow these non-geographical
6275
6196
  numbers to be recognized as available from within Western Sahara. -->
6276
6197
  <mobile>
6198
+ <!-- Prefixes 60[1-578], 62[01457-9], 63[04-8] and 68[01] are from numbers found online,
6199
+ bug-reports, and information provided directly by the carriers. -->
6277
6200
  <nationalNumberPattern>
6278
6201
  6(?:
6279
6202
  0[0-8]|
6280
- [12-7]\d|
6203
+ [124-7]\d|
6204
+ 3[03-8]|
6281
6205
  8[01]|
6282
- 9[27-9]
6206
+ 99
6283
6207
  )\d{6}
6284
6208
  </nationalNumberPattern>
6285
6209
  <exampleNumber>650123456</exampleNumber>
@@ -6595,8 +6519,8 @@
6595
6519
  </numberFormat>
6596
6520
  <numberFormat pattern="(\d{2})(\d{4,10})">
6597
6521
  <leadingDigits>
6598
- [14]|
6599
6522
  2[09]|
6523
+ [14]|
6600
6524
  50|
6601
6525
  7[135]
6602
6526
  </leadingDigits>
@@ -6742,12 +6666,12 @@
6742
6666
  <exampleNumber>3212345</exampleNumber>
6743
6667
  </fixedLine>
6744
6668
  <mobile>
6745
- <!-- Adding 7[5-8], 8[0367], and 9[034678] from numbers found online and numbers where SMSs
6669
+ <!-- Adding 7[67], 8[367], and 9[034678] from numbers found online and numbers where SMSs
6746
6670
  have been received from. Adding 9[15] and 84 from Vodafone Fiji IR21. -->
6747
6671
  <nationalNumberPattern>
6748
6672
  (?:
6749
- 7[0-8]|
6750
- 8[03467]|
6673
+ 7[0-467]|
6674
+ 8[3467]|
6751
6675
  9\d
6752
6676
  )\d{5}
6753
6677
  </nationalNumberPattern>
@@ -7964,15 +7888,8 @@
7964
7888
  </territory>
7965
7889
 
7966
7890
  <!-- Gibraltar -->
7967
- <!-- http://www.gra.gi/index.php?topic=numbering+plan&section=legislation&site=communications -->
7968
7891
  <territory id="GI" countryCode="350" internationalPrefix="00">
7969
- <availableFormats>
7970
- <!-- Most numbers are formatted as a block -->
7971
- <numberFormat pattern="(\d{3})(\d{5})">
7972
- <leadingDigits>2</leadingDigits>
7973
- <format>$1 $2</format>
7974
- </numberFormat>
7975
- </availableFormats>
7892
+ <!-- No formatting rules - numbers are always formatted as a block. -->
7976
7893
  <generalDesc>
7977
7894
  <nationalNumberPattern>[2568]\d{7}</nationalNumberPattern>
7978
7895
  <possibleNumberPattern>\d{8}</possibleNumberPattern>
@@ -7981,14 +7898,8 @@
7981
7898
  <nationalNumberPattern>
7982
7899
  2(?:
7983
7900
  00\d|
7984
- 1(?:
7985
- 6[24-7]|
7986
- 9\d
7987
- )|
7988
- 2(?:
7989
- 00|
7990
- 2[2457]
7991
- )
7901
+ 16[0-7]|
7902
+ 22[2457]
7992
7903
  )\d{4}
7993
7904
  </nationalNumberPattern>
7994
7905
  <exampleNumber>20012345</exampleNumber>
@@ -7996,8 +7907,8 @@
7996
7907
  <mobile>
7997
7908
  <nationalNumberPattern>
7998
7909
  (?:
7999
- 5[46-8]|
8000
- 62
7910
+ 5[4-8]|
7911
+ 60
8001
7912
  )\d{6}
8002
7913
  </nationalNumberPattern>
8003
7914
  <exampleNumber>57123456</exampleNumber>
@@ -8097,7 +8008,7 @@
8097
8008
  <mobile>
8098
8009
  <nationalNumberPattern>
8099
8010
  (?:
8100
- 2[0-6]|
8011
+ 2[0-2]|
8101
8012
  [3679]\d
8102
8013
  )\d{5}
8103
8014
  </nationalNumberPattern>
@@ -8138,9 +8049,15 @@
8138
8049
  <exampleNumber>30241234</exampleNumber>
8139
8050
  </fixedLine>
8140
8051
  <mobile>
8141
- <!-- Prefixes here match those assigned to carriers, as per the ITU communication Jan 23rd
8142
- 2013. -->
8143
- <nationalNumberPattern>6[02356]\d{7}</nationalNumberPattern>
8052
+ <!-- Limited to the new 9-digit mobile ranges, which came into effect March 29th 2013. -->
8053
+ <nationalNumberPattern>
8054
+ 6(?:
8055
+ [03]1|
8056
+ 2[128]|
8057
+ 5[57]|
8058
+ 6[2469]
8059
+ )\d{6}
8060
+ </nationalNumberPattern>
8144
8061
  <possibleNumberPattern>\d{9}</possibleNumberPattern>
8145
8062
  <exampleNumber>601123456</exampleNumber>
8146
8063
  </mobile>
@@ -8761,7 +8678,7 @@
8761
8678
  <possibleNumberPattern>\d{8}</possibleNumberPattern>
8762
8679
  </generalDesc>
8763
8680
  <fixedLine>
8764
- <!-- Extra prefixes 227[01389], 228X, 2292 & 260X were added from numbers found online. -->
8681
+ <!-- Extra prefixes 227[01389], 228X and 2292 were added from numbers found online. -->
8765
8682
  <nationalNumberPattern>
8766
8683
  2(?:
8767
8684
  2(?:
@@ -8787,8 +8704,8 @@
8787
8704
  74
8788
8705
  )|
8789
8706
  6(?:
8790
- [056]\d|
8791
8707
  4[0-378]|
8708
+ [56]\d|
8792
8709
  [78][0-8]|
8793
8710
  9[01]
8794
8711
  )|
@@ -9709,6 +9626,7 @@
9709
9626
  </territory>
9710
9627
 
9711
9628
  <!-- India -->
9629
+ <!-- http://www.dot.gov.in/numbering_plan/numberplanindex.htm -->
9712
9630
  <!-- http://www.itu.int/oth/T0202000063/en -->
9713
9631
  <!-- http://en.wikipedia.org/wiki/%2B91 -->
9714
9632
  <!-- http://www.coai.in/msccodes.php -->
@@ -9726,8 +9644,9 @@
9726
9644
  2[0579]|
9727
9645
  3[057-9]|
9728
9646
  4[0-389]|
9647
+ 5[024-9]|
9729
9648
  6[0-35-9]|
9730
- [57]|
9649
+ 7|
9731
9650
  8[0-79]
9732
9651
  )|
9733
9652
  8(?:
@@ -9736,7 +9655,7 @@
9736
9655
  2[2356-9]|
9737
9656
  3[0-57-9]|
9738
9657
  [45]|
9739
- 6[02457-9]|
9658
+ 6[0245789]|
9740
9659
  7[1-69]|
9741
9660
  8[0124-9]|
9742
9661
  9[02-9]
@@ -9765,19 +9684,21 @@
9765
9684
  8[389]
9766
9685
  )|
9767
9686
  5(?:
9768
- [034678]|
9769
- 2[03-9]|
9770
- 5[017-9]|
9771
- 9[7-9]
9687
+ 0|
9688
+ [47]9|
9689
+ [25]0|
9690
+ 6[6-9]|
9691
+ [89][7-9]
9772
9692
  )|
9773
9693
  6(?:
9774
9694
  0[027]|
9775
- 1[0-257-9]|
9776
- 2[0-4]|
9695
+ 12|
9696
+ 20|
9777
9697
  3[19]|
9778
- 5[4589]|
9779
- [679]|
9780
- 8[0-589]
9698
+ 5[45]|
9699
+ 6[5-9]|
9700
+ 7[679]|
9701
+ 9[1-46-9]
9781
9702
  )|
9782
9703
  7(?:
9783
9704
  0[2-9]|
@@ -10199,8 +10120,8 @@
10199
10120
  <!-- A couple of additional prefixes found neither on the wikipedia page nor in the MSC
10200
10121
  codes list, are added because SMS messages have been successfully sent to these
10201
10122
  numbers. It seems almost impossible to know for some of these numbers whether they are
10202
- land-line or mobile, since the ranges overlap. Extra prefixes added: 76[89]5, 8299,
10203
- 8309. New prefixes were also added based on the document provided from mobile carriers:
10123
+ land-line or mobile, since the ranges overlap. Extra prefixes added: 8299, 8309.
10124
+ New prefixes were added based on the document provided from mobile carriers:
10204
10125
  https://code.google.com/p/libphonenumber/issues/detail?id=260 -->
10205
10126
  <nationalNumberPattern>
10206
10127
  (?:
@@ -10225,19 +10146,21 @@
10225
10146
  8[389]
10226
10147
  )|
10227
10148
  5(?:
10228
- [034678]\d|
10229
- 2[03-9]|
10230
- 5[017-9]|
10231
- 9[7-9]
10149
+ 0\d|
10150
+ [47]9|
10151
+ [25]0|
10152
+ 6[6-9]|
10153
+ [89][7-9]
10232
10154
  )|
10233
10155
  6(?:
10234
10156
  0[027]|
10235
- 1[0-257-9]|
10236
- 2[0-4]|
10157
+ 12|
10158
+ 20|
10237
10159
  3[19]|
10238
- 5[4589]|
10239
- [679]\d|
10240
- 8[0-589]
10160
+ 5[45]|
10161
+ 6[5-9]|
10162
+ 7[679]|
10163
+ 9[1-46-9]
10241
10164
  )|
10242
10165
  7(?:
10243
10166
  0[2-9]|
@@ -10636,7 +10559,7 @@
10636
10559
  <mobile>
10637
10560
  <!-- TETRA = TErrestrial Trunked RAdio is included under mobile. -->
10638
10561
  <nationalNumberPattern>
10639
- 38[589]\d{6}|
10562
+ 38[59]\d{6}|
10640
10563
  (?:
10641
10564
  6(?:
10642
10565
  1[0-8]|
@@ -10661,9 +10584,6 @@
10661
10584
  <exampleNumber>6101234</exampleNumber>
10662
10585
  </mobile>
10663
10586
  <tollFree>
10664
- <!-- The UIFN numbers mentioned in the Excel document are not yet included since no real
10665
- numbers can be found online, and it is not clear what these are; the standard
10666
- definition would have them under the +800 country code instead of Iceland. -->
10667
10587
  <nationalNumberPattern>800\d{4}</nationalNumberPattern>
10668
10588
  <possibleNumberPattern>\d{7}</possibleNumberPattern>
10669
10589
  <exampleNumber>8001234</exampleNumber>
@@ -10680,6 +10600,7 @@
10680
10600
  </voip>
10681
10601
  <voicemail>
10682
10602
  <nationalNumberPattern>
10603
+ 388\d{6}|
10683
10604
  (?:
10684
10605
  6(?:
10685
10606
  2[0-8]|
@@ -10695,8 +10616,7 @@
10695
10616
  95[48]
10696
10617
  )\d{4}
10697
10618
  </nationalNumberPattern>
10698
- <possibleNumberPattern>\d{7}</possibleNumberPattern>
10699
- <exampleNumber>6201234</exampleNumber>
10619
+ <exampleNumber>388123456</exampleNumber>
10700
10620
  </voicemail>
10701
10621
  </territory>
10702
10622
 
@@ -11265,8 +11185,7 @@
11265
11185
  3[0-57-8]|
11266
11186
  4[24-7]|
11267
11187
  5[0-24-8]|
11268
- [6-8][02]|
11269
- 9[0-2]
11188
+ [6-9][02]
11270
11189
  )|
11271
11190
  7(?:
11272
11191
  0[1-79]|
@@ -11282,13 +11201,11 @@
11282
11201
  1[1-35-7]|
11283
11202
  2[024-7]|
11284
11203
  3\d|
11285
- 4[0-2]|
11286
- [57][02]|
11204
+ [457][02]|
11287
11205
  60
11288
11206
  )|
11289
11207
  53(?:
11290
- 0[0-2]|
11291
- [13][02]|
11208
+ [013][02]|
11292
11209
  2[0-59]|
11293
11210
  49|
11294
11211
  5[0-35-9]|
@@ -11337,8 +11254,8 @@
11337
11254
  7(?:
11338
11255
  55|
11339
11256
  7[25-9]|
11340
- 8[05-9]|
11341
- 9[015-9]
11257
+ 8[5-9]|
11258
+ 9[05-9]
11342
11259
  )\d{6}
11343
11260
  </nationalNumberPattern>
11344
11261
  <possibleNumberPattern>\d{9}</possibleNumberPattern>
@@ -12654,42 +12571,36 @@
12654
12571
  <!-- Kiribati -->
12655
12572
  <!-- http://www.itu.int/oth/T0202000071/en -->
12656
12573
  <!-- We include the national prefix for parsing here just in case numbers can be dialled with a
12657
- leading 0 - no numbers online have been found formatted this way, but the ITU document
12658
- lists it as a national dialling prefix. -->
12574
+ leading 0 - the main ITU document says this is not the case and no numbers online have been
12575
+ found formatted this way, but Kiribati's own document lists it as a national dialling
12576
+ prefix. -->
12659
12577
  <territory id="KI" countryCode="686" internationalPrefix="00"
12660
12578
  nationalPrefixForParsing="0">
12661
12579
  <!-- Numbers should be formatted as a block." -->
12662
12580
  <generalDesc>
12663
- <nationalNumberPattern>
12664
- [2-58]\d{4}|
12665
- 7\d{7}
12666
- </nationalNumberPattern>
12667
- <possibleNumberPattern>\d{5,8}</possibleNumberPattern>
12581
+ <nationalNumberPattern>[2-689]\d{4}</nationalNumberPattern>
12582
+ <possibleNumberPattern>\d{5}</possibleNumberPattern>
12668
12583
  </generalDesc>
12669
12584
  <fixedLine>
12670
12585
  <nationalNumberPattern>
12671
12586
  (?:
12672
- [24]\d|
12673
- 3[1-9]|
12587
+ [234]\d|
12674
12588
  50|
12675
- 8[0-5]
12589
+ 8[1-5]
12676
12590
  )\d{3}
12677
12591
  </nationalNumberPattern>
12678
- <possibleNumberPattern>\d{5}</possibleNumberPattern>
12679
12592
  <exampleNumber>31234</exampleNumber>
12680
12593
  </fixedLine>
12681
12594
  <mobile>
12682
- <!-- North Tarawa is listed as 720XXXXX-729XXXXX but considering that this deviates from the
12683
- pattern followed by every other place, we are assuming 731XXXXX-732XXXXX for now. -->
12595
+ <!-- Exclude 99[2349] from mobile since these are emergency numbers. -->
12684
12596
  <nationalNumberPattern>
12685
- 7(?:
12686
- [24]\d|
12687
- 3[1-9]|
12688
- 8[0-5]
12689
- )\d{5}
12597
+ 6\d{4}|
12598
+ 9(?:
12599
+ [0-8]\d|
12600
+ 9[015-8]
12601
+ )\d{2}
12690
12602
  </nationalNumberPattern>
12691
- <possibleNumberPattern>\d{8}</possibleNumberPattern>
12692
- <exampleNumber>72012345</exampleNumber>
12603
+ <exampleNumber>61234</exampleNumber>
12693
12604
  </mobile>
12694
12605
  </territory>
12695
12606
 
@@ -13129,7 +13040,7 @@
13129
13040
  <nationalNumberPattern>
13130
13041
  (?:
13131
13042
  5(?:
13132
- 1[0-5]|
13043
+ 1[0-35]|
13133
13044
  [05]\d
13134
13045
  )|
13135
13046
  6(?:
@@ -13144,7 +13055,7 @@
13144
13055
  4[049]|
13145
13056
  6[069]|
13146
13057
  [79]\d|
13147
- 8[08]
13058
+ 88
13148
13059
  )
13149
13060
  )\d{5}
13150
13061
  </nationalNumberPattern>
@@ -14386,13 +14297,15 @@
14386
14297
  </fixedLine>
14387
14298
  <!-- Also duplicated in Western Sahara, please ensure you update both. -->
14388
14299
  <mobile>
14389
- <!-- http://www.anrt.ma/sites/default/files/Blocs_de_numeros_par_operateur.pdf -->
14300
+ <!-- Prefixes 60[1-578], 62[01457-9], 63[04-8] and 68[01], 698 are from numbers found
14301
+ online, bug-reports, and information provided directly by the carriers. -->
14390
14302
  <nationalNumberPattern>
14391
14303
  6(?:
14392
14304
  0[0-8]|
14393
- [12-7]\d|
14305
+ [124-7]\d|
14306
+ 3[013-8]|
14394
14307
  8[01]|
14395
- 9[27-9]
14308
+ 9[89]
14396
14309
  )\d{6}
14397
14310
  </nationalNumberPattern>
14398
14311
  <exampleNumber>650123456</exampleNumber>
@@ -14748,9 +14661,14 @@
14748
14661
  <mobile>
14749
14662
  <!-- The numbering plan suggests the third digit, Z, should be 24-9, but this is not borne
14750
14663
  out by reality. -->
14751
- <nationalNumberPattern>3[2-49]\d{7}</nationalNumberPattern>
14664
+ <nationalNumberPattern>
14665
+ 3(?:
14666
+ [02-4]\d|
14667
+ 90
14668
+ )\d{6}
14669
+ </nationalNumberPattern>
14752
14670
  <possibleNumberPattern>\d{9}</possibleNumberPattern>
14753
- <exampleNumber>321234567</exampleNumber>
14671
+ <exampleNumber>301234567</exampleNumber>
14754
14672
  </mobile>
14755
14673
  <!-- Putting VSAT numbers here. -->
14756
14674
  <voip>
@@ -14853,11 +14771,9 @@
14853
14771
  <mobile>
14854
14772
  <nationalNumberPattern>
14855
14773
  7(?:
14856
- [0-25-8]\d{2}|
14857
- 32\d|
14858
- 421
14859
- )\d{4}
14860
- </nationalNumberPattern>
14774
+ [0-25-8]\d|
14775
+ 33
14776
+ )\d{5}</nationalNumberPattern>
14861
14777
  <exampleNumber>72345678</exampleNumber>
14862
14778
  </mobile>
14863
14779
  <tollFree>
@@ -14980,8 +14896,7 @@
14980
14896
  <numberFormat pattern="(9)(\d{3})(\d{4,5})">
14981
14897
  <leadingDigits>
14982
14898
  9(?:
14983
- 2[0-4]|
14984
- [35-9]|
14899
+ [235-9]|
14985
14900
  4[13789]
14986
14901
  )
14987
14902
  </leadingDigits>
@@ -14991,19 +14906,13 @@
14991
14906
  <leadingDigits>94[0245]</leadingDigits>
14992
14907
  <format>$1 $2 $3</format>
14993
14908
  </numberFormat>
14994
- <!-- Following majority of numbers found online. -->
14995
- <numberFormat pattern="(9)(\d{3})(\d{3})(\d{3})">
14996
- <leadingDigits>925</leadingDigits>
14997
- <format>$1 $2 $3 $4</format>
14998
- </numberFormat>
14999
14909
  </availableFormats>
15000
14910
  <generalDesc>
15001
14911
  <nationalNumberPattern>
15002
14912
  [14578]\d{5,7}|
15003
14913
  [26]\d{5,8}|
15004
14914
  9(?:
15005
- 2\d{0,2}|
15006
- [58]|
14915
+ [258]|
15007
14916
  3\d|
15008
14917
  4\d{1,2}|
15009
14918
  [679]\d?
@@ -15093,10 +15002,7 @@
15093
15002
  <nationalNumberPattern>
15094
15003
  17[01]\d{4}|
15095
15004
  9(?:
15096
- 2(?:
15097
- [0-4]|
15098
- 5\d{2}
15099
- )|
15005
+ 2[0-4]|
15100
15006
  3[136]\d|
15101
15007
  4(?:
15102
15008
  0[0-4]\d|
@@ -15521,7 +15427,6 @@
15521
15427
  2(?:
15522
15428
  0(?:
15523
15429
  1[0-6]|
15524
- 3[1-4]|
15525
15430
  [69]\d
15526
15431
  )|
15527
15432
  [1-357]\d{2}
@@ -15530,8 +15435,6 @@
15530
15435
  <exampleNumber>21001234</exampleNumber>
15531
15436
  </fixedLine>
15532
15437
  <mobile>
15533
- <!-- 7210 and 92XX come from the allocations listed on www.mca.org.mt, but they are not
15534
- listed in the latest ITU document. -->
15535
15438
  <nationalNumberPattern>
15536
15439
  (?:
15537
15440
  7(?:
@@ -15649,7 +15552,7 @@
15649
15552
  )|
15650
15553
  7\d{2}|
15651
15554
  8(?:
15652
- [256]\d|
15555
+ [26]\d|
15653
15556
  7[15-8]
15654
15557
  )|
15655
15558
  9[0-8]\d
@@ -16214,8 +16117,8 @@
16214
16117
  7\d?
16215
16118
  )|
16216
16119
  3(?:
16217
- [01378]|
16218
- 2\d
16120
+ 2\d|
16121
+ 3[378]
16219
16122
  )|
16220
16123
  4[01]|
16221
16124
  69|
@@ -16223,6 +16126,7 @@
16223
16126
  )|
16224
16127
  2(?:
16225
16128
  17|
16129
+ 25|
16226
16130
  5(?:
16227
16131
  [0-36-8]|
16228
16132
  4\d?
@@ -16487,7 +16391,7 @@
16487
16391
  <leadingDigits>[129]</leadingDigits>
16488
16392
  <format>$1 $2 $3</format>
16489
16393
  </numberFormat>
16490
- <numberFormat pattern="(\d{2})(\d{3})(\d{2,3})">
16394
+ <numberFormat pattern="([3-8]\d)(\d{3})(\d{2,3})">
16491
16395
  <leadingDigits>
16492
16396
  [3-6]|
16493
16397
  7(?:
@@ -16498,11 +16402,10 @@
16498
16402
  </leadingDigits>
16499
16403
  <format>$1 $2 $3</format>
16500
16404
  </numberFormat>
16501
- <numberFormat pattern="(\d{3})(\d{3})(\d{3,4})">
16405
+ <numberFormat pattern="([78]\d{2})(\d{3})(\d{3,4})">
16502
16406
  <leadingDigits>
16503
16407
  70|
16504
- 8[01]|
16505
- 909
16408
+ 8[01]
16506
16409
  </leadingDigits>
16507
16410
  <format>$1 $2 $3</format>
16508
16411
  </numberFormat>
@@ -16521,8 +16424,7 @@
16521
16424
  </availableFormats>
16522
16425
  <generalDesc>
16523
16426
  <nationalNumberPattern>
16524
- [1-6]\d{5,8}|
16525
- 9\d{5,9}|
16427
+ [1-69]\d{5,8}|
16526
16428
  [78]\d{5,13}
16527
16429
  </nationalNumberPattern>
16528
16430
  <possibleNumberPattern>\d{5,14}</possibleNumberPattern>
@@ -16530,10 +16432,7 @@
16530
16432
  <fixedLine>
16531
16433
  <nationalNumberPattern>
16532
16434
  [12]\d{6,7}|
16533
- 9(?:
16534
- 0[3-9]|
16535
- [1-9]\d
16536
- )\d{5}|
16435
+ 9\d{7}|
16537
16436
  (?:
16538
16437
  3\d|
16539
16438
  4[023568]|
@@ -16561,7 +16460,7 @@
16561
16460
  from Etisalat, 814 MTN and 811 from Glo. Furthermore, the fixed-line prefixes owned by
16562
16461
  Starcomms have apparently, according to the company, been used for mobile numbers too,
16563
16462
  despite the ITU plan, so we list them here as well. 701 has been added for Airtel/Zain.
16564
- 9091 has been added for Etisalat. -->
16463
+ -->
16565
16464
  <nationalNumberPattern>
16566
16465
  (?:
16567
16466
  1(?:
@@ -16643,8 +16542,7 @@
16643
16542
  8(?:
16644
16543
  0[2-9]|
16645
16544
  1\d
16646
- )\d|
16647
- 9091
16545
+ )\d
16648
16546
  )\d{6}
16649
16547
  </nationalNumberPattern>
16650
16548
  <possibleNumberPattern>\d{8,10}</possibleNumberPattern>
@@ -16672,7 +16570,7 @@
16672
16570
  </numberFormat>
16673
16571
  </availableFormats>
16674
16572
  <generalDesc>
16675
- <nationalNumberPattern>[12578]\d{7}</nationalNumberPattern>
16573
+ <nationalNumberPattern>[1258]\d{7}</nationalNumberPattern>
16676
16574
  <possibleNumberPattern>\d{8}</possibleNumberPattern>
16677
16575
  </generalDesc>
16678
16576
  <fixedLine>
@@ -16681,14 +16579,9 @@
16681
16579
  </fixedLine>
16682
16580
  <mobile>
16683
16581
  <!-- Online users have reported seeing 5500 used by Claro; until we can find actual numbers
16684
- or any documentation about it, we restrict this pattern to this prefix exactly. 57 and
16685
- 78 were added from bug reports/numbers found online. -->
16582
+ or any documentation about it, we restrict this pattern to this prefix exactly. -->
16686
16583
  <nationalNumberPattern>
16687
- 5(?:
16688
- 500\d{4}|
16689
- 7\d{6}
16690
- )|
16691
- 78\d{6}|
16584
+ 5500\d{4}|
16692
16585
  8\d{7}
16693
16586
  </nationalNumberPattern>
16694
16587
  <exampleNumber>81234567</exampleNumber>
@@ -17979,7 +17872,8 @@
17979
17872
  0\d|
17980
17873
  1[1-5]|
17981
17874
  2[0-5]|
17982
- [34][1-7]|
17875
+ 3[1-6]|
17876
+ 4[1-7]|
17983
17877
  55|
17984
17878
  64
17985
17879
  )\d{7}
@@ -19724,7 +19618,7 @@
19724
19618
  <numberFormat pattern="([3-7]\d)(\d{3})(\d{3})">
19725
19619
  <leadingDigits>
19726
19620
  [37][01]|
19727
- 4[0139]|
19621
+ 4[019]|
19728
19622
  51|
19729
19623
  6
19730
19624
  </leadingDigits>
@@ -19763,13 +19657,14 @@
19763
19657
  <exampleNumber>11234567</exampleNumber>
19764
19658
  </fixedLine>
19765
19659
  <mobile>
19766
- <!-- We include 043 and 049 here - it is VoIP in the plan, but is actually used to provide
19767
- mobile coverage to Kosovo. Also added 068, which is used by the mobile operator bob.si
19768
- -->
19660
+ <!-- We include 049 here - it is VoIP in the plan, but SMS messages have been successfully
19661
+ delivered - and it is run by Mobitel. There are also mobile numbers found on the
19662
+ internet with this prefix - it is apparently used in Kosovo. Also
19663
+ added 068, which is used by the mobile operator bob.si -->
19769
19664
  <nationalNumberPattern>
19770
19665
  (?:
19771
19666
  [37][01]|
19772
- 4[0139]|
19667
+ 4[019]|
19773
19668
  51|
19774
19669
  6[48]
19775
19670
  )\d{6}
@@ -20069,37 +19964,29 @@
20069
19964
 
20070
19965
  <!-- Senegal -->
20071
19966
  <!-- http://www.itu.int/oth/T02020000B8/en -->
20072
- <!-- http://www.artpsenegal.net -->
20073
19967
  <territory id="SN" countryCode="221" internationalPrefix="00">
20074
19968
  <availableFormats>
20075
19969
  <!-- Using yellow pages and online telecom company formatting, rather than that implied in
20076
19970
  the national numbering plan. -->
20077
19971
  <numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})">
20078
- <leadingDigits>[37]</leadingDigits>
20079
- <format>$1 $2 $3 $4</format>
20080
- </numberFormat>
20081
- <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
20082
- <leadingDigits>8</leadingDigits>
20083
19972
  <format>$1 $2 $3 $4</format>
20084
19973
  </numberFormat>
20085
19974
  </availableFormats>
20086
19975
  <generalDesc>
20087
- <nationalNumberPattern>[378]\d{8}</nationalNumberPattern>
19976
+ <nationalNumberPattern>[37]\d{8}</nationalNumberPattern>
20088
19977
  <possibleNumberPattern>\d{9}</possibleNumberPattern>
20089
19978
  </generalDesc>
20090
19979
  <fixedLine>
20091
19980
  <nationalNumberPattern>
20092
19981
  3(?:
20093
19982
  0(?:
20094
- 1[0-2]|
19983
+ 1[01]|
20095
19984
  80
20096
19985
  )|
20097
- 211|
20098
19986
  3(?:
20099
19987
  8[1-9]|
20100
19988
  9[2-9]
20101
- )|
20102
- 90[1-5]
19989
+ )
20103
19990
  )\d{5}
20104
19991
  </nationalNumberPattern>
20105
19992
  <exampleNumber>301012345</exampleNumber>
@@ -20107,34 +19994,36 @@
20107
19994
  <mobile>
20108
19995
  <nationalNumberPattern>
20109
19996
  7(?:
20110
- [07]\d|
20111
- 21|
20112
- 6[1-9]|
20113
- 8[0-26]|
20114
- 90
20115
- )\d{6}
19997
+ 0(?:
19998
+ [01279]0|
19999
+ 3[03]|
20000
+ 4[05]|
20001
+ 5[06]|
20002
+ 6[03-5]|
20003
+ 8[029]
20004
+ )|
20005
+ 6(?:
20006
+ 1[23]|
20007
+ 2[89]|
20008
+ 3[3489]|
20009
+ 4[6-9]|
20010
+ 5\d|
20011
+ 6[3-9]|
20012
+ 7[45]|
20013
+ 8[3-8]
20014
+ )|
20015
+ 7\d{2}|
20016
+ 8(?:
20017
+ 01|
20018
+ 1[01]
20019
+ )
20020
+ )\d{5}
20116
20021
  </nationalNumberPattern>
20117
- <exampleNumber>701234567</exampleNumber>
20022
+ <exampleNumber>701012345</exampleNumber>
20118
20023
  </mobile>
20119
- <tollFree>
20120
- <nationalNumberPattern>800\d{6}</nationalNumberPattern>
20121
- <possibleNumberPattern>\d{9}</possibleNumberPattern>
20122
- <exampleNumber>800123456</exampleNumber>
20123
- </tollFree>
20124
- <premiumRate>
20125
- <!-- Revenu Partagé in the plan. -->
20126
- <nationalNumberPattern>88[4689]\d{6}</nationalNumberPattern>
20127
- <possibleNumberPattern>\d{9}</possibleNumberPattern>
20128
- <exampleNumber>884123456</exampleNumber>
20129
- </premiumRate>
20130
- <sharedCost>
20131
- <nationalNumberPattern>81[02468]\d{6}</nationalNumberPattern>
20132
- <possibleNumberPattern>\d{9}</possibleNumberPattern>
20133
- <exampleNumber>810123456</exampleNumber>
20134
- </sharedCost>
20135
20024
  <voip>
20136
- <nationalNumberPattern>391\d{6}</nationalNumberPattern>
20137
- <exampleNumber>391011234</exampleNumber>
20025
+ <nationalNumberPattern>33301\d{4}</nationalNumberPattern>
20026
+ <exampleNumber>333011234</exampleNumber>
20138
20027
  </voip>
20139
20028
  </territory>
20140
20029
 
@@ -20262,14 +20151,12 @@
20262
20151
  <exampleNumber>211234</exampleNumber>
20263
20152
  </fixedLine>
20264
20153
  <mobile>
20154
+ <!-- Adding 74 from numbers found online. -->
20265
20155
  <nationalNumberPattern>
20266
20156
  (?:
20267
- 7(?:
20268
- [1-357]\d|
20269
- 4[0-5]
20270
- )|
20271
- 8[1-9]\d
20272
- )\d{4}
20157
+ 7[1-57]|
20158
+ 8[1-9]
20159
+ )\d{5}
20273
20160
  </nationalNumberPattern>
20274
20161
  <possibleNumberPattern>\d{7}</possibleNumberPattern>
20275
20162
  <exampleNumber>7412345</exampleNumber>
@@ -20617,7 +20504,7 @@
20617
20504
  3[1-389]|
20618
20505
  4[1-7]
20619
20506
  )|
20620
- 4[34][1-3]
20507
+ 4[34][12]
20621
20508
  )\d{4}
20622
20509
  </nationalNumberPattern>
20623
20510
  <possibleNumberPattern>\d{10}</possibleNumberPattern>
@@ -21046,9 +20933,8 @@
21046
20933
  <!-- According to feedback from users, the carrier Altyn Asyr is the only one currently
21047
20934
  operating, with the numbers 6[3-5]\d{6}. MTS used to operate the ranges 6[6-8] but this
21048
20935
  has been suspended. It is unclear whether it will resume. We support both ranges in the
21049
- meantime. The range 62 seems also now to be in use, according to numbers found online.
21050
- -->
21051
- <nationalNumberPattern>6[2-8]\d{6}</nationalNumberPattern>
20936
+ meantime. -->
20937
+ <nationalNumberPattern>6[3-8]\d{6}</nationalNumberPattern>
21052
20938
  <exampleNumber>66123456</exampleNumber>
21053
20939
  </mobile>
21054
20940
  <!-- No tollFree or premiumRate information can be found. -->
@@ -21295,12 +21181,11 @@
21295
21181
  <exampleNumber>8682211234</exampleNumber>
21296
21182
  </fixedLine>
21297
21183
  <mobile>
21298
- <!-- Adding 48X & 70X from the IR21 published by TSTT. 288 seems to be used based on numbers
21299
- found online. -->
21184
+ <!-- Adding 48X & 70X from the IR21 published by TSTT. -->
21300
21185
  <nationalNumberPattern>
21301
21186
  868(?:
21302
21187
  2(?:
21303
- 8[5-9]|
21188
+ 8[59]|
21304
21189
  9\d
21305
21190
  )|
21306
21191
  3(?:
@@ -21731,7 +21616,7 @@
21731
21616
  )|
21732
21617
  3[23]\d|
21733
21618
  5[0-4]\d|
21734
- 6[03]\d|
21619
+ 60\d|
21735
21620
  8[0-2]\d
21736
21621
  )\d{4}|
21737
21622
  [34]\d{8}