|
14 | 14 | return array (
|
15 | 15 | 'generalDesc' =>
|
16 | 16 | array (
|
17 |
| - 'NationalNumberPattern' => '[19]\\d\\d(?:\\d{2,3})?', |
| 17 | + 'NationalNumberPattern' => '[19]\\d{2,5}', |
18 | 18 | 'PossibleLength' =>
|
19 | 19 | array (
|
20 | 20 | 0 => 3,
|
21 |
| - 1 => 5, |
22 |
| - 2 => 6, |
| 21 | + 1 => 4, |
| 22 | + 2 => 5, |
| 23 | + 3 => 6, |
23 | 24 | ),
|
24 | 25 | 'PossibleLengthLocalOnly' =>
|
25 | 26 | array (
|
26 | 27 | ),
|
27 | 28 | ),
|
28 | 29 | 'tollFree' =>
|
29 | 30 | array (
|
30 |
| - 'NationalNumberPattern' => '1(?:1[09]|2(?:[02]|[13]\\d\\d))', |
| 31 | + 'NationalNumberPattern' => '1(?:1[09]|2(?:[02]|1\\d\\d|395))', |
31 | 32 | 'ExampleNumber' => '110',
|
32 | 33 | 'PossibleLength' =>
|
33 | 34 | array (
|
|
62 | 63 | ),
|
63 | 64 | 'shortCode' =>
|
64 | 65 | array (
|
65 |
| - 'NationalNumberPattern' => '1(?:00\\d\\d|1[029]|2(?:[02]|110|395))|95\\d{3,4}', |
66 |
| - 'ExampleNumber' => '110', |
| 66 | + 'NationalNumberPattern' => '1(?:00|1[0249]|2395|6[08])|9[56]\\d{3,4}|12[023]|1(?:0(?:[0-26]\\d|8)|21\\d)\\d', |
| 67 | + 'ExampleNumber' => '100', |
67 | 68 | 'PossibleLength' =>
|
68 | 69 | array (
|
69 | 70 | ),
|
|
73 | 74 | ),
|
74 | 75 | 'standardRate' =>
|
75 | 76 | array (
|
76 |
| - 'NationalNumberPattern' => '1(?:00\\d\\d|12)|95\\d{3,4}', |
77 |
| - 'ExampleNumber' => '112', |
| 77 | + 'NationalNumberPattern' => '1(?:0(?:[0-26]\\d|8)\\d|1[24]|23|6[08])|9[56]\\d{3,4}|100', |
| 78 | + 'ExampleNumber' => '100', |
78 | 79 | 'PossibleLength' =>
|
79 | 80 | array (
|
80 | 81 | ),
|
|
94 | 95 | ),
|
95 | 96 | 'smsServices' =>
|
96 | 97 | array (
|
97 |
| - 'NationalNumberPattern' => '121\\d\\d', |
98 |
| - 'ExampleNumber' => '12100', |
| 98 | + 'NationalNumberPattern' => '12110', |
| 99 | + 'ExampleNumber' => '12110', |
99 | 100 | 'PossibleLength' =>
|
100 | 101 | array (
|
101 | 102 | 0 => 5,
|
|
0 commit comments