add resources

This commit is contained in:
Vlasislav Kashin
2025-06-27 10:56:08 +03:00
commit 5f8bdd4b39
1780 changed files with 739214 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
Region ; Label ; Comment
CL ; SC ; "http://en.wikipedia.org/wiki/Telephone_numbers_in_Chile"
CL ; SC ; "http://www.clarochile.cl/wps/portal/cl/pc/personas/movil/sms-premium"
CL ; SC_EMERGENCY ; "http://www.13.cl/concursos"
CL ; SC_EXPANDED_EMERGENCY ; "http://es.wikipedia.org/wiki/Anexo:Teléfonos_de_emergencias"
CL ; SC_STANDARD_RATE ; "http://www.clarochile.cl/portal/cl/pc/personas/movil/prepago/#04-prepago-multimedia"
CL ; SC_TOLL_FREE ; "http://www.clarochile.cl/portal/cl/pc/personas/movil/prepago/ under ""Mensajería\nIlimitada""."
CL ; XML ; "As per ITU doc, from 5 Sep 2016, fixed-mobile portability will apply in Chile. So same\nnationalNumberPatterns are maintained in both fixed-line and mobile categories."
CL ; XML ; "According to subtel.gob.cl as of August 2014, nationalPrefix(0) and carrier codes are not\nrequired to make a call between fixed-line and mobile in Chile."
CL ; XML ; "http://www.itu.int/oth/T020200002A/en"
CL ; XML ; "http://en.wikipedia.org/wiki/%2B56"
CL ; XML ; "http://www.subtel.gob.cl/base_numeracion/tabla_numeracion_ido_idd.xlsx"
CL ; XML ; "When dialling mobile numbers from landlines, or vice versa, you need a prefix of 0, which\nwe strip here. National destinations may be dialled with a carrier if they are not local\nso we extract these carrier codes as well."
CL ; XML_FIXED_LINE ; "Area codes do not need to be dialled when dialling within the same area, so the\nsmallest possible number is length 7."
CL ; XML_FIXED_LINE ; "Local-only calls are no longer valid and it is mandated to use area codes while calling\nbetween different regions."
CL ; XML_FIXED_LINE ; "In mid-2013, Chile switched from 8 digits to 9 digits for fixed-line numbers, by\ninserting a '2' after the area code (which are 2 digits, with the exception of '2').\nAs of Aug. 2014, all of the prefixes have been switched over to the new plan.\nIMPORTANT: Originally after the change Santiago numbers had a prefix of ""22"", but\nalready numbers with the prefix ""23"" are being added.\nSee: http://www.gob.cl/especiales/informate-de-la-nueva-forma-de-marcar/\n http://www.subtel.cl/index.php?option=com_content&view=article&id=3081:&catid=3:noticias\nAdded 232[3-8] ranges based on online evidence."
CL ; XML_MOBILE ; "Supported 9[23] mobile ranges as per user report."
CL ; XML_SHARED_COST ; "http://empresa.movistar.cl/nuestros_productos/soluciones_telefonia_ip/servicios/servicio_600.php"
CL ; XML_TOLL_FREE ; "Toll free patterns have been collected by looking at numbers on the internet, rather than\nfrom a definitive source."
CL ; XML_TOLL_FREE ; "1230 numbers are used by Visa/Mastercard helplines in Chile"
1 Region Label Comment
2 CL SC http://en.wikipedia.org/wiki/Telephone_numbers_in_Chile
3 CL SC http://www.clarochile.cl/wps/portal/cl/pc/personas/movil/sms-premium
4 CL SC_EMERGENCY http://www.13.cl/concursos
5 CL SC_EXPANDED_EMERGENCY http://es.wikipedia.org/wiki/Anexo:Teléfonos_de_emergencias
6 CL SC_STANDARD_RATE http://www.clarochile.cl/portal/cl/pc/personas/movil/prepago/#04-prepago-multimedia
7 CL SC_TOLL_FREE http://www.clarochile.cl/portal/cl/pc/personas/movil/prepago/ under "Mensajería\nIlimitada".
8 CL XML As per ITU doc, from 5 Sep 2016, fixed-mobile portability will apply in Chile. So same\nnationalNumberPatterns are maintained in both fixed-line and mobile categories.
9 CL XML According to subtel.gob.cl as of August 2014, nationalPrefix(0) and carrier codes are not\nrequired to make a call between fixed-line and mobile in Chile.
10 CL XML http://www.itu.int/oth/T020200002A/en
11 CL XML http://en.wikipedia.org/wiki/%2B56
12 CL XML http://www.subtel.gob.cl/base_numeracion/tabla_numeracion_ido_idd.xlsx
13 CL XML When dialling mobile numbers from landlines, or vice versa, you need a prefix of 0, which\nwe strip here. National destinations may be dialled with a carrier if they are not local\nso we extract these carrier codes as well.
14 CL XML_FIXED_LINE Area codes do not need to be dialled when dialling within the same area, so the\nsmallest possible number is length 7.
15 CL XML_FIXED_LINE Local-only calls are no longer valid and it is mandated to use area codes while calling\nbetween different regions.
16 CL XML_FIXED_LINE In mid-2013, Chile switched from 8 digits to 9 digits for fixed-line numbers, by\ninserting a '2' after the area code (which are 2 digits, with the exception of '2').\nAs of Aug. 2014, all of the prefixes have been switched over to the new plan.\nIMPORTANT: Originally after the change Santiago numbers had a prefix of "22", but\nalready numbers with the prefix "23" are being added.\nSee: http://www.gob.cl/especiales/informate-de-la-nueva-forma-de-marcar/\n http://www.subtel.cl/index.php?option=com_content&view=article&id=3081:&catid=3:noticias\nAdded 232[3-8] ranges based on online evidence.
17 CL XML_MOBILE Supported 9[23] mobile ranges as per user report.
18 CL XML_SHARED_COST http://empresa.movistar.cl/nuestros_productos/soluciones_telefonia_ip/servicios/servicio_600.php
19 CL XML_TOLL_FREE Toll free patterns have been collected by looking at numbers on the internet, rather than\nfrom a definitive source.
20 CL XML_TOLL_FREE 1230 numbers are used by Visa/Mastercard helplines in Chile

