structured_csv 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/csv_join +1 -0
- data/exe/structured_csv_to_yaml +2 -1
- data/lib/structured_csv/csv2yaml.rb +3 -2
- data/lib/structured_csv/version.rb +1 -1
- data/samples/T-SP-SR.1-2012.yaml +253 -29
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 397cd417a61e3b2e0009684eb8f128910313004e6d2017ba5774b6b7574c3648
|
4
|
+
data.tar.gz: 431b690c6c3d1d1abfe97192726f792590607a2771a51bb74520a7aab0f7d36c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e06aaeed0480fd782b0cd5e8f9f21d0883fe88ae65c8d3a5d9754cd3eb958baea6c487ed9feb605b2acb947de36cf3b026935148f440d81def294f9284b63ae2
|
7
|
+
data.tar.gz: d52b344c2bcf321bd38eca342940fb1c013aeac4848e5d0782a2f2e1209d708c928032aaa2deb16b7232b375a4b9df130d84e4bb9d8bd800ee03dc329b8aea84
|
data/exe/csv_join
CHANGED
data/exe/structured_csv_to_yaml
CHANGED
@@ -15,6 +15,7 @@ class Gem::Specification
|
|
15
15
|
end
|
16
16
|
end
|
17
17
|
|
18
|
+
require "structured_csv/common"
|
18
19
|
require "structured_csv/csv2yaml"
|
19
20
|
|
20
21
|
csvfile = ARGV.pop
|
@@ -24,7 +25,7 @@ outfile = csvfile.gsub(/csv$/, "yaml")
|
|
24
25
|
|
25
26
|
IO.write(
|
26
27
|
outfile,
|
27
|
-
StructuredCsv::
|
28
|
+
StructuredCsv::Csv2Yaml.convert(csvfile).to_yaml,
|
28
29
|
)
|
29
30
|
|
30
31
|
# pp Csv2Yaml.convert(filename)
|
data/samples/T-SP-SR.1-2012.yaml
CHANGED
@@ -18,6 +18,8 @@ data:
|
|
18
18
|
fr: Andorre
|
19
19
|
en: Andorra
|
20
20
|
es: Andorra
|
21
|
+
restrictions:
|
22
|
+
telex_not_provided: true
|
21
23
|
notes:
|
22
24
|
en: The telex service is no longer provided.
|
23
25
|
es: El servicio télex está suprimido
|
@@ -27,6 +29,12 @@ data:
|
|
27
29
|
fr: Antigua-et-Barbuda
|
28
30
|
en: Antigua and Barbuda
|
29
31
|
es: Antigua y Barbuda
|
32
|
+
restrictions:
|
33
|
+
telex_not_provided: true
|
34
|
+
no_collect_calls:
|
35
|
+
mobile: true
|
36
|
+
payphone: true
|
37
|
+
audiotex: true
|
30
38
|
notes:
|
31
39
|
en: The telegram service is no longer provided. Collect calls to mobile, payphone
|
32
40
|
and audiotex numbers are not accepted
|
@@ -66,6 +74,9 @@ data:
|
|
66
74
|
fr: Aruba
|
67
75
|
en: Aruba
|
68
76
|
es: Aruba
|
77
|
+
restrictions:
|
78
|
+
no_collect_calls:
|
79
|
+
mobile: true
|
69
80
|
notes:
|
70
81
|
en: Collect calls to mobile numbers are not accepted
|
71
82
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -77,6 +88,9 @@ data:
|
|
77
88
|
fr: Australie
|
78
89
|
en: Australia
|
79
90
|
es: Australia
|
91
|
+
restrictions:
|
92
|
+
no_collect_calls:
|
93
|
+
mobile: true
|
80
94
|
notes:
|
81
95
|
en: Collect calls to mobile numbers are not accepted
|
82
96
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -88,6 +102,8 @@ data:
|
|
88
102
|
fr: Autriche
|
89
103
|
en: Austria
|
90
104
|
es: Austria
|
105
|
+
restrictions:
|
106
|
+
telex_not_provided: true
|
91
107
|
notes:
|
92
108
|
en: The telex service is no longer provided.
|
93
109
|
es: El servicio télex está suprimido
|
@@ -97,6 +113,8 @@ data:
|
|
97
113
|
fr: Bangladesh
|
98
114
|
en: Bangladesh
|
99
115
|
es: Bangladesh
|
116
|
+
restrictions:
|
117
|
+
telex_not_provided: true
|
100
118
|
notes:
|
101
119
|
en: The telex service is no longer provided.
|
102
120
|
es: El servicio télex está suprimido
|
@@ -106,6 +124,9 @@ data:
|
|
106
124
|
fr: Barbade
|
107
125
|
en: Barbados
|
108
126
|
es: Barbados
|
127
|
+
restrictions:
|
128
|
+
no_collect_calls:
|
129
|
+
mobile: true
|
109
130
|
notes:
|
110
131
|
en: Collect calls to mobile numbers are not accepted
|
111
132
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -131,6 +152,9 @@ data:
|
|
131
152
|
fr: Belize
|
132
153
|
en: Belize
|
133
154
|
es: Belice
|
155
|
+
restrictions:
|
156
|
+
no_collect_calls:
|
157
|
+
payphone: true
|
134
158
|
notes:
|
135
159
|
en: Collect calls to mobile numbers or payphones are not accepted
|
136
160
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -142,6 +166,8 @@ data:
|
|
142
166
|
fr: Bosnie-Herzégovine
|
143
167
|
en: Bosnia and Herzegovina
|
144
168
|
es: Bosnia y Herzegovina
|
169
|
+
restrictions:
|
170
|
+
telex_not_provided: true
|
145
171
|
notes:
|
146
172
|
en: The telex service is no longer provided.
|
147
173
|
es: El servicio télex está suprimido
|
@@ -151,6 +177,9 @@ data:
|
|
151
177
|
fr: Bulgarie
|
152
178
|
en: Bulgaria
|
153
179
|
es: Bulgaria
|
180
|
+
restrictions:
|
181
|
+
telex_not_provided: true
|
182
|
+
telegram_not_provided: true
|
154
183
|
notes:
|
155
184
|
en: Collect telephone calls and credit card telephone calls are accepted in
|
156
185
|
Bulgaria only with those countries whose administrations have confirmed their
|
@@ -169,6 +198,9 @@ data:
|
|
169
198
|
fr: Cayman (Iles)
|
170
199
|
en: Cayman (Islands)
|
171
200
|
es: Caimán (Islas)
|
201
|
+
restrictions:
|
202
|
+
no_collect_calls:
|
203
|
+
mobile: true
|
172
204
|
notes:
|
173
205
|
en: Collect calls to mobile numbers are not accepted
|
174
206
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -180,6 +212,9 @@ data:
|
|
180
212
|
fr: Colombie
|
181
213
|
en: Colombia
|
182
214
|
es: Colombia
|
215
|
+
restrictions:
|
216
|
+
no_collect_calls:
|
217
|
+
mobile: true
|
183
218
|
notes:
|
184
219
|
en: Collect calls to mobile numbers are not accepted
|
185
220
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -191,6 +226,8 @@ data:
|
|
191
226
|
fr: Cook (Iles)
|
192
227
|
en: Cook Islands
|
193
228
|
es: Cook (Islas)
|
229
|
+
restrictions:
|
230
|
+
telex_not_provided: true
|
194
231
|
notes:
|
195
232
|
en: The telex service is no longer provided.
|
196
233
|
es: El servicio télex está suprimido
|
@@ -200,6 +237,12 @@ data:
|
|
200
237
|
fr: Curaçao, Sint Maarten, Bonaire, Saint Eustatius et Saba
|
201
238
|
en: Curaçao, Sint Maarten, Bonaire, Sint Eustatius and Saba
|
202
239
|
es: Curaçao, Sint Maarten, Bonaire, San Eustatius y Saba
|
240
|
+
restrictions:
|
241
|
+
telex_not_provided: true
|
242
|
+
telegram_not_provided: true
|
243
|
+
no_collect_calls:
|
244
|
+
incoming: true
|
245
|
+
outgoing: true
|
203
246
|
notes:
|
204
247
|
en: Collect calls for both outgoing and incoming are not accepted. The telegram
|
205
248
|
service is no longer provided. The telex service is no longer provided.
|
@@ -213,6 +256,9 @@ data:
|
|
213
256
|
fr: Chypre
|
214
257
|
en: Cyprus
|
215
258
|
es: Chipre
|
259
|
+
restrictions:
|
260
|
+
no_collect_calls:
|
261
|
+
mobile: true
|
216
262
|
notes:
|
217
263
|
en: CYTA no longer route nor accept telephone traffic via transit carriers.
|
218
264
|
Telecom operators are requested to switch to the hubbing method for routing
|
@@ -226,16 +272,17 @@ data:
|
|
226
272
|
priés de bien vouloir adopter la méthode de concentration (hubbing) pour le
|
227
273
|
routage de leur trafic à destination de la CYTA. Les communications payables
|
228
274
|
à l'arrivée à destination de numéros mobiles ne sont pas acceptées.
|
229
|
-
Tchèque (Rép:
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
275
|
+
Tchèque (Rép.):
|
276
|
+
geographic_area:
|
277
|
+
fr: Tchèque (Rép.)
|
278
|
+
en: Czech Rep.
|
279
|
+
es: Checa (Rep.)
|
280
|
+
restrictions:
|
281
|
+
telex_not_provided: true
|
282
|
+
notes:
|
283
|
+
en: The telex service is no longer provided.
|
284
|
+
es: El servicio télex está suprimido
|
285
|
+
fr: Le service télex n'est plus assuré.
|
239
286
|
Danemark:
|
240
287
|
geographic_area:
|
241
288
|
fr: Danemark
|
@@ -250,6 +297,9 @@ data:
|
|
250
297
|
fr: Dominique
|
251
298
|
en: Dominica
|
252
299
|
es: Dominica
|
300
|
+
restrictions:
|
301
|
+
no_collect_calls:
|
302
|
+
mobile: true
|
253
303
|
notes:
|
254
304
|
en: Collect calls to mobile numbers are not accepted
|
255
305
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -261,6 +311,9 @@ data:
|
|
261
311
|
fr: Féroé (Iles)
|
262
312
|
en: Faroe (Island)
|
263
313
|
es: Faroe (Islas)
|
314
|
+
restrictions:
|
315
|
+
telex_not_provided: true
|
316
|
+
telegram_not_provided: true
|
264
317
|
notes:
|
265
318
|
en: The telex service is no longer provided. The telegram service is no longer
|
266
319
|
provided
|
@@ -272,6 +325,11 @@ data:
|
|
272
325
|
fr: Fidji
|
273
326
|
en: Fiji
|
274
327
|
es: Fiji
|
328
|
+
restrictions:
|
329
|
+
telex_not_provided: true
|
330
|
+
telegram_not_provided: true
|
331
|
+
no_collect_calls:
|
332
|
+
mobile: true
|
275
333
|
notes:
|
276
334
|
en: The telex service is no longer provided. The telegram service is no longer
|
277
335
|
provided. Collect calls to mobile numbers are not accepted
|
@@ -310,6 +368,10 @@ data:
|
|
310
368
|
fr: Gibraltar
|
311
369
|
en: Gibraltar
|
312
370
|
es: Gibraltar
|
371
|
+
restrictions:
|
372
|
+
telegram_not_provided: true
|
373
|
+
no_collect_calls:
|
374
|
+
mobile: true
|
313
375
|
notes:
|
314
376
|
en: Collect calls to mobile numbers are not accepted. The telegram service is
|
315
377
|
no longer provided
|
@@ -322,6 +384,8 @@ data:
|
|
322
384
|
fr: Groenland
|
323
385
|
en: Greenland
|
324
386
|
es: Groenlandia
|
387
|
+
restrictions:
|
388
|
+
telegram_not_provided: true
|
325
389
|
notes:
|
326
390
|
en: The telegram service is no longer provided. Telephone calls requiring the
|
327
391
|
dispatch of a messenger are no longer admitted.
|
@@ -334,6 +398,11 @@ data:
|
|
334
398
|
fr: Guyana
|
335
399
|
en: Guyana
|
336
400
|
es: Guyana
|
401
|
+
restrictions:
|
402
|
+
telex_not_provided: true
|
403
|
+
telegram_not_provided: true
|
404
|
+
no_collect_calls:
|
405
|
+
mobile: true
|
337
406
|
notes:
|
338
407
|
en: The telex service is no longer provided. The telegram service is no longer
|
339
408
|
provided. Collect calls to mobile numbers are not accepted
|
@@ -348,6 +417,8 @@ data:
|
|
348
417
|
fr: Haïti
|
349
418
|
en: Haiti
|
350
419
|
es: Haiti
|
420
|
+
restrictions:
|
421
|
+
telex_not_provided: true
|
351
422
|
notes:
|
352
423
|
en: The telex service is no longer provided.
|
353
424
|
es: El servicio télex está suprimido
|
@@ -357,6 +428,9 @@ data:
|
|
357
428
|
fr: Honduras
|
358
429
|
en: Honduras
|
359
430
|
es: Honduras
|
431
|
+
restrictions:
|
432
|
+
no_collect_calls:
|
433
|
+
mobile: true
|
360
434
|
notes:
|
361
435
|
en: Collect calls to mobile numbers are not accepted
|
362
436
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -368,6 +442,8 @@ data:
|
|
368
442
|
fr: Hong Kong, Chine
|
369
443
|
en: Hong Kong, China
|
370
444
|
es: Hong Kong, China
|
445
|
+
restrictions:
|
446
|
+
telegram_not_provided: true
|
371
447
|
notes:
|
372
448
|
en: The telegram service and CT2 service are no longer provided
|
373
449
|
es: El servicio de telegramas y el servicio CT2 están suprimidos
|
@@ -377,6 +453,13 @@ data:
|
|
377
453
|
fr: Hongrie
|
378
454
|
en: Hungary
|
379
455
|
es: Hungría
|
456
|
+
restrictions:
|
457
|
+
telex_not_provided: true
|
458
|
+
telegram_not_provided: true
|
459
|
+
no_collect_calls:
|
460
|
+
mobile: true
|
461
|
+
incoming: true
|
462
|
+
outgoing: true
|
380
463
|
notes:
|
381
464
|
en: The telex service is no longer provided. The telegram service is no longer
|
382
465
|
provided. Collect calls for both outgoing and incoming are not accepted
|
@@ -390,6 +473,12 @@ data:
|
|
390
473
|
fr: Islande
|
391
474
|
en: Iceland
|
392
475
|
es: Islandia
|
476
|
+
restrictions:
|
477
|
+
telex_not_provided: true
|
478
|
+
no_collect_calls:
|
479
|
+
mobile: true
|
480
|
+
incoming: true
|
481
|
+
outgoing: true
|
393
482
|
notes:
|
394
483
|
en: The telex service is no longer provided. Collect calls for both outgoing
|
395
484
|
and incoming are not accepted
|
@@ -402,6 +491,10 @@ data:
|
|
402
491
|
fr: Indonésie
|
403
492
|
en: Indonesia
|
404
493
|
es: Indonesia
|
494
|
+
restrictions:
|
495
|
+
telegram_not_provided: true
|
496
|
+
no_collect_calls:
|
497
|
+
mobile: true
|
405
498
|
notes:
|
406
499
|
en: Collect calls to mobile numbers are not accepted. The telegram service is
|
407
500
|
no longer provided. PT Indosat no longer route nor accept telephone traffic
|
@@ -423,6 +516,8 @@ data:
|
|
423
516
|
fr: Irlande
|
424
517
|
en: Ireland
|
425
518
|
es: Irlanda
|
519
|
+
restrictions:
|
520
|
+
no_messenger_dispatch: true
|
426
521
|
notes:
|
427
522
|
en: Telephone calls requiring the dispatch of a messenger are no longer admitted.
|
428
523
|
es: No se admiten llamadas telefónicas que requieran el envío de un mensajero
|
@@ -433,6 +528,8 @@ data:
|
|
433
528
|
fr: Japon
|
434
529
|
en: Japan
|
435
530
|
es: Japón
|
531
|
+
restrictions:
|
532
|
+
no_messenger_dispatch: true
|
436
533
|
notes:
|
437
534
|
en: Telephone calls requiring the dispatch of a messenger are no longer admitted.
|
438
535
|
es: No se admiten llamadas telefónicas que requieran el envío de un mensajero
|
@@ -477,6 +574,9 @@ data:
|
|
477
574
|
fr: Luxembourg
|
478
575
|
en: Luxembourg
|
479
576
|
es: Luxemburgo
|
577
|
+
restrictions:
|
578
|
+
telex_not_provided: true
|
579
|
+
telegram_not_provided: true
|
480
580
|
notes:
|
481
581
|
en: The telex service is no longer provided.. The telegram service is no longer
|
482
582
|
provided. EPT announces cancellation of the operator service.
|
@@ -489,6 +589,8 @@ data:
|
|
489
589
|
fr: Madagascar
|
490
590
|
en: Madagascar
|
491
591
|
es: Madagascar
|
592
|
+
restrictions:
|
593
|
+
telegram_not_provided: true
|
492
594
|
notes:
|
493
595
|
en: The telegram service is no longer provided
|
494
596
|
es: El servicio de telegramas está suprimido
|
@@ -498,6 +600,8 @@ data:
|
|
498
600
|
fr: Malaisie
|
499
601
|
en: Malaysia
|
500
602
|
es: Malasia
|
603
|
+
restrictions:
|
604
|
+
telex_not_provided: true
|
501
605
|
notes:
|
502
606
|
en: The telex service is no longer provided.
|
503
607
|
es: El servicio télex está suprimido
|
@@ -507,6 +611,9 @@ data:
|
|
507
611
|
fr: Malawi
|
508
612
|
en: Malawi
|
509
613
|
es: Malawi
|
614
|
+
restrictions:
|
615
|
+
no_collect_calls:
|
616
|
+
mobile: true
|
510
617
|
notes:
|
511
618
|
en: Collect calls to mobile numbers are not accepted
|
512
619
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -518,6 +625,10 @@ data:
|
|
518
625
|
fr: Maldives
|
519
626
|
en: Maldives
|
520
627
|
es: Maldivas
|
628
|
+
restrictions:
|
629
|
+
no_collect_calls:
|
630
|
+
incoming: true
|
631
|
+
outgoing: true
|
521
632
|
notes:
|
522
633
|
en: Collect calls for both outgoing and incoming are not accepted
|
523
634
|
es: No se aceptan llamadas de cobro revertido entrantes ni salientes
|
@@ -528,6 +639,9 @@ data:
|
|
528
639
|
fr: Malte
|
529
640
|
en: Malta
|
530
641
|
es: Malta
|
642
|
+
restrictions:
|
643
|
+
telex_not_provided: true
|
644
|
+
telegram_not_provided: true
|
531
645
|
notes:
|
532
646
|
en: The telegram service is no longer provided. The telex service is no longer
|
533
647
|
provided.
|
@@ -551,6 +665,10 @@ data:
|
|
551
665
|
fr: Maroc
|
552
666
|
en: Morocco
|
553
667
|
es: Marruecos
|
668
|
+
restrictions:
|
669
|
+
no_collect_calls:
|
670
|
+
mobile: true
|
671
|
+
payphone: true
|
554
672
|
notes:
|
555
673
|
en: Collect calls to mobile numbers and payphones are not accepted
|
556
674
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -562,6 +680,8 @@ data:
|
|
562
680
|
fr: Mozambique
|
563
681
|
en: Mozambique
|
564
682
|
es: Mozambique
|
683
|
+
restrictions:
|
684
|
+
telex_not_provided: true
|
565
685
|
notes:
|
566
686
|
en: The telex service is no longer provided.
|
567
687
|
es: El servicio télex está suprimido
|
@@ -571,6 +691,9 @@ data:
|
|
571
691
|
fr: Namibie
|
572
692
|
en: Namibia
|
573
693
|
es: Namibia
|
694
|
+
restrictions:
|
695
|
+
no_collect_calls:
|
696
|
+
mobile: true
|
574
697
|
notes:
|
575
698
|
en: Collect calls to mobile numbers are not accepted
|
576
699
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -582,6 +705,9 @@ data:
|
|
582
705
|
fr: Pays-Bas
|
583
706
|
en: Netherlands
|
584
707
|
es: Países Bajos
|
708
|
+
restrictions:
|
709
|
+
no_collect_calls:
|
710
|
+
mobile: true
|
585
711
|
notes:
|
586
712
|
en: Collect calls to mobile numbers are not accepted
|
587
713
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -593,6 +719,12 @@ data:
|
|
593
719
|
fr: Nouvelle-Calédonie
|
594
720
|
en: New Caledonia
|
595
721
|
es: Nueva Caledonia
|
722
|
+
restrictions:
|
723
|
+
telex_not_provided: true
|
724
|
+
telegram_not_provided: true
|
725
|
+
no_collect_calls:
|
726
|
+
incoming: true
|
727
|
+
outgoing: true
|
596
728
|
notes:
|
597
729
|
en: The telex service is no longer provided. The telegram service is no longer
|
598
730
|
provided. Collect calls for both outgoing and incoming are not accepted
|
@@ -606,6 +738,8 @@ data:
|
|
606
738
|
fr: Nouvelle-Zélande
|
607
739
|
en: New Zealand
|
608
740
|
es: Nueva Zelandia
|
741
|
+
restrictions:
|
742
|
+
telegram_not_provided: true
|
609
743
|
notes:
|
610
744
|
en: The telegram service is no longer provided
|
611
745
|
es: El servicio de telegramas está suprimido
|
@@ -650,6 +784,9 @@ data:
|
|
650
784
|
fr: Pakistan
|
651
785
|
en: Pakistan
|
652
786
|
es: Pakistán
|
787
|
+
restrictions:
|
788
|
+
telex_not_provided: true
|
789
|
+
telegram_not_provided: true
|
653
790
|
notes:
|
654
791
|
en: The telecommunication service with Israel is suspended. The telex service
|
655
792
|
is no longer provided. The telegram service is no longer provided.
|
@@ -662,6 +799,9 @@ data:
|
|
662
799
|
fr: Panama
|
663
800
|
en: Panama
|
664
801
|
es: Panamá
|
802
|
+
restrictions:
|
803
|
+
no_collect_calls:
|
804
|
+
mobile: true
|
665
805
|
notes:
|
666
806
|
en: Collect calls to mobile numbers are not accepted
|
667
807
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -673,6 +813,10 @@ data:
|
|
673
813
|
fr: Papouasie-Nouvelle-Guinée
|
674
814
|
en: Papua New Guinea
|
675
815
|
es: Papua Nueva Guinea
|
816
|
+
restrictions:
|
817
|
+
telex_not_provided: true
|
818
|
+
no_collect_calls:
|
819
|
+
mobile: true
|
676
820
|
notes:
|
677
821
|
en: Collect calls to mobile numbers are not accepted. The telex service is no
|
678
822
|
longer provided.
|
@@ -685,6 +829,10 @@ data:
|
|
685
829
|
fr: Pérou
|
686
830
|
en: Peru
|
687
831
|
es: Perú
|
832
|
+
restrictions:
|
833
|
+
no_collect_calls:
|
834
|
+
incoming: true
|
835
|
+
outgoing: true
|
688
836
|
notes:
|
689
837
|
en: Collect calls for both outgoing and incoming are not accepted
|
690
838
|
es: No se aceptan llamadas de cobro revertido entrantes ni salientes
|
@@ -695,6 +843,9 @@ data:
|
|
695
843
|
fr: Pologne
|
696
844
|
en: Poland
|
697
845
|
es: Polonía
|
846
|
+
restrictions:
|
847
|
+
telex_not_provided: true
|
848
|
+
telegram_not_provided: true
|
698
849
|
notes:
|
699
850
|
en: The telegram service is no longer provided. The telex service is no longer
|
700
851
|
provided.
|
@@ -724,6 +875,9 @@ data:
|
|
724
875
|
fr: Sainte-Hélène, Ascension et Tristan da Cunha
|
725
876
|
en: Saint Helena, Ascension and Tristan da Cunha
|
726
877
|
es: Santa Elena, Ascensión y Tristan da Cunha
|
878
|
+
restrictions:
|
879
|
+
telex_not_provided: true
|
880
|
+
telegram_not_provided: true
|
727
881
|
notes:
|
728
882
|
en: The telex service is no longer provided. The telegram service is no longer
|
729
883
|
provided
|
@@ -735,6 +889,9 @@ data:
|
|
735
889
|
fr: Sainte-Lucie
|
736
890
|
en: Saint Lucia
|
737
891
|
es: Santa Lucía
|
892
|
+
restrictions:
|
893
|
+
no_collect_calls:
|
894
|
+
mobile: true
|
738
895
|
notes:
|
739
896
|
en: Collect calls to mobile numbers are not accepted
|
740
897
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -746,6 +903,9 @@ data:
|
|
746
903
|
fr: Saint-Vincent-et-les-Grenadines
|
747
904
|
en: Saint Vincent and the Grenadines
|
748
905
|
es: San Vicente y las Granadinas
|
906
|
+
restrictions:
|
907
|
+
no_collect_calls:
|
908
|
+
mobile: true
|
749
909
|
notes:
|
750
910
|
en: Collect calls to mobile numbers are not accepted
|
751
911
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -757,6 +917,8 @@ data:
|
|
757
917
|
fr: Samoa
|
758
918
|
en: Samoa
|
759
919
|
es: Samoa
|
920
|
+
restrictions:
|
921
|
+
telex_not_provided: true
|
760
922
|
notes:
|
761
923
|
en: The telex service is no longer provided.
|
762
924
|
es: El servicio télex está suprimido
|
@@ -783,6 +945,8 @@ data:
|
|
783
945
|
fr: Sao Tomé-et-Principe
|
784
946
|
en: Sao Tome and Principe
|
785
947
|
es: Santo Tomé y Príncipe
|
948
|
+
restrictions:
|
949
|
+
telex_not_provided: true
|
786
950
|
notes:
|
787
951
|
en: The telex service is no longer provided.
|
788
952
|
es: El servicio télex está suprimido
|
@@ -792,6 +956,10 @@ data:
|
|
792
956
|
fr: Arabie saoudite
|
793
957
|
en: Saudi Arabia
|
794
958
|
es: Arabia Saudita
|
959
|
+
restrictions:
|
960
|
+
no_collect_calls:
|
961
|
+
incoming: true
|
962
|
+
outgoing: true
|
795
963
|
notes:
|
796
964
|
en: Collect calls for both outgoing and incoming are not accepted
|
797
965
|
es: No se aceptan llamadas de cobro revertido entrantes ni salientes
|
@@ -802,6 +970,10 @@ data:
|
|
802
970
|
fr: Serbie
|
803
971
|
en: Serbia
|
804
972
|
es: Serbia
|
973
|
+
restrictions:
|
974
|
+
telex_not_provided: true
|
975
|
+
no_collect_calls:
|
976
|
+
mobile: true
|
805
977
|
notes:
|
806
978
|
en: Collect calls to mobile numbers are not accepted. The telex service is no
|
807
979
|
longer provided. The Operator-Assisted Call Service for semi-automatic calls
|
@@ -818,6 +990,9 @@ data:
|
|
818
990
|
fr: Seychelles
|
819
991
|
en: Seychelles
|
820
992
|
es: Seychelles
|
993
|
+
restrictions:
|
994
|
+
no_collect_calls:
|
995
|
+
mobile: true
|
821
996
|
notes:
|
822
997
|
en: Collect calls to mobile numbers are not accepted
|
823
998
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -829,6 +1004,8 @@ data:
|
|
829
1004
|
fr: Singapour
|
830
1005
|
en: Singapore
|
831
1006
|
es: Singapur
|
1007
|
+
restrictions:
|
1008
|
+
telex_not_provided: true
|
832
1009
|
notes:
|
833
1010
|
en: The telegram service is no longer provided. Singapore Telecommunications
|
834
1011
|
Ltd ("SingTel"), Singapore, announces that incoming international operator-assisted
|
@@ -860,6 +1037,12 @@ data:
|
|
860
1037
|
fr: Slovaquie
|
861
1038
|
en: Slovakia
|
862
1039
|
es: Eslovaquia
|
1040
|
+
restrictions:
|
1041
|
+
telex_not_provided: true
|
1042
|
+
telegram_not_provided: true
|
1043
|
+
no_collect_calls:
|
1044
|
+
incoming: true
|
1045
|
+
outgoing: true
|
863
1046
|
notes:
|
864
1047
|
en: Collect calls for both outgoing and incoming are not accepted. The telex
|
865
1048
|
service is no longer provided. The telegram service is no longer provided.
|
@@ -880,30 +1063,34 @@ data:
|
|
880
1063
|
especial TLXx (entrega de télex)
|
881
1064
|
fr: Les télégrammes avec le service spécial TLXx (remise par télex) ne sont
|
882
1065
|
plus admis à destination et en provenance de la Slovénie.
|
883
|
-
Sudafricaine (Rép:
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
pas acceptés à destination et en provenance de la République sudafricaine.
|
1066
|
+
Sudafricaine (Rép.):
|
1067
|
+
geographic_area:
|
1068
|
+
fr: Sudafricaine (Rép.)
|
1069
|
+
en: South Africa
|
1070
|
+
es: Sudafricana (Rep.)
|
1071
|
+
notes:
|
1072
|
+
en: Telkom SA Ltd., Pretoria, announces that Letter telegrams (LT), Government
|
1073
|
+
letter telegrams (LTF) and telegrams with the special service URGENT (Urgent
|
1074
|
+
transmission and delivery) and LX (De luxe form) are not accepted to and from
|
1075
|
+
South Africa.
|
1076
|
+
es: Telkom SA Ltd., Pretoria, anuncia que no se admiten con destino u origen
|
1077
|
+
en la República Sudafricana los telegramas-carta (LT), los telegramas-carta
|
1078
|
+
de Estado (LTF) ni los telegramas con servicio especial URGENT (transmisión
|
1079
|
+
y entrega urgentes) y LX (formulario de lujo)
|
1080
|
+
fr: Telkom SA Ltd., Pretoria, annonce que les télégrammes-lettres (LT), les
|
1081
|
+
télégrammes-lettres d'Etat (LTF) et les télégrammes avec le service spécial
|
1082
|
+
URGENT (transmission et remise urgentes) et LX (formule de luxe) ne sont pas
|
1083
|
+
acceptés à destination et en provenance de la République sudafricaine.
|
902
1084
|
Sri Lanka:
|
903
1085
|
geographic_area:
|
904
1086
|
fr: Sri Lanka
|
905
1087
|
en: Sri Lanka
|
906
1088
|
es: Sri Lanka
|
1089
|
+
restrictions:
|
1090
|
+
no_collect_calls:
|
1091
|
+
payphone: true
|
1092
|
+
incoming: true
|
1093
|
+
outgoing: true
|
907
1094
|
notes:
|
908
1095
|
en: No incoming calls are allowed for payphones in Sri Lanka
|
909
1096
|
es: No se autorizan llamadas efectuadas a teléfonos públicos
|
@@ -922,6 +1109,9 @@ data:
|
|
922
1109
|
fr: Suriname
|
923
1110
|
en: Suriname
|
924
1111
|
es: Suriname
|
1112
|
+
restrictions:
|
1113
|
+
telex_not_provided: true
|
1114
|
+
telegram_not_provided: true
|
925
1115
|
notes:
|
926
1116
|
en: The telegram service is no longer provided. The telex service is no longer
|
927
1117
|
provided.
|
@@ -933,6 +1123,10 @@ data:
|
|
933
1123
|
fr: Swaziland
|
934
1124
|
en: Swaziland
|
935
1125
|
es: Swazilandia
|
1126
|
+
restrictions:
|
1127
|
+
no_collect_calls:
|
1128
|
+
mobile: true
|
1129
|
+
virtual: true
|
936
1130
|
notes:
|
937
1131
|
en: Collect calls to mobile numbers and virtual telephony are not accepted
|
938
1132
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -968,6 +1162,8 @@ data:
|
|
968
1162
|
fr: Thaïlande
|
969
1163
|
en: Thailand
|
970
1164
|
es: Tailandia
|
1165
|
+
restrictions:
|
1166
|
+
telegram_not_provided: true
|
971
1167
|
notes:
|
972
1168
|
en: The telegram service is no longer provided
|
973
1169
|
es: El servicio de telegramas está suprimido
|
@@ -977,6 +1173,9 @@ data:
|
|
977
1173
|
fr: Tonga
|
978
1174
|
en: Tonga
|
979
1175
|
es: Tonga
|
1176
|
+
restrictions:
|
1177
|
+
telex_not_provided: true
|
1178
|
+
telegram_not_provided: true
|
980
1179
|
notes:
|
981
1180
|
en: The telegram service is no longer provided. The telex service is no longer
|
982
1181
|
provided.
|
@@ -988,6 +1187,12 @@ data:
|
|
988
1187
|
fr: Trinité-et-Tobago
|
989
1188
|
en: Trinidad and Tobago
|
990
1189
|
es: Trinidad y Tabago
|
1190
|
+
restrictions:
|
1191
|
+
telex_not_provided: true
|
1192
|
+
telegram_not_provided: true
|
1193
|
+
no_collect_calls:
|
1194
|
+
mobile: true
|
1195
|
+
virtual: true
|
991
1196
|
notes:
|
992
1197
|
en: The telegram service is no longer provided. The telex service is no longer
|
993
1198
|
provided. Collect calls to mobile numbers and virtual telephony are not accepted
|
@@ -1016,6 +1221,9 @@ data:
|
|
1016
1221
|
fr: Turques et Caïques (Iles)
|
1017
1222
|
en: Turks and Caicos Islands
|
1018
1223
|
es: Turquesas y Caicos (Islas)
|
1224
|
+
restrictions:
|
1225
|
+
no_collect_calls:
|
1226
|
+
mobile: true
|
1019
1227
|
notes:
|
1020
1228
|
en: Collect calls to mobile numbers are not accepted
|
1021
1229
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -1027,6 +1235,9 @@ data:
|
|
1027
1235
|
fr: Emirats arabes unis
|
1028
1236
|
en: United Arab Emirates
|
1029
1237
|
es: Emiratos Árabes Unidos
|
1238
|
+
restrictions:
|
1239
|
+
no_collect_calls:
|
1240
|
+
mobile: true
|
1030
1241
|
notes:
|
1031
1242
|
en: Collect calls to mobile numbers are not accepted. The telecommunication
|
1032
1243
|
service with Israel is suspended
|
@@ -1039,6 +1250,9 @@ data:
|
|
1039
1250
|
fr: Uruguay
|
1040
1251
|
en: Uruguay
|
1041
1252
|
es: Uruguay
|
1253
|
+
restrictions:
|
1254
|
+
no_collect_calls:
|
1255
|
+
mobile: true
|
1042
1256
|
notes:
|
1043
1257
|
en: Collect calls to mobile numbers are not accepted
|
1044
1258
|
es: No se aceptan llamadas de cobro revertido efectuadas a números de teléfonos
|
@@ -1050,6 +1264,12 @@ data:
|
|
1050
1264
|
fr: Vanuatu
|
1051
1265
|
en: Vanuatu
|
1052
1266
|
es: Vanuatu
|
1267
|
+
restrictions:
|
1268
|
+
telex_not_provided: true
|
1269
|
+
telegram_not_provided: true
|
1270
|
+
no_collect_calls:
|
1271
|
+
incoming: true
|
1272
|
+
outgoing: true
|
1053
1273
|
notes:
|
1054
1274
|
en: The telex service is no longer provided. Collect calls for both outgoing
|
1055
1275
|
and incoming are not accepted. The telegram service is no longer provided.
|
@@ -1063,6 +1283,8 @@ data:
|
|
1063
1283
|
fr: Vatican
|
1064
1284
|
en: Vatican
|
1065
1285
|
es: Vaticano
|
1286
|
+
restrictions:
|
1287
|
+
telex_not_provided: true
|
1066
1288
|
notes:
|
1067
1289
|
en: The telex service is no longer provided.
|
1068
1290
|
es: El servicio télex está suprimido
|
@@ -1072,6 +1294,8 @@ data:
|
|
1072
1294
|
fr: Yémen
|
1073
1295
|
en: Yemen
|
1074
1296
|
es: Yemen
|
1297
|
+
restrictions:
|
1298
|
+
telex_not_provided: true
|
1075
1299
|
notes:
|
1076
1300
|
en: The telecommunication service with Israel is suspended. The telex service
|
1077
1301
|
is no longer provided.
|