|
6337 | 6337 | <!-- As per telenor.in doc supporting only specific ones with length less than 5 digits. |
6338 | 6338 | Simplified the ranges when short code is more than 5 digits. Not adding these short codes |
6339 | 6339 | to respective categories because of maintainability. --> |
| 6340 | + <!-- 5902XXXX short codes were supported based on user report. --> |
6340 | 6341 | <shortCode> |
6341 | 6342 | <possibleLengths national="[3-9]"/> |
6342 | 6343 | <exampleNumber>100</exampleNumber> |
|
6531 | 6532 | )| |
6532 | 6533 | 9(?: |
6533 | 6534 | (?: |
6534 | | - 00| |
| 6535 | + 0(?: |
| 6536 | + 0| |
| 6537 | + 2\d{3} |
| 6538 | + )| |
6535 | 6539 | 55| |
6536 | 6540 | 77| |
6537 | 6541 | 88 |
|
8742 | 8746 | </generalDesc> |
8743 | 8747 | <shortCode> |
8744 | 8748 | <possibleLengths national="2,3"/> |
8745 | | - <exampleNumber>117</exampleNumber> |
8746 | | - <nationalNumberPattern>11?[78]</nationalNumberPattern> |
| 8749 | + <exampleNumber>17</exampleNumber> |
| 8750 | + <nationalNumberPattern> |
| 8751 | + 1(?: |
| 8752 | + 1[78]| |
| 8753 | + [78] |
| 8754 | + ) |
| 8755 | + </nationalNumberPattern> |
8747 | 8756 | </shortCode> |
| 8757 | + <tollFree> |
| 8758 | + <possibleLengths national="2,3"/> |
| 8759 | + <exampleNumber>17</exampleNumber> |
| 8760 | + <nationalNumberPattern> |
| 8761 | + 1(?: |
| 8762 | + 1[78]| |
| 8763 | + [78] |
| 8764 | + ) |
| 8765 | + </nationalNumberPattern> |
| 8766 | + </tollFree> |
8748 | 8767 | <!-- http://www.commerce.gov.mg/index.php/infos-services --> |
8749 | 8768 | <emergency> |
8750 | 8769 | <possibleLengths national="2,3"/> |
8751 | | - <exampleNumber>117</exampleNumber> |
8752 | | - <nationalNumberPattern>11?[78]</nationalNumberPattern> |
| 8770 | + <exampleNumber>17</exampleNumber> |
| 8771 | + <nationalNumberPattern> |
| 8772 | + 1(?: |
| 8773 | + 1[78]| |
| 8774 | + [78] |
| 8775 | + ) |
| 8776 | + </nationalNumberPattern> |
8753 | 8777 | </emergency> |
8754 | 8778 | </territory> |
8755 | 8779 |
|
|
9358 | 9382 | </generalDesc> |
9359 | 9383 | <shortCode> |
9360 | 9384 | <possibleLengths national="[3-5]"/> |
9361 | | - <exampleNumber>030</exampleNumber> |
| 9385 | + <exampleNumber>010</exampleNumber> |
9362 | 9386 | <nationalNumberPattern> |
9363 | | - 0(?: |
9364 | | - [249]0| |
9365 | | - 3[01]| |
9366 | | - 5[015]| |
9367 | | - 6[01568]| |
9368 | | - 7[0-578]| |
9369 | | - 8[089] |
9370 | | - )| |
| 9387 | + 0[1-9]\d| |
9371 | 9388 | 53053| |
9372 | 9389 | 7766| |
9373 | 9390 | 911 |
9374 | 9391 | </nationalNumberPattern> |
9375 | 9392 | </shortCode> |
| 9393 | + <tollFree> |
| 9394 | + <possibleLengths national="3"/> |
| 9395 | + <exampleNumber>060</exampleNumber> |
| 9396 | + <nationalNumberPattern> |
| 9397 | + 0(?: |
| 9398 | + 6[0568]| |
| 9399 | + 80 |
| 9400 | + )| |
| 9401 | + 911 |
| 9402 | + </nationalNumberPattern> |
| 9403 | + </tollFree> |
9376 | 9404 | <!-- We have received information that 7766 is a premium rate number used to buy various |
9377 | 9405 | types of services or media. --> |
9378 | 9406 | <premiumRate> |
9379 | 9407 | <possibleLengths national="4,5"/> |
9380 | | - <exampleNumber>7766</exampleNumber> |
| 9408 | + <exampleNumber>7760</exampleNumber> |
9381 | 9409 | <nationalNumberPattern> |
9382 | | - 53053| |
9383 | | - 7766 |
| 9410 | + (?: |
| 9411 | + 530\d| |
| 9412 | + 776 |
| 9413 | + )\d |
9384 | 9414 | </nationalNumberPattern> |
9385 | 9415 | </premiumRate> |
| 9416 | + <carrierSpecific> |
| 9417 | + <possibleLengths national="3"/> |
| 9418 | + <exampleNumber>020</exampleNumber> |
| 9419 | + <nationalNumberPattern> |
| 9420 | + 0(?: |
| 9421 | + [249]0| |
| 9422 | + [35][01] |
| 9423 | + ) |
| 9424 | + </nationalNumberPattern> |
| 9425 | + </carrierSpecific> |
9386 | 9426 | <!-- http://en.wikipedia.org/wiki/%2B52#Other_service_numbers --> |
9387 | 9427 | <!-- http://en.wikipedia.org/wiki/Emergency_telephone_number --> |
9388 | 9428 | <emergency> |
9389 | 9429 | <possibleLengths national="3"/> |
9390 | | - <exampleNumber>066</exampleNumber> |
| 9430 | + <exampleNumber>060</exampleNumber> |
9391 | 9431 | <nationalNumberPattern> |
9392 | 9432 | 0(?: |
9393 | 9433 | 6[0568]| |
@@ -11368,36 +11408,63 @@ |
11368 | 11408 | <!-- http://www.itu.int/oth/T02020000BE/en --> |
11369 | 11409 | <territory id="SI"> |
11370 | 11410 | <generalDesc> |
11371 | | - <nationalNumberPattern> |
11372 | | - 1\d\d(?: |
11373 | | - \d{3} |
11374 | | - )? |
11375 | | - </nationalNumberPattern> |
| 11411 | + <nationalNumberPattern>1\d{2,5}</nationalNumberPattern> |
11376 | 11412 | </generalDesc> |
11377 | 11413 | <shortCode> |
11378 | | - <possibleLengths national="3,6"/> |
| 11414 | + <possibleLengths national="[3-6]"/> |
11379 | 11415 | <exampleNumber>112</exampleNumber> |
11380 | 11416 | <nationalNumberPattern> |
11381 | | - 11(?: |
11382 | | - [23]| |
11383 | | - 6(?: |
11384 | | - 000| |
| 11417 | + 1(?: |
| 11418 | + 1(?: |
| 11419 | + 00[146]| |
| 11420 | + [23]| |
| 11421 | + 6(?: |
| 11422 | + 000| |
| 11423 | + 1(?: |
| 11424 | + 11| |
| 11425 | + 23 |
| 11426 | + ) |
| 11427 | + )| |
| 11428 | + 8(?: |
| 11429 | + [08]| |
| 11430 | + 99 |
| 11431 | + ) |
| 11432 | + )| |
| 11433 | + 9(?: |
| 11434 | + 0(?: |
| 11435 | + 59| |
| 11436 | + 8[09] |
| 11437 | + )| |
11385 | 11438 | 1(?: |
11386 | | - 11| |
11387 | | - 23 |
| 11439 | + 0[12]| |
| 11440 | + 16 |
| 11441 | + )| |
| 11442 | + 5| |
| 11443 | + 70| |
| 11444 | + 8(?: |
| 11445 | + 1[09]| |
| 11446 | + 7 |
| 11447 | + )| |
| 11448 | + 9(?: |
| 11449 | + 00| |
| 11450 | + [149] |
11388 | 11451 | ) |
11389 | 11452 | ) |
11390 | 11453 | ) |
11391 | 11454 | </nationalNumberPattern> |
11392 | 11455 | </shortCode> |
11393 | 11456 | <tollFree> |
11394 | | - <possibleLengths national="3,6"/> |
| 11457 | + <possibleLengths national="[3-6]"/> |
11395 | 11458 | <exampleNumber>112</exampleNumber> |
11396 | 11459 | <nationalNumberPattern> |
11397 | 11460 | 11(?: |
11398 | | - [23]| |
11399 | | - 6\d{3} |
11400 | | - ) |
| 11461 | + (?: |
| 11462 | + [08]| |
| 11463 | + 6\d |
| 11464 | + )\d\d| |
| 11465 | + [23] |
| 11466 | + )| |
| 11467 | + 118\d |
11401 | 11468 | </nationalNumberPattern> |
11402 | 11469 | </tollFree> |
11403 | 11470 | <emergency> |
|
11406 | 11473 | <nationalNumberPattern>11[23]</nationalNumberPattern> |
11407 | 11474 | </emergency> |
11408 | 11475 | <expandedEmergency> |
11409 | | - <possibleLengths national="6"/> |
11410 | | - <exampleNumber>116000</exampleNumber> |
11411 | | - <nationalNumberPattern>116\d{3}</nationalNumberPattern> |
| 11476 | + <possibleLengths national="[4-6]"/> |
| 11477 | + <exampleNumber>1180</exampleNumber> |
| 11478 | + <nationalNumberPattern> |
| 11479 | + 11(?: |
| 11480 | + [08]| |
| 11481 | + 6\d |
| 11482 | + )\d\d| |
| 11483 | + 118\d |
| 11484 | + </nationalNumberPattern> |
11412 | 11485 | </expandedEmergency> |
11413 | 11486 | </territory> |
11414 | 11487 |
|
|
0 commit comments