View File

@@ -0,0 +1,5 @@
Region ; Type ; Number
CL ; FIXED_LINE_OR_MOBILE ; "221234567"
CL ; TOLL_FREE ; "800123456"
CL ; SHARED_COST ; "6001234567"
CL ; VOIP ; "441234567"
1 Region Type Number
2 CL FIXED_LINE_OR_MOBILE 221234567
3 CL TOLL_FREE 800123456
4 CL SHARED_COST 6001234567
5 CL VOIP 441234567

View File

@@ -0,0 +1,10 @@
Id ; National ; International ; Comment
fixed_line_1/4/4 ; "(X) XXXX XXXX" ; "X XXXX XXXX" ; "Format for 2X fixed-line numbers. Note that due to fixed-mobile portability same\nranges are maintained in both fixed-line and mobile categories. Formats are based\non original phone number type."
fixed_line_2/3/4 ; "(XX) XXX XXXX" ; "XX XXX XXXX" ; "Format for all other fixed-line numbers."
fmt1_3/3/2/3 ; "XXX XXX XX XXX" ; "XXX XXX XX XXX" ; "For 11 digit shared cost numbers."
fmt2_3/3/2/3 ; "XXXX XXX XXXX" ; "XXXX XXX XXXX" ; "For 11 digit toll-free numbers."
fmt3_5/4 ; "(XXXXX) XXXX" ; "XXXXX XXXX" ; "For only 219X prefix used rurally by CTR."
mobile_1/4/4 ; "X XXXX XXXX" ; "X XXXX XXXX" ; "Format for mobile numbers."
shortcode_4 ; "XXXX" ; ; "Formats four digit 1X short numbers as a block. We are not formatting other 4 and 5\ndigit short codes as block because those prefixes overlap with phone numbers and\nincluding them suppresses the AYTF of overlapping prefix phone numbers."
var_cost_3/3/3-4 ; "XXX XXX XXX*" ; "XXX XXX XXX*" ; "Format for variable cost numbers like toll-free, shared cost."
voip_2/3/4 ; "XX XXX XXXX" ; "XX XXX XXXX" ; "Format for VOIP numbers."
Can't render this file because it contains an unexpected character in line 2 and column 34.

View File

@@ -0,0 +1,78 @@
Id ; International Dialling Codes ; Name:en
__astro ; "1510" ; "Astro"
__carrier_169 ; "1690" ; "Carrier 169"
__concert ; "1190" ; "Concert Chile"
__convergia ; "1120" ; "Convergia"
__e_newcarrier ; "1140" ; "E-Newcarrier.com Chile"
__empresa ; "1150, 1770" ; "Empresa de Telecomunicaciones Netonone"
__equant ; "1250" ; "Equant Chile"
__fibersat ; "1580" ; "FiberSat"
__globus ; "1200" ; "Globus"
__gsp ; "1240" ; "GSP Chile"
__gtd ; "1220" ; "Gtd TELEDUCTOS"
__heilsberg ; "1160" ; "Heilsberg"
__hogar_de_cristo ; "1800" ; "Hogar de Cristo"
__impsat_or_global_crossing ; "1700" ; "Impsat Chile / Global Crossing"
__mi_carrier ; "1540" ; "MiCarrier Telecomunicaciones"
__net_chile ; "1760" ; "NetChile"
__stel ; "1530" ; "STEL Chile SA"
__transam ; "1130" ; "Transam"
__unknown ; "00"
belink_spa ; ; "Belink Spa."
blue_two ; ; "Blue Two"
cellpluss_spa ; ; "Cellpluss Spa."
celupago ; ; "Celupago"
chilecom ; ; "Chile.Com"
cibeles_telecom ; ; "Cibeles Telecom"
claro ; "1100, 1550, 1710" ; "Claro"
cmet ; ; "Complejo Manufacturero De Equipos Telefonicos S.A.C.I."
compania_de_telecom_de_chile ; ; "Compania De Telecomunicaciones De Chile S.A."
compania_de_teléfonos_de_coyhaique ; ; "Compania De Teléfonos De Coyhaique S.A."
compatel ; ; "Compatel Chile Limitada"
convergia_telecom ; ; "Convergia Telecom S.A."
ctr ; ; "Comunicacion Y Telefonia Rural S.A."
empresas_bunker ; ; "Empresas Bunker S.A."
entel ; "1230" ; "Entel"
fullcom ; ; "Fullcom S.A."
gtd_manquehue ; ; "Gtd Manquehue S.A."
gtd_telesat ; ; "Gtd Telesat S.A."
ifx_networks_chile ; ; "Ifx Networks Chile S.A."
industel ; ; "Industel Chile Ltda"
inversiones_santa_fe ; ; "Inversiones Santa Fe Ltda."
ios_jsc_ingenium ; ; "Ingenium Outsourcing Services Chile Spa."
linksat_comunicaciones_spa ; ; "Linksat Comunicaciones Spa."
mavi ; ; "Mavi"
mobilink ; ; "Mobilink"
movil_falabella ; ; "Sociedad Falabella Movil Spa."
movistar ; "1810" ; "Movistar"
net_uno ; ; "Telecomunicaciones Net Uno Ltda."
netel ; ; "Netel S.A."
netglobalis ; ; "Netglobalis Telecom S.A."
netline ; ; "Netline"
nomade_telecomunicaciones ; ; "Nómade Telecomunicaciones"
ops_ingenieria ; ; "Ops Ingenieria Ltda."
optic_telecomunicaciones ; ; "Optic Telecomunicaciones Ltda."
pacifico_cable_spa ; ; "Pacifico Cable S.P.A."
parallel_chile ; ; "Compania Chilena De Comunicaciones Parallel S.A."
prontoip ; ; "Pronto Ip Ltda."
quantax ; ; "Quantax"
redvoiss ; ; "Redvoiss"
rural_telecommunications_chile ; ; "Rural Telecommunications Chile S.A."
servicios_internet_limitada ; ; "Servicios Internet Limitada"
sociedad_swedcom ; ; "Sociedad Comercial y de Ingeniería Swedcom"
stel_access ; ; "Stel Access S.A."
telecomunicaciones_dotcom ; ; "Telecomunicaciones Dotcom"
telecomunicaciones_max ; ; "Telecomunicaciones Max Ltda."
telefonica_del_sur ; ; "Telefonica Del Sur S.A."
telefonica_uno_uno_cuatro ; "1880" ; "Telefónica Uno Uno Cuatro"
telestar ; ; "Telestar"
television_interactiva ; ; "Television Interactiva"
tesacom ; ; "Tesacom"
tribe_mobile_chile_spa ; ; "Tribe Mobile Chile Spa"
viva ; ; "Viva"
voip_analysis ; ; "Voip Analysis S.A"
vtr_banda_ancha_(chile) ; ; "Vtr Banda Ancha (Chile) S.A."
vtr_comunicaciones_spa ; ; "Vtr Comunicaciones Spa."
vtr_movil ; "1110" ; "VTR Móvil"
will ; ; "Will S.A."
wom ; ; "WOM"
Can't render this file because it contains an unexpected character in line 2 and column 43.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,59 @@
Region ; Prefix ; Length ; Type ; Tariff ; Sms ; Format
CL ; 100 ; 3 ; EXPANDED_EMERGENCY
CL ; 1[05]60 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true ; "shortcode_4"
CL ; 1211 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true ; "shortcode_4"
CL ; 1213 ; 4 ; COMMERCIAL ; TOLL_FREE ; true ; "shortcode_4"
CL ; 13[04-9] ; 3 ; EXPANDED_EMERGENCY
CL ; 13[1-3] ; 3 ; EMERGENCY ; TOLL_FREE
CL ; 1313 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true ; "shortcode_4"
CL ; 13[348]0 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true ; "shortcode_4"
CL ; 135[01] ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true ; "shortcode_4"
CL ; 140[02-6] ; 4 ; EXPANDED_EMERGENCY ; ; true ; "shortcode_4"
CL ; 1417 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true ; "shortcode_4"
CL ; 14[379] ; 3 ; EXPANDED_EMERGENCY
CL ; 1818 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true ; "shortcode_4"
CL ; 1919 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true ; "shortcode_4"
CL ; 1980 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true ; "shortcode_4"
CL ; 2001 ; 4 ; COMMERCIAL ; STANDARD_RATE ; true ; "shortcode_4"
CL ; 20122 ; 5 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 222[47] ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 2323 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 2777 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 2882 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 3051 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 3099 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 3132 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 3329 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 3337 ; 4 ; COMMERCIAL ; STANDARD_RATE ; true
CL ; 3377 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 3390 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 3665 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 4142 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 4243 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 4342 ; 4 ; COMMERCIAL ; TOLL_FREE ; true
CL ; 43656 ; 5 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 4402 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 4415 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 4477 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 4554 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 5004 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 54154 ; 5 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 5566 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 5577 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 5995 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 60700 ; 5 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 6131 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 6222 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 6300 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 6366 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 6500 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 6699 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 7878 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true ; "shortcode_4"
CL ; 8011 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 811[28] ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 8482 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 8889 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 9011 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true ; "shortcode_4"
CL ; 9[12]00 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
CL ; 911 ; 3 ; EMERGENCY ; TOLL_FREE
CL ; 9330 ; 4 ; COMMERCIAL ; PREMIUM_RATE ; true
1 Region Prefix Length Type Tariff Sms Format
2 CL 100 3 EXPANDED_EMERGENCY
3 CL 1[05]60 4 COMMERCIAL PREMIUM_RATE true shortcode_4
4 CL 1211 4 COMMERCIAL PREMIUM_RATE true shortcode_4
5 CL 1213 4 COMMERCIAL TOLL_FREE true shortcode_4
6 CL 13[04-9] 3 EXPANDED_EMERGENCY
7 CL 13[1-3] 3 EMERGENCY TOLL_FREE
8 CL 1313 4 COMMERCIAL PREMIUM_RATE true shortcode_4
9 CL 13[348]0 4 COMMERCIAL PREMIUM_RATE true shortcode_4
10 CL 135[01] 4 COMMERCIAL PREMIUM_RATE true shortcode_4
11 CL 140[02-6] 4 EXPANDED_EMERGENCY true shortcode_4
12 CL 1417 4 COMMERCIAL PREMIUM_RATE true shortcode_4
13 CL 14[379] 3 EXPANDED_EMERGENCY
14 CL 1818 4 COMMERCIAL PREMIUM_RATE true shortcode_4
15 CL 1919 4 COMMERCIAL PREMIUM_RATE true shortcode_4
16 CL 1980 4 COMMERCIAL PREMIUM_RATE true shortcode_4
17 CL 2001 4 COMMERCIAL STANDARD_RATE true shortcode_4
18 CL 20122 5 COMMERCIAL PREMIUM_RATE true
19 CL 222[47] 4 COMMERCIAL PREMIUM_RATE true
20 CL 2323 4 COMMERCIAL PREMIUM_RATE true
21 CL 2777 4 COMMERCIAL PREMIUM_RATE true
22 CL 2882 4 COMMERCIAL PREMIUM_RATE true
23 CL 3051 4 COMMERCIAL PREMIUM_RATE true
24 CL 3099 4 COMMERCIAL PREMIUM_RATE true
25 CL 3132 4 COMMERCIAL PREMIUM_RATE true
26 CL 3329 4 COMMERCIAL PREMIUM_RATE true
27 CL 3337 4 COMMERCIAL STANDARD_RATE true
28 CL 3377 4 COMMERCIAL PREMIUM_RATE true
29 CL 3390 4 COMMERCIAL PREMIUM_RATE true
30 CL 3665 4 COMMERCIAL PREMIUM_RATE true
31 CL 4142 4 COMMERCIAL PREMIUM_RATE true
32 CL 4243 4 COMMERCIAL PREMIUM_RATE true
33 CL 4342 4 COMMERCIAL TOLL_FREE true
34 CL 43656 5 COMMERCIAL PREMIUM_RATE true
35 CL 4402 4 COMMERCIAL PREMIUM_RATE true
36 CL 4415 4 COMMERCIAL PREMIUM_RATE true
37 CL 4477 4 COMMERCIAL PREMIUM_RATE true
38 CL 4554 4 COMMERCIAL PREMIUM_RATE true
39 CL 5004 4 COMMERCIAL PREMIUM_RATE true
40 CL 54154 5 COMMERCIAL PREMIUM_RATE true
41 CL 5566 4 COMMERCIAL PREMIUM_RATE true
42 CL 5577 4 COMMERCIAL PREMIUM_RATE true
43 CL 5995 4 COMMERCIAL PREMIUM_RATE true
44 CL 60700 5 COMMERCIAL PREMIUM_RATE true
45 CL 6131 4 COMMERCIAL PREMIUM_RATE true
46 CL 6222 4 COMMERCIAL PREMIUM_RATE true
47 CL 6300 4 COMMERCIAL PREMIUM_RATE true
48 CL 6366 4 COMMERCIAL PREMIUM_RATE true
49 CL 6500 4 COMMERCIAL PREMIUM_RATE true
50 CL 6699 4 COMMERCIAL PREMIUM_RATE true
51 CL 7878 4 COMMERCIAL PREMIUM_RATE true shortcode_4
52 CL 8011 4 COMMERCIAL PREMIUM_RATE true
53 CL 811[28] 4 COMMERCIAL PREMIUM_RATE true
54 CL 8482 4 COMMERCIAL PREMIUM_RATE true
55 CL 8889 4 COMMERCIAL PREMIUM_RATE true
56 CL 9011 4 COMMERCIAL PREMIUM_RATE true shortcode_4
57 CL 9[12]00 4 COMMERCIAL PREMIUM_RATE true
58 CL 911 3 EMERGENCY TOLL_FREE
59 CL 9330 4 COMMERCIAL PREMIUM_RATE true