intl-tel-input 18.2.1 → 18.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -10
- package/build/css/intlTelInput.css +3 -3
- package/build/css/intlTelInput.min.css +1 -1
- package/build/js/data.js +2 -2
- package/build/js/data.min.js +2 -2
- package/build/js/intlTelInput-jquery.js +12 -13
- package/build/js/intlTelInput-jquery.min.js +3 -3
- package/build/js/intlTelInput.js +12 -13
- package/build/js/intlTelInput.min.js +3 -3
- package/build/js/utils.js +147 -147
- package/composer.json +1 -1
- package/demo.html +1 -0
- package/grunt/replace.js +0 -3
- package/package.json +1 -1
- package/spec.html +2 -0
- package/src/css/intlTelInput.scss +2 -2
- package/src/js/data.js +1 -7
- package/src/js/intlTelInput.js +13 -15
- package/src/spec/helpers/helpers.js +1 -1
- package/src/spec/tests/options/useFullscreenPopup.js +45 -0
- package/third_party/libphonenumber/.github/dependabot.yml +16 -16
- package/third_party/libphonenumber/.github/workflows/codeql.yml +4 -4
- package/third_party/libphonenumber/.github/workflows/dependency-review.yml +2 -2
- package/third_party/libphonenumber/.github/workflows/scorecards.yml +2 -2
- package/third_party/libphonenumber/.github/workflows/unit-test.yml +3 -3
- package/third_party/libphonenumber/FAQ.md +0 -6
- package/third_party/libphonenumber/README.md +10 -2
- package/third_party/libphonenumber/cpp/CMakeLists.txt +1 -7
- package/third_party/libphonenumber/cpp/src/phonenumbers/alternate_format.cc +15 -15
- package/third_party/libphonenumber/cpp/src/phonenumbers/lite_metadata.cc +12079 -12165
- package/third_party/libphonenumber/cpp/src/phonenumbers/metadata.cc +13707 -13791
- package/third_party/libphonenumber/cpp/src/phonenumbers/short_metadata.cc +2394 -2389
- package/third_party/libphonenumber/java/build.xml +10 -1
- package/third_party/libphonenumber/java/carrier/pom.xml +6 -6
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/212_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/216_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/221_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/228_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/229_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/230_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/237_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/250_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/262_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/30_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/371_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/385_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/389_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/39_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/40_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/41_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/423_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/43_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/45_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/46_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/47_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/49_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/502_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/503_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/51_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/53_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/56_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/57_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/592_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/60_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/61_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/64_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/65_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/683_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/81_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/82_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/82_ko +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/84_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/852_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/852_zh +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/852_zh_Hant +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/853_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/86_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/86_zh +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/90_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/92_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/966_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/972_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/973_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/992_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/995_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/996_en +0 -0
- package/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/carrier/data/998_en +0 -0
- package/third_party/libphonenumber/java/demo/pom.xml +9 -9
- package/third_party/libphonenumber/java/demoapp/README.md +51 -0
- package/third_party/libphonenumber/java/demoapp/app/build.gradle +45 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/AndroidManifest.xml +39 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/MyApplication.java +16 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/ContactsPermissionManagement.java +161 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/ContactsRead.java +62 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/ContactsWrite.java +59 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/main/CountryDropdown.java +203 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/main/MainActivity.java +226 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/phonenumbers/PhoneNumberFormatting.java +74 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/phonenumbers/PhoneNumberInApp.java +96 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/FormattableFragment.java +161 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/FormattableRvAdapter.java +157 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/NotFormattableFragment.java +119 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/NotFormattableRvAdapter.java +94 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ResultActivity.java +102 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ResultVpAdapter.java +72 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/drawable/ic_launcher_background.xml +32 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/drawable/ic_launcher_foreground.xml +16 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/drawable/ic_outline_home_30.xml +10 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/activity_main.xml +83 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/activity_result.xml +26 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/country_dropdown.xml +24 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/country_dropdown_item.xml +9 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/formattable_list_item.xml +66 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/fragment_formattable.xml +30 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/fragment_not_formattable.xml +64 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/not_formattable_list_item.xml +57 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/values/dimens.xml +9 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/values/strings.xml +48 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/values/themes.xml +4 -0
- package/third_party/libphonenumber/java/demoapp/app/src/main/res/values-night/themes.xml +4 -0
- package/third_party/libphonenumber/java/demoapp/app/src/test/java/com/google/phonenumbers/demoapp/phonenumbers/PhoneNumberFormattingTest.java +103 -0
- package/third_party/libphonenumber/java/demoapp/app/src/test/java/com/google/phonenumbers/demoapp/phonenumbers/PhoneNumberInAppTest.java +70 -0
- package/third_party/libphonenumber/java/demoapp/build.gradle +5 -0
- package/third_party/libphonenumber/java/demoapp/gradle.properties +21 -0
- package/third_party/libphonenumber/java/demoapp/settings.gradle +16 -0
- package/third_party/libphonenumber/java/geocoder/pom.xml +6 -6
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1227_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1329_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1369_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1730_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/1983_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/212_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/212_fr +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/267_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/299_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/44_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/52_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/53_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/598_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/61_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/975_en +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/config +0 -0
- package/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/timezones/data/map_data +0 -0
- package/third_party/libphonenumber/java/internal/prefixmapper/pom.xml +5 -5
- package/third_party/libphonenumber/java/libphonenumber/pom.xml +4 -4
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberAlternateFormatsProto_84 +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_881 +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_883 +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AM +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AR +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AU +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BD +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BH +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BJ +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BL +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BW +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CC +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CO +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CU +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CX +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_EE +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_EG +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_EH +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_FR +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GB +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GE +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GF +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GL +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GP +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GT +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GU +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_GY +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_HK +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_HR +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_IL +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_JM +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_JP +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_KG +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_KR +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_KZ +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_LI +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MA +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MF +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MK +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MQ +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MU +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MX +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_MY +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_NO +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_NU +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_NZ +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_OM +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_PA +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_PK +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_PL +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_PM +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_RE +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_RO +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_RU +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_RW +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SA +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SG +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SJ +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SO +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_SV +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_TJ +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_TN +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_TR +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_UG +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_US +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_UY +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_UZ +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_VN +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_YT +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_GL +0 -0
- package/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/data/ShortNumberMetadataProto_JP +0 -0
- package/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/PhoneNumberUtilTest.java +4 -3
- package/third_party/libphonenumber/java/pom.xml +13 -13
- package/third_party/libphonenumber/java/script/download-junit-jars.sh +26 -0
- package/third_party/libphonenumber/javascript/i18n/phonenumbers/demo-compiled.js +217 -218
- package/third_party/libphonenumber/javascript/i18n/phonenumbers/metadata.js +160 -161
- package/third_party/libphonenumber/javascript/i18n/phonenumbers/metadatalite.js +160 -161
- package/third_party/libphonenumber/javascript/i18n/phonenumbers/shortnumbermetadata.js +8 -6
- package/third_party/libphonenumber/metadata/metadata.zip +0 -0
- package/third_party/libphonenumber/metadata/pom.xml +7 -7
- package/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/NumberingScheme.java +10 -3
- package/third_party/libphonenumber/migrator/migrator-servlet/pom.xml +5 -5
- package/third_party/libphonenumber/migrator/pom.xml +4 -4
- package/third_party/libphonenumber/release_notes.txt +93 -0
- package/third_party/libphonenumber/resources/PhoneNumberAlternateFormats.xml +1 -1
- package/third_party/libphonenumber/resources/PhoneNumberMetadata.xml +532 -620
- package/third_party/libphonenumber/resources/ShortNumberMetadata.xml +16 -4
- package/third_party/libphonenumber/resources/carrier/en/212.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/216.txt +2 -6
- package/third_party/libphonenumber/resources/carrier/en/221.txt +1 -1
- package/third_party/libphonenumber/resources/carrier/en/228.txt +6 -6
- package/third_party/libphonenumber/resources/carrier/en/229.txt +5 -4
- package/third_party/libphonenumber/resources/carrier/en/230.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/237.txt +6 -1
- package/third_party/libphonenumber/resources/carrier/en/250.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/262.txt +36 -38
- package/third_party/libphonenumber/resources/carrier/en/30.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/371.txt +5 -0
- package/third_party/libphonenumber/resources/carrier/en/385.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/389.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/39.txt +3 -0
- package/third_party/libphonenumber/resources/carrier/en/40.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/41.txt +15 -3
- package/third_party/libphonenumber/resources/carrier/en/423.txt +2 -0
- package/third_party/libphonenumber/resources/carrier/en/43.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/45.txt +9 -8
- package/third_party/libphonenumber/resources/carrier/en/46.txt +12 -14
- package/third_party/libphonenumber/resources/carrier/en/47.txt +0 -2
- package/third_party/libphonenumber/resources/carrier/en/49.txt +1 -1
- package/third_party/libphonenumber/resources/carrier/en/502.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/503.txt +21 -2
- package/third_party/libphonenumber/resources/carrier/en/51.txt +2 -0
- package/third_party/libphonenumber/resources/carrier/en/53.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/56.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/57.txt +5 -0
- package/third_party/libphonenumber/resources/carrier/en/592.txt +21 -7
- package/third_party/libphonenumber/resources/carrier/en/60.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/61.txt +4 -0
- package/third_party/libphonenumber/resources/carrier/en/64.txt +8 -0
- package/third_party/libphonenumber/resources/carrier/en/65.txt +8 -1
- package/third_party/libphonenumber/resources/carrier/en/683.txt +2 -0
- package/third_party/libphonenumber/resources/carrier/en/81.txt +14 -8
- package/third_party/libphonenumber/resources/carrier/en/82.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/84.txt +2 -0
- package/third_party/libphonenumber/resources/carrier/en/852.txt +49 -35
- package/third_party/libphonenumber/resources/carrier/en/853.txt +5 -0
- package/third_party/libphonenumber/resources/carrier/en/86.txt +1 -1
- package/third_party/libphonenumber/resources/carrier/en/90.txt +2 -1
- package/third_party/libphonenumber/resources/carrier/en/92.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/966.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/972.txt +3 -2
- package/third_party/libphonenumber/resources/carrier/en/973.txt +3 -0
- package/third_party/libphonenumber/resources/carrier/en/992.txt +19 -5
- package/third_party/libphonenumber/resources/carrier/en/995.txt +1 -6
- package/third_party/libphonenumber/resources/carrier/en/996.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/en/998.txt +1 -11
- package/third_party/libphonenumber/resources/carrier/ko/82.txt +1 -0
- package/third_party/libphonenumber/resources/carrier/zh/852.txt +49 -35
- package/third_party/libphonenumber/resources/carrier/zh/86.txt +1 -1
- package/third_party/libphonenumber/resources/geocoding/en/1.txt +5 -0
- package/third_party/libphonenumber/resources/geocoding/en/212.txt +13 -6
- package/third_party/libphonenumber/resources/geocoding/en/267.txt +1 -0
- package/third_party/libphonenumber/resources/geocoding/en/299.txt +1 -0
- package/third_party/libphonenumber/resources/geocoding/en/44.txt +15 -1
- package/third_party/libphonenumber/resources/geocoding/en/52.txt +1 -0
- package/third_party/libphonenumber/resources/geocoding/en/53.txt +1 -0
- package/third_party/libphonenumber/resources/geocoding/en/598.txt +1 -9
- package/third_party/libphonenumber/resources/geocoding/en/61.txt +19 -47
- package/third_party/libphonenumber/resources/geocoding/en/975.txt +3 -1
- package/third_party/libphonenumber/resources/geocoding/es/52.txt +1 -0
- package/third_party/libphonenumber/resources/geocoding/fr/212.txt +13 -6
- package/third_party/libphonenumber/resources/metadata/1/ranges.csv +9 -3
- package/third_party/libphonenumber/resources/metadata/20/formats.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/20/ranges.csv +4 -4
- package/third_party/libphonenumber/resources/metadata/212/formats.csv +0 -1
- package/third_party/libphonenumber/resources/metadata/212/ranges.csv +106 -115
- package/third_party/libphonenumber/resources/metadata/216/operators.csv +0 -1
- package/third_party/libphonenumber/resources/metadata/216/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/221/operators.csv +1 -1
- package/third_party/libphonenumber/resources/metadata/221/ranges.csv +1 -1
- package/third_party/libphonenumber/resources/metadata/228/operators.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/228/ranges.csv +3 -2
- package/third_party/libphonenumber/resources/metadata/229/operators.csv +5 -5
- package/third_party/libphonenumber/resources/metadata/229/ranges.csv +58 -58
- package/third_party/libphonenumber/resources/metadata/230/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/237/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/250/operators.csv +5 -4
- package/third_party/libphonenumber/resources/metadata/250/ranges.csv +10 -9
- package/third_party/libphonenumber/resources/metadata/252/ranges.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/256/ranges.csv +1 -2
- package/third_party/libphonenumber/resources/metadata/262/examples.csv +2 -0
- package/third_party/libphonenumber/resources/metadata/262/operators.csv +1 -1
- package/third_party/libphonenumber/resources/metadata/262/ranges.csv +22 -21
- package/third_party/libphonenumber/resources/metadata/267/ranges.csv +3 -2
- package/third_party/libphonenumber/resources/metadata/27/ranges.csv +24 -19
- package/third_party/libphonenumber/resources/metadata/299/ranges.csv +3 -2
- package/third_party/libphonenumber/resources/metadata/299/shortcodes.csv +4 -2
- package/third_party/libphonenumber/resources/metadata/30/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/33/ranges.csv +31 -69
- package/third_party/libphonenumber/resources/metadata/353/ranges.csv +59 -70
- package/third_party/libphonenumber/resources/metadata/371/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/372/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/374/ranges.csv +1 -1
- package/third_party/libphonenumber/resources/metadata/385/operators.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/385/ranges.csv +3 -0
- package/third_party/libphonenumber/resources/metadata/389/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/39/operators.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/39/ranges.csv +5 -1
- package/third_party/libphonenumber/resources/metadata/40/ranges.csv +2 -0
- package/third_party/libphonenumber/resources/metadata/41/operators.csv +3 -1
- package/third_party/libphonenumber/resources/metadata/41/ranges.csv +37 -34
- package/third_party/libphonenumber/resources/metadata/423/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/43/operators.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/43/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/44/ranges.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/45/operators.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/45/ranges.csv +6 -2
- package/third_party/libphonenumber/resources/metadata/46/operators.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/46/ranges.csv +9 -4
- package/third_party/libphonenumber/resources/metadata/47/ranges.csv +0 -3
- package/third_party/libphonenumber/resources/metadata/48/ranges.csv +1 -1
- package/third_party/libphonenumber/resources/metadata/49/operators.csv +1 -1
- package/third_party/libphonenumber/resources/metadata/49/ranges.csv +1 -2
- package/third_party/libphonenumber/resources/metadata/502/ranges.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/503/operators.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/503/ranges.csv +133 -248
- package/third_party/libphonenumber/resources/metadata/507/ranges.csv +2 -2
- package/third_party/libphonenumber/resources/metadata/508/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/51/ranges.csv +2 -2
- package/third_party/libphonenumber/resources/metadata/52/ranges.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/53/ranges.csv +2 -0
- package/third_party/libphonenumber/resources/metadata/54/ranges.csv +3 -1
- package/third_party/libphonenumber/resources/metadata/56/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/57/operators.csv +2 -0
- package/third_party/libphonenumber/resources/metadata/57/ranges.csv +5 -2
- package/third_party/libphonenumber/resources/metadata/590/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/592/examples.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/592/operators.csv +5 -3
- package/third_party/libphonenumber/resources/metadata/592/ranges.csv +94 -82
- package/third_party/libphonenumber/resources/metadata/594/ranges.csv +3 -2
- package/third_party/libphonenumber/resources/metadata/596/ranges.csv +4 -2
- package/third_party/libphonenumber/resources/metadata/598/formats.csv +7 -6
- package/third_party/libphonenumber/resources/metadata/598/ranges.csv +37 -35
- package/third_party/libphonenumber/resources/metadata/60/ranges.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/61/ranges.csv +23 -42
- package/third_party/libphonenumber/resources/metadata/64/examples.csv +0 -1
- package/third_party/libphonenumber/resources/metadata/64/ranges.csv +9 -6
- package/third_party/libphonenumber/resources/metadata/65/operators.csv +0 -1
- package/third_party/libphonenumber/resources/metadata/65/ranges.csv +6 -2
- package/third_party/libphonenumber/resources/metadata/683/ranges.csv +2 -0
- package/third_party/libphonenumber/resources/metadata/81/comments.csv +2 -0
- package/third_party/libphonenumber/resources/metadata/81/operators.csv +6 -5
- package/third_party/libphonenumber/resources/metadata/81/ranges.csv +979 -975
- package/third_party/libphonenumber/resources/metadata/81/shortcodes.csv +7 -6
- package/third_party/libphonenumber/resources/metadata/82/ranges.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/84/ranges.csv +11 -9
- package/third_party/libphonenumber/resources/metadata/852/operators.csv +16 -18
- package/third_party/libphonenumber/resources/metadata/852/ranges.csv +224 -230
- package/third_party/libphonenumber/resources/metadata/853/ranges.csv +1 -2
- package/third_party/libphonenumber/resources/metadata/86/ranges.csv +3 -2
- package/third_party/libphonenumber/resources/metadata/880/comments.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/880/ranges.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/881/formats.csv +3 -2
- package/third_party/libphonenumber/resources/metadata/881/ranges.csv +6 -5
- package/third_party/libphonenumber/resources/metadata/883/ranges.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/90/operators.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/90/ranges.csv +2 -1
- package/third_party/libphonenumber/resources/metadata/92/ranges.csv +2 -0
- package/third_party/libphonenumber/resources/metadata/966/ranges.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/968/ranges.csv +1 -1
- package/third_party/libphonenumber/resources/metadata/972/operators.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/972/ranges.csv +6 -7
- package/third_party/libphonenumber/resources/metadata/973/operators.csv +1 -0
- package/third_party/libphonenumber/resources/metadata/973/ranges.csv +8 -1
- package/third_party/libphonenumber/resources/metadata/975/ranges.csv +4 -3
- package/third_party/libphonenumber/resources/metadata/992/operators.csv +6 -6
- package/third_party/libphonenumber/resources/metadata/992/ranges.csv +104 -102
- package/third_party/libphonenumber/resources/metadata/995/ranges.csv +4 -1
- package/third_party/libphonenumber/resources/metadata/996/operators.csv +9 -8
- package/third_party/libphonenumber/resources/metadata/996/ranges.csv +94 -93
- package/third_party/libphonenumber/resources/metadata/998/ranges.csv +2 -17
- package/third_party/libphonenumber/resources/metadata/metadata.csv +1 -1
- package/third_party/libphonenumber/resources/timezones/map_data.txt +10 -2
- package/third_party/libphonenumber/tools/cpp/CMakeLists.txt +0 -5
- package/third_party/libphonenumber/tools/java/common/pom.xml +3 -3
- package/third_party/libphonenumber/tools/java/cpp-build/pom.xml +6 -6
- package/third_party/libphonenumber/tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar +0 -0
- package/third_party/libphonenumber/tools/java/data/pom.xml +2 -2
- package/third_party/libphonenumber/tools/java/java-build/pom.xml +2 -2
- package/third_party/libphonenumber/tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar +0 -0
- package/third_party/libphonenumber/java/lib/junit-4.13.1.jar +0 -0
- package/third_party/libphonenumber/java/lib/mockito-all-1.10.19.jar +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Prefix ; Length ; Type ; Tariff ; Area Code Length ; National Only ; Operator ; Format ; Timezone ; Regions ; Geocode:en ; Geocode:zh
|
|
1
|
+
Prefix ; Length ; Type ; Tariff ; Area Code Length ; National Only ; Operator ; Format ; Timezone ; Regions ; Geocode:en ; Geocode:zh ; Provenance
|
|
2
2
|
10[02-79] ; 10 ; FIXED_LINE ; STANDARD_RATE ; 2 ; false ; ; "fixed_2/4/4" ; "Asia/Shanghai" ; "CN" ; "Beijing" ; "北京市"
|
|
3
3
|
1010 ; 8 ; FIXED_LINE ; SHARED_COST ; 2 ; false ; ; "shortcodes_with_prefix_2/5-6" ; "Asia/Shanghai" ; "CN"
|
|
4
4
|
10100 ; 7 ; FIXED_LINE ; STANDARD_RATE ; 2 ; false ; ; "shortcodes_with_prefix_2/5-6" ; "Asia/Shanghai" ; "CN" ; "Beijing" ; "北京市"
|
|
@@ -64710,10 +64710,11 @@ Prefix ; Length ; Type ; Tariff ; Area Code Length ;
|
|
|
64710
64710
|
189997[0-2] ; 11 ; MOBILE ; STANDARD_RATE ; ; false ; "china_telecom" ; "mobile_3/4/4" ; "Asia/Shanghai" ; "CN" ; "Ili, Xinjiang" ; "新疆伊犁哈萨克自治州"
|
|
64711
64711
|
189997[45] ; 11 ; MOBILE ; STANDARD_RATE ; ; false ; "china_telecom" ; "mobile_3/4/4" ; "Asia/Shanghai" ; "CN" ; "Tacheng, Xinjiang" ; "新疆塔城地区"
|
|
64712
64712
|
189997[89] ; 11 ; MOBILE ; STANDARD_RATE ; ; false ; "china_telecom" ; "mobile_3/4/4" ; "Asia/Shanghai" ; "CN" ; "Altay, Xinjiang" ; "新疆阿勒泰地区"
|
|
64713
|
-
19[
|
|
64713
|
+
19[0139] ; 11 ; MOBILE ; STANDARD_RATE ; ; false ; "china_telecom" ; "mobile_3/4/4" ; "Asia/Shanghai" ; "CN"
|
|
64714
64714
|
192 ; 11 ; MOBILE ; STANDARD_RATE ; ; false ; "cbn" ; "mobile_3/4/4" ; "Asia/Shanghai" ; "CN"
|
|
64715
64715
|
19[57] ; 11 ; MOBILE ; STANDARD_RATE ; ; false ; "china_mobile" ; "mobile_3/4/4" ; "Asia/Shanghai" ; "CN"
|
|
64716
64716
|
196 ; 11 ; MOBILE ; STANDARD_RATE ; ; false ; "china_unicom" ; "mobile_3/4/4" ; "Asia/Shanghai" ; "CN"
|
|
64717
|
+
198 ; 11 ; MOBILE ; STANDARD_RATE ; ; false ; "china_mobile" ; "mobile_3/4/4" ; "Asia/Shanghai" ; "CN" ; ; ; IR21
|
|
64717
64718
|
20 ; 10 ; FIXED_LINE ; STANDARD_RATE ; 2 ; false ; ; "fixed_2/4/4" ; "Asia/Shanghai" ; "CN" ; "Guangzhou, Guangdong" ; "广东省广州市"
|
|
64718
64719
|
20100 ; 7 ; FIXED_LINE ; STANDARD_RATE ; 2 ; false ; ; "shortcodes_with_prefix_2/5-6" ; "Asia/Shanghai" ; "CN" ; "Guangzhou, Guangdong" ; "广东省广州市"
|
|
64719
64720
|
2095 ; 7,8 ; FIXED_LINE ; STANDARD_RATE ; 2 ; false ; ; "shortcodes_with_prefix_2/5-6" ; "Asia/Shanghai" ; "CN" ; "Guangzhou, Guangdong" ; "广东省广州市"
|
|
@@ -10,3 +10,4 @@ BD ; XML_FIXED_LINE ; "It might be that lengths 6-8 are local numbers o
|
|
|
10
10
|
BD ; XML_FIXED_LINE ; "There was a plan to move to 10 digit fixed-line numbers, but this does not seem to have\nbeen realised, judging by online numbers and wikipedia. These patterns are grouped\nfirst by leading digit, then within by number of digits. Several Dhaka prefixes(02 731,\n02 890, 02 910, 02 550 etc.) are included despite not being mentioned on Wikipedia /\nITU due to online evidence. Another oddity is Chittagong - some numbers have a leading\n2, others do not - both are allowed for now. For some area codes, the subscriber number\nlength described in our source documentation doesn't match numbers online (e.g. 05222)\nso we allow both for now. (This applies to 0431, 04329, 04623, 05327 as well). We have\nalso added 04452 and 04923 from numbers found online. Included prefixes 2778, 2841, 2893,\n2963, 298[59] and 4462 as per user report. 9-digit 24 and 25 prefix numbers were added\nbased on user reports, although a doc from BRTC mentions that they are 10-digit numbers,\nwhich we think might be a typo."
|
|
11
11
|
BD ; XML_MOBILE ; "Presuming that mobile numbers with the prefixes 66, 37, 44 and 38 must be followed by\nnumbers [02-9] or they would clash with fixed-line codes. According to the plan, mobile\nnumbers should be moving to 1[13-9] anyway."
|
|
12
12
|
BD ; XML_TOLL_FREE ; "Note: Including Tele-voting numbers here as they are free of charge."
|
|
13
|
+
BD ; XML_VOIP ; "Prefix 9643 added as per user report."
|
|
@@ -319,6 +319,7 @@ Prefix ; Length ; Type ; Tariff ; Operator ;
|
|
|
319
319
|
960[469] ; 10 ; VOIP ; STANDARD_RATE ; ; "fmt_4/3-6" ; "BD" ; ; GOVERNMENT
|
|
320
320
|
961[0-47] ; 10 ; VOIP ; STANDARD_RATE ; ; "fmt_4/3-6" ; "BD" ; ; GOVERNMENT
|
|
321
321
|
963[389] ; 10 ; VOIP ; STANDARD_RATE ; ; "fmt_4/3-6" ; "BD" ; ; GOVERNMENT
|
|
322
|
+
9643 ; 10 ; VOIP ; STANDARD_RATE ; ; "fmt_4/3-6" ; "BD" ; ; INTERNAL ; "User report"
|
|
322
323
|
966[69] ; 10 ; VOIP ; STANDARD_RATE ; ; "fmt_4/3-6" ; "BD" ; ; GOVERNMENT
|
|
323
324
|
967[78] ; 10 ; VOIP ; STANDARD_RATE ; ; "fmt_4/3-6" ; "BD" ; ; GOVERNMENT
|
|
324
325
|
981 ; 7 ; FIXED_LINE ; STANDARD_RATE ; ; "fixedline_3/3-7" ; "BD" ; "Jamalpur/Islampur/Dewanganj" ; ITU
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
Id
|
|
2
|
-
fmt1_1/3/5
|
|
1
|
+
Id ; National ; International ; Comment
|
|
2
|
+
fmt1_1/3/5 ; "X XXX XXXXX" ; "X XXX XXXXX" ; "Formatting chosen based on ITU document and Iridium website FAQ."
|
|
3
|
+
fmt2_1/3/5-6 ; "X XXX XXXXX*" ; "X XXX XXXXX*"
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
Prefix ; Length ; Type ; Tariff ; Operator ; Format
|
|
2
|
-
[01] ; 9 ; MOBILE ; STANDARD_RATE ; "ico_satellite" ; "fmt1_1/3/5"
|
|
3
|
-
[23] ; 9 ; MOBILE ; STANDARD_RATE ; "ellipso_satellite" ; "fmt1_1/3/5"
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
Prefix ; Length ; Type ; Tariff ; Operator ; Format ; Regions ; Provenance ; Comment
|
|
2
|
+
[01] ; 9 ; MOBILE ; STANDARD_RATE ; "ico_satellite" ; "fmt1_1/3/5" ; "001" ; WEB ; "wiki"
|
|
3
|
+
[23] ; 9 ; MOBILE ; STANDARD_RATE ; "ellipso_satellite" ; "fmt1_1/3/5" ; "001" ; WEB ; "wiki"
|
|
4
|
+
6 ; 9,10 ; MOBILE ; STANDARD_RATE ; "iridium_satellite" ; "fmt2_1/3/5-6" ; "001" ; ITU
|
|
5
|
+
7 ; 9 ; MOBILE ; STANDARD_RATE ; "iridium_satellite" ; "fmt1_1/3/5" ; "001" ; ITU ; "."
|
|
6
|
+
[89] ; 9 ; MOBILE ; STANDARD_RATE ; "globalstar" ; "fmt1_1/3/5" ; "001" ; WEB ; "wiki"
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
Prefix ; Length ; Type ; Tariff ; Format ; Regions ; Provenance
|
|
2
2
|
1[013-79]0 ; 8-12 ; VOIP ; STANDARD_RATE ; "fmt5_3/3/2-6" ; "001" ; ITU
|
|
3
|
+
120 ; 8-12 ; VOIP ; STANDARD_RATE ; "fmt5_3/3/2-6" ; "001" ; IR21
|
|
3
4
|
200 ; 12 ; VOIP ; STANDARD_RATE ; "fmt2_3/3/3/3" ; "001" ; IR21
|
|
4
5
|
210 ; 10 ; VOIP ; STANDARD_RATE ; "fmt4_3/3/4" ; "001" ; IR21
|
|
5
6
|
2[24-689]0 ; 8-12 ; VOIP ; STANDARD_RATE ; "fmt5_3/3/2-6" ; "001" ; ITU
|
|
@@ -126,7 +126,8 @@ Prefix ; Length ; Type ; Tariff ; National Only ; Op
|
|
|
126
126
|
5428[0-49] ; 10 ; MOBILE ; STANDARD_RATE ; false ; "vodafone" ; "mobile_3/3/2/2" ; "TR" ; ; ; IR21
|
|
127
127
|
5428[5-8] ; 10 ; MOBILE ; STANDARD_RATE ; false ; "kktc_telsim" ; "mobile_3/3/2/2" ; "TR"
|
|
128
128
|
55[1-59] ; 10 ; MOBILE ; STANDARD_RATE ; false ; "turk_telekom" ; "mobile_3/3/2/2" ; "TR"
|
|
129
|
-
|
|
129
|
+
561011 ; 10 ; MOBILE ; STANDARD_RATE ; false ; "selam" ; "mobile_3/3/2/2" ; "TR" ; ; ; GOVERNMENT
|
|
130
|
+
56161 ; 10 ; MOBILE ; STANDARD_RATE ; ; "turkcell" ; "mobile_3/3/2/2" ; "TR" ; ; ; GOVERNMENT
|
|
130
131
|
59221[12] ; 10 ; PERSONAL_NUMBER ; STANDARD_RATE ; false ; ; "mobile_3/3/2/2" ; "TR"
|
|
131
132
|
592461 ; 10 ; PERSONAL_NUMBER ; STANDARD_RATE ; false ; ; "mobile_3/3/2/2" ; "TR"
|
|
132
133
|
59[46] ; 10 ; MOBILE ; STANDARD_RATE ; false ; ; "mobile_3/3/2/2" ; "TR"
|
|
@@ -21,9 +21,11 @@ Prefix ; Length ; Type ; Tariff ; Area Code Length ; Op
|
|
|
21
21
|
31 ; 10 ; MOBILE ; STANDARD_RATE ; ; "zong" ; "mobile_3/7" ; "PK"
|
|
22
22
|
32 ; 10 ; MOBILE ; STANDARD_RATE ; ; "warid" ; "mobile_3/7" ; "PK" ; ; IR21
|
|
23
23
|
33[0-7] ; 10 ; MOBILE ; STANDARD_RATE ; ; "ufone" ; "mobile_3/7" ; "PK"
|
|
24
|
+
339 ; 10 ; MOBILE ; STANDARD_RATE ; ; "ufone" ; "mobile_3/7" ; "PK" ; ; IR21
|
|
24
25
|
34 ; 10 ; MOBILE ; STANDARD_RATE ; ; "telenor" ; "mobile_3/7" ; "PK"
|
|
25
26
|
355 ; 10 ; MOBILE ; STANDARD_RATE ; ; "sco" ; "mobile_3/7" ; "PK"
|
|
26
27
|
364 ; 10 ; MOBILE ; STANDARD_RATE ; ; "instaphone" ; "mobile_3/7" ; "PK"
|
|
28
|
+
37 ; 10 ; MOBILE ; STANDARD_RATE ; ; "zong" ; "mobile_3/7" ; "PK" ; ; IR21
|
|
27
29
|
4[0-246-9]111 ; 11 ; UAN ; STANDARD_RATE ; ; ; "uan_2/3/3/3" ; "PK"
|
|
28
30
|
40[2-9] ; 9,10 ; FIXED_LINE ; STANDARD_RATE ; 2 ; ; "fixed_2/7-8" ; "PK" ; "Sahiwal" ; ITU
|
|
29
31
|
41[2-9] ; 9,10 ; FIXED_LINE ; STANDARD_RATE ; 2 ; ; "fixed_2/7-8" ; "PK" ; "Faisalabad" ; ITU
|
|
@@ -12,6 +12,7 @@ Prefix ; Length ; Type ; Tariff ; Area Code Length ; Operator
|
|
|
12
12
|
515[34] ; 9 ; MOBILE ; STANDARD_RATE ; ; "stc" ; "mobile_2/3/4" ; "SA" ; ; ; IR21 ; "IR12 dated 7/4/2019"
|
|
13
13
|
5[46] ; 9 ; MOBILE ; STANDARD_RATE ; ; "mobily" ; "mobile_2/3/4" ; "SA"
|
|
14
14
|
57[0-3] ; 9 ; MOBILE ; STANDARD_RATE ; ; "virgin" ; "mobile_2/3/4" ; "SA"
|
|
15
|
+
574 ; 9 ; MOBILE ; STANDARD_RATE ; ; "redbull_mobile" ; "mobile_2/3/4" ; "SA" ; ; ; IR21
|
|
15
16
|
575 ; 9 ; MOBILE ; STANDARD_RATE ; ; "redbull_mobile" ; "mobile_2/3/4" ; "SA" ; ; ; ITU
|
|
16
17
|
57[6-8] ; 9 ; MOBILE ; STANDARD_RATE ; ; "lebara" ; "mobile_2/3/4" ; "SA"
|
|
17
18
|
579[01] ; 9 ; MOBILE ; STANDARD_RATE ; ; "mobily" ; "mobile_2/3/4" ; "SA" ; ; ; IR21
|
|
@@ -15,7 +15,7 @@ Prefix ; Length ; Type ; Tariff ; Operator ; Format ; R
|
|
|
15
15
|
26 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_2/6" ; "OM" ; "Al Batinah & Musandam" ; GOVERNMENT
|
|
16
16
|
500 ; 7 ; FIXED_LINE ; TOLL_FREE ; ; "fmt3_3/4-6" ; "OM" ; ; INTERNAL ; "Added based on client's request"
|
|
17
17
|
7[12] ; 8 ; MOBILE ; STANDARD_RATE ; "omantel" ; "fmt2_4/4" ; "OM" ; ; IR21
|
|
18
|
-
|
|
18
|
+
76[89] ; 8 ; MOBILE ; STANDARD_RATE ; "vodafone" ; "fmt2_4/4" ; "OM" ; ; IR21
|
|
19
19
|
77[0-5] ; 8 ; MOBILE ; STANDARD_RATE ; "vodafone" ; "fmt2_4/4" ; "OM" ; ; IR21
|
|
20
20
|
78 ; 8 ; MOBILE ; STANDARD_RATE ; "ooredoo" ; "fmt2_4/4" ; "OM" ; ; IR21
|
|
21
21
|
79[0-6] ; 8 ; MOBILE ; STANDARD_RATE ; "ooredoo" ; "fmt2_4/4" ; "OM" ; ; IR21
|
|
@@ -52,14 +52,13 @@ Prefix ; Length ; Type ; Tariff ; Area Code Length ; National
|
|
|
52
52
|
48[89] ; 8 ; FIXED_LINE ; STANDARD_RATE ; 1 ; false ; ; "fixed_1/3/4" ; "IL" ; "Haifa and North Regions" ; "חיפה והצפון" ; ; "Fill up to support master range"
|
|
53
53
|
49[02-467] ; 8 ; FIXED_LINE ; STANDARD_RATE ; 1 ; false ; ; "fixed_1/3/4" ; "IL" ; "Haifa and North Regions" ; "חיפה והצפון" ; ; "Fill up to support master range"
|
|
54
54
|
49[1589] ; 8 ; FIXED_LINE ; STANDARD_RATE ; 1 ; false ; ; "fixed_1/3/4" ; "IL" ; "Haifa and North Regions" ; "חיפה והצפון" ; GOVERNMENT
|
|
55
|
-
50
|
|
55
|
+
50[02-9] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "pelephone" ; "mobile_2/3/4" ; "IL" ; ; ; IR21
|
|
56
56
|
51[2-9] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "xphone" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
57
|
-
52
|
|
57
|
+
52[02-9] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "cellcom" ; "mobile_2/3/4" ; "IL" ; ; ; IR21
|
|
58
58
|
53 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "hot_mobile" ; "mobile_2/3/4" ; "IL" ; ; ; IR21
|
|
59
|
-
54[
|
|
59
|
+
54[2-9] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "orange" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
60
60
|
5501 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "beezz" ; "mobile_2/3/4" ; "IL"
|
|
61
|
-
|
|
62
|
-
5519 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "019mobile" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
61
|
+
552[01] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "paycall" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
63
62
|
552[23] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "home_cellular" ; "mobile_2/3/4" ; "IL" ; ; ; IR21
|
|
64
63
|
552[4-9] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "019mobile" ; "mobile_2/3/4" ; "IL" ; ; ; IR21
|
|
65
64
|
553[01] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "019mobile" ; "mobile_2/3/4" ; "IL" ; ; ; IR21
|
|
@@ -67,7 +66,7 @@ Prefix ; Length ; Type ; Tariff ; Area Code Length ; National
|
|
|
67
66
|
554[14]0 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "merkaziya" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
68
67
|
5543 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "maskyoo" ; "mobile_2/3/4" ; "IL" ; ; ; ITU
|
|
69
68
|
5544[1-9] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "cellran_cellular" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
70
|
-
555[
|
|
69
|
+
555[0-2] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "annatel" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
71
70
|
5555 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "rami_levy" ; "mobile_2/3/4" ; "IL"
|
|
72
71
|
555[689] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; ; "mobile_2/3/4" ; "IL"
|
|
73
72
|
556[6-8] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "rami_levy" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
@@ -77,7 +76,7 @@ Prefix ; Length ; Type ; Tariff ; Area Code Length ; National
|
|
|
77
76
|
558[7-9] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "pelephone" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
78
77
|
559[1-9] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "019mobile" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
79
78
|
56 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "ooredoo" ; "mobile_2/3/4" ; "IL" ; ; ; IR21
|
|
80
|
-
58
|
|
79
|
+
58[3-7] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "golan_telecom" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
81
80
|
59[2-9] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "jawwal" ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
82
81
|
718 ; 9 ; VOIP ; STANDARD_RATE ; ; false ; ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
83
82
|
72[23] ; 9 ; VOIP ; STANDARD_RATE ; ; false ; ; "mobile_2/3/4" ; "IL" ; ; ; GOVERNMENT
|
|
@@ -2,29 +2,36 @@ Prefix ; Length ; Type ; Tariff ; Operator ; Format ;
|
|
|
2
2
|
13[1356] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
3
3
|
16[0156] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
4
4
|
17 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
5
|
+
30 ; 8 ; MOBILE ; STANDARD_RATE ; "tra" ; "fmt1_4/4" ; "BH" ; GOVERNMENT
|
|
5
6
|
31 ; 8 ; MOBILE ; STANDARD_RATE ; "royal_court" ; "fmt1_4/4" ; "BH" ; IR21 ; "IR21 dated 11/26/2018"
|
|
6
7
|
3[29] ; 8 ; MOBILE ; STANDARD_RATE ; "batelco" ; "fmt1_4/4" ; "BH" ; IR21 ; "IR21 dated 11/26/2018"
|
|
7
8
|
3[3-5] ; 8 ; MOBILE ; STANDARD_RATE ; "viva" ; "fmt1_4/4" ; "BH" ; IR21 ; "Updated ranges per IR21 dated 11/29/2018"
|
|
8
9
|
3[67] ; 8 ; MOBILE ; STANDARD_RATE ; "zain_bh" ; "fmt1_4/4" ; "BH" ; IR21 ; "IR21 dated 8/26/2018"
|
|
9
10
|
38[0-47-9] ; 8 ; MOBILE ; STANDARD_RATE ; "batelco" ; "fmt1_4/4" ; "BH" ; IR21 ; "IR21 dated 11/26/2018"
|
|
11
|
+
385 ; 8 ; MOBILE ; STANDARD_RATE ; "tra" ; "fmt1_4/4" ; "BH" ; GOVERNMENT
|
|
10
12
|
61[16] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
11
13
|
6300 ; 8 ; MOBILE ; STANDARD_RATE ; "viva" ; "fmt1_4/4" ; "BH" ; IR21 ; "IR21 dated 11/29/2018"
|
|
12
14
|
6333 ; 8 ; MOBILE ; STANDARD_RATE ; "viva" ; "fmt1_4/4" ; "BH" ; IR21 ; "IR21 dated 11/29/2018"
|
|
13
15
|
636[16] ; 8 ; MOBILE ; STANDARD_RATE ; "viva" ; "fmt1_4/4" ; "BH" ; IR21 ; "IR21 dated 11/29/2018"
|
|
16
|
+
6441 ; 8 ; MOBILE ; STANDARD_RATE ; "batelco" ; "fmt1_4/4" ; "BH" ; ITU
|
|
14
17
|
6500 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
15
18
|
660 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
16
19
|
663[03-9] ; 8 ; MOBILE ; STANDARD_RATE ; "zain_bh" ; "fmt1_4/4" ; "BH" ; IR21 ; "IR21 dated 8/26/2018"
|
|
17
20
|
663[12] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
18
21
|
6644 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
22
|
+
6655 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH" ; ITU
|
|
19
23
|
66[69] ; 8 ; MOBILE ; STANDARD_RATE ; "zain_bh" ; "fmt1_4/4" ; "BH" ; IR21 ; "IR21 dated 8/26/2018"
|
|
20
24
|
667[0-6] ; 8 ; MOBILE ; STANDARD_RATE ; "batelco" ; "fmt1_4/4" ; "BH" ; IR21 ; "IR21 dated 11/26/2018"
|
|
21
|
-
667[7-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
25
|
+
667[7-9] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH" ; ITU
|
|
22
26
|
6688 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH" ; ITU
|
|
23
27
|
69[69][69] ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
28
|
+
70 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH" ; GOVERNMENT
|
|
24
29
|
7111 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
25
30
|
7178 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
26
31
|
77 ; 8 ; FIXED_LINE ; STANDARD_RATE ; ; "fmt1_4/4" ; "BH"
|
|
27
32
|
80 ; 8 ; FIXED_LINE ; TOLL_FREE ; ; "fmt1_4/4" ; "BH"
|
|
33
|
+
8[2369] ; 8 ; FIXED_LINE ; TOLL_FREE ; ; "fmt1_4/4" ; "BH" ; GOVERNMENT
|
|
28
34
|
84 ; 8 ; FIXED_LINE ; SHARED_COST ; ; "fmt1_4/4" ; "BH"
|
|
29
35
|
87 ; 8 ; FIXED_LINE ; PREMIUM_RATE ; ; "fmt1_4/4" ; "BH"
|
|
30
36
|
9[014578] ; 8 ; FIXED_LINE ; PREMIUM_RATE ; ; "fmt1_4/4" ; "BH"
|
|
37
|
+
9[236] ; 8 ; FIXED_LINE ; PREMIUM_RATE ; ; "fmt1_4/4" ; "BH" ; GOVERNMENT
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
Prefix ; Length ; Type ; Tariff ; Area Code Length ; Operator ; Format ; Regions ; Geocode:en
|
|
2
|
-
|
|
1
|
+
Prefix ; Length ; Type ; Tariff ; Area Code Length ; Operator ; Format ; Regions ; Geocode:en ; Provenance ; Comment
|
|
2
|
+
16 ; 8 ; MOBILE ; STANDARD_RATE ; ; "b_mobile_of_bhutan_telecom" ; "mobile_2/2/2/2" ; "BT"
|
|
3
|
+
17 ; 8 ; MOBILE ; STANDARD_RATE ; ; "b_mobile_of_bhutan_telecom" ; "mobile_2/2/2/2" ; "BT" ; ; IR21 ; "IR21 dated 8/16/2017"
|
|
3
4
|
2[3-6] ; 7 ; FIXED_LINE ; STANDARD_RATE ; 1 ; ; "fixed_1/3/3" ; "BT" ; "Thimphu"
|
|
4
5
|
3[5-7] ; 7 ; FIXED_LINE ; STANDARD_RATE ; 1 ; ; "fixed_1/3/3" ; "BT" ; "Trongsa"
|
|
5
6
|
4[5-7] ; 7 ; FIXED_LINE ; STANDARD_RATE ; 1 ; ; "fixed_1/3/3" ; "BT" ; "Trashigang"
|
|
6
7
|
5[236] ; 7 ; FIXED_LINE ; STANDARD_RATE ; 1 ; ; "fixed_1/3/3" ; "BT" ; "Phuentsholing"
|
|
7
8
|
6[2-46] ; 7 ; FIXED_LINE ; STANDARD_RATE ; 1 ; ; "fixed_1/3/3" ; "BT" ; "Gelephu"
|
|
8
9
|
7[246] ; 7 ; FIXED_LINE ; STANDARD_RATE ; 1 ; ; "fixed_1/3/3" ; "BT" ; "Samdrup Jongkhar"
|
|
9
|
-
77 ; 8 ; MOBILE ; STANDARD_RATE ; ; "tashicell_of_tashi_infocomm" ; "mobile_2/2/2/2" ; "BT" ; "
|
|
10
|
+
77 ; 8 ; MOBILE ; STANDARD_RATE ; ; "tashicell_of_tashi_infocomm" ; "mobile_2/2/2/2" ; "BT" ; ; IR21 ; "IR21 dated 7/30/2018"
|
|
10
11
|
8[2-4] ; 7 ; FIXED_LINE ; STANDARD_RATE ; 1 ; ; "fixed_1/3/3" ; "BT" ; "Paro"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Id
|
|
2
|
-
babilon_m
|
|
3
|
-
megafon
|
|
4
|
-
o_mobile
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
Id ; Name:en
|
|
2
|
+
babilon_m ; "Babilon-M"
|
|
3
|
+
megafon ; "Megafon"
|
|
4
|
+
o_mobile ; "O-Mobile"
|
|
5
|
+
tcell ; "Tcell"
|
|
6
|
+
zet_mobile ; "ZET-MOBILE"
|
|
@@ -1,102 +1,104 @@
|
|
|
1
|
-
Prefix ; Length ; Type ; Tariff ; Area Code Length ; Operator
|
|
2
|
-
[09]0 ; 9 ; MOBILE ; STANDARD_RATE ; ; "megafon"
|
|
3
|
-
0[127] ; 9 ; MOBILE ; STANDARD_RATE ; ; "megafon"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
9[
|
|
1
|
+
Prefix ; Length ; Type ; Tariff ; Area Code Length ; Operator ; Format ; Regions ; Geocode:en ; Provenance
|
|
2
|
+
[09]0 ; 9 ; MOBILE ; STANDARD_RATE ; ; "megafon" ; "fmt_2/3/4" ; "TJ"
|
|
3
|
+
0[127] ; 9 ; MOBILE ; STANDARD_RATE ; ; "megafon" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
4
|
+
0[3-589] ; 9 ; MOBILE ; STANDARD_RATE ; ; "zet_mobile" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
5
|
+
10 ; 9 ; MOBILE ; STANDARD_RATE ; ; "o_mobile" ; "fmt_2/3/4" ; "TJ"
|
|
6
|
+
11 ; 9 ; MOBILE ; STANDARD_RATE ; ; "tcell" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
7
|
+
17 ; 9 ; MOBILE ; STANDARD_RATE ; ; "babilon_m" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
8
|
+
2[02] ; 9 ; MOBILE ; STANDARD_RATE ; ; "o_mobile" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
9
|
+
30 ; 9 ; MOBILE ; STANDARD_RATE ; ; "o_mobile" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
10
|
+
3130 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Tursun-Zade" ; ITU
|
|
11
|
+
3131 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Rasht" ; ITU
|
|
12
|
+
3132 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Jirgital" ; ITU
|
|
13
|
+
3133 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Nurobod" ; ITU
|
|
14
|
+
3134 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Rogun" ; ITU
|
|
15
|
+
3135 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Fayzabad" ; ITU
|
|
16
|
+
3136 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Vakhdat" ; ITU
|
|
17
|
+
3137 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Rudaki" ; ITU
|
|
18
|
+
3138 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Nurek" ; ITU
|
|
19
|
+
3139 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Hissar" ; ITU
|
|
20
|
+
314[02-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
21
|
+
3141 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Yavan" ; ITU
|
|
22
|
+
315[0-27-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
23
|
+
3153 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Varzob" ; ITU
|
|
24
|
+
3154 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Tadjikabad" ; ITU
|
|
25
|
+
3155 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Shakhrinav" ; ITU
|
|
26
|
+
3156 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Tavildara" ; ITU
|
|
27
|
+
322[013-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
28
|
+
3222 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Kurgan-Tube" ; ITU
|
|
29
|
+
3240 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Shaartuz" ; ITU
|
|
30
|
+
324[14] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
31
|
+
3242 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Khuroson" ; ITU
|
|
32
|
+
3243 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Abdurakhmana Jami" ; ITU
|
|
33
|
+
3245 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Bokhtar" ; ITU
|
|
34
|
+
3246 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Vakhsh" ; ITU
|
|
35
|
+
3247 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Kolkhozabad" ; ITU
|
|
36
|
+
3248 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Djilikul" ; ITU
|
|
37
|
+
3249 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Kumsangir" ; ITU
|
|
38
|
+
3250 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Sarband" ; ITU
|
|
39
|
+
3251 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Kabodion" ; ITU
|
|
40
|
+
3252 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Panj" ; ITU
|
|
41
|
+
325[3-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
42
|
+
331[039] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
43
|
+
3311 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Vose" ; ITU
|
|
44
|
+
3312 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Dangara" ; ITU
|
|
45
|
+
3314 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Temurmalik" ; ITU
|
|
46
|
+
3315 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "M. Khamadoni" ; ITU
|
|
47
|
+
3316 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Parkhar" ; ITU
|
|
48
|
+
331700 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 6 ; ; "fixed_6/1/2" ; "TJ" ; "Khovaling" ; ITU
|
|
49
|
+
33170[1-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 6 ; ; "fixed_6/1/2" ; "TJ"
|
|
50
|
+
3317[1-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 6 ; ; "fixed_6/1/2" ; "TJ"
|
|
51
|
+
3318 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Muminobod" ; ITU
|
|
52
|
+
332[013-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
53
|
+
3322 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Kulyab" ; ITU
|
|
54
|
+
342[013-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
55
|
+
3422 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Khujand" ; ITU
|
|
56
|
+
344[046-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
57
|
+
3441 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Spitamen" ; ITU
|
|
58
|
+
3442 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Gafurov" ; ITU
|
|
59
|
+
3443 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Kayrakum" ; ITU
|
|
60
|
+
3445 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Matchinskiy" ; ITU
|
|
61
|
+
345[07-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
62
|
+
3451 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Chkalovsk" ; ITU
|
|
63
|
+
3452 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Zafarabad" ; ITU
|
|
64
|
+
3453 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Asht" ; ITU
|
|
65
|
+
3454 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Istravshan" ; ITU
|
|
66
|
+
3455 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Jabarrasulov" ; ITU
|
|
67
|
+
3456 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Shakhristan" ; ITU
|
|
68
|
+
346[013689] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
69
|
+
3462 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Isfara" ; ITU
|
|
70
|
+
3464 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Ganchi" ; ITU
|
|
71
|
+
3465 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Taboshar" ; ITU
|
|
72
|
+
3467 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Kanibadam" ; ITU
|
|
73
|
+
347[0-46-8] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
74
|
+
3475 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Pendjikent" ; ITU
|
|
75
|
+
3479 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Ayni" ; ITU
|
|
76
|
+
352[013-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
77
|
+
3522 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Khorog" ; ITU
|
|
78
|
+
355[07-9] ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ"
|
|
79
|
+
3551 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Vanj" ; ITU
|
|
80
|
+
3552 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Darvaz" ; ITU
|
|
81
|
+
3553 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Ishkashim" ; ITU
|
|
82
|
+
3554 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Murgab" ; ITU
|
|
83
|
+
3555 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Roshtkala" ; ITU
|
|
84
|
+
3556 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 4 ; ; "fixed_4/1/4" ; "TJ" ; "Rushan" ; ITU
|
|
85
|
+
372 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 3 ; ; "fmt_3/2/4" ; "TJ" ; "Dushanbe" ; ITU
|
|
86
|
+
40 ; 9 ; MOBILE ; STANDARD_RATE ; ; "zet_mobile" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
87
|
+
41[18] ; 9 ; MOBILE ; STANDARD_RATE ; ; "megafon" ; "fmt_2/3/4" ; "TJ"
|
|
88
|
+
44[02-479] ; 9 ; MOBILE ; STANDARD_RATE ; ; "zet_mobile" ; "fmt_3/2/4" ; "TJ" ; ; IR21
|
|
89
|
+
446 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 2 ; ; "fmt_2/3/4" ; "TJ" ; ; ITU
|
|
90
|
+
474 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 3 ; ; "fmt_3/2/4" ; "TJ" ; ; ITU
|
|
91
|
+
487 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 2 ; ; "fmt_2/3/4" ; "TJ" ; ; ITU
|
|
92
|
+
50 ; 9 ; MOBILE ; STANDARD_RATE ; ; "tcell" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
93
|
+
55 ; 9 ; MOBILE ; STANDARD_RATE ; ; "megafon" ; "fmt_2/3/4" ; "TJ"
|
|
94
|
+
7[07] ; 9 ; MOBILE ; STANDARD_RATE ; ; "tcell" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
95
|
+
71 ; 9 ; MOBILE ; STANDARD_RATE ; ; "babilon_m" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
96
|
+
78 ; 9 ; MOBILE ; STANDARD_RATE ; ; "megafon" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
97
|
+
80 ; 9 ; MOBILE ; STANDARD_RATE ; ; "zet_mobile" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
98
|
+
81[1-9] ; 9 ; MOBILE ; STANDARD_RATE ; ; "zet_mobile" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
99
|
+
[89]7 ; 9 ; MOBILE ; STANDARD_RATE ; ; "megafon" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
100
|
+
88 ; 9 ; MOBILE ; STANDARD_RATE ; ; "megafon" ; "fmt_2/3/4" ; "TJ"
|
|
101
|
+
91 ; 9 ; MOBILE ; STANDARD_RATE ; ; "zet_mobile" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
102
|
+
9[239] ; 9 ; MOBILE ; STANDARD_RATE ; ; "tcell" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
103
|
+
9[48] ; 9 ; MOBILE ; STANDARD_RATE ; ; "babilon_m" ; "fmt_2/3/4" ; "TJ" ; ; IR21
|
|
104
|
+
9[56] ; 9 ; MOBILE ; STANDARD_RATE ; ; ; "fmt_2/3/4" ; "TJ" ; ; ITU
|
|
@@ -75,6 +75,9 @@ Prefix ; Length ; Type ; Tariff ; Area Code Length ; Natio
|
|
|
75
75
|
496 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 3 ; false ; ; "fmt_3/2/2/2" ; "GE" ; "Ozurgeti" ; ITU
|
|
76
76
|
497 ; 9 ; FIXED_LINE ; STANDARD_RATE ; 3 ; false ; ; "fmt_3/2/2/2" ; "GE" ; "Tkibuli" ; ITU
|
|
77
77
|
5000 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "silknet" ; "mobile_3/2/2/2" ; "GE" ; ; IR21
|
|
78
|
+
50011 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "silknet" ; "mobile_3/2/2/2" ; "GE" ; ; IR21
|
|
79
|
+
50022 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "silknet" ; "mobile_3/2/2/2" ; "GE" ; ; IR21
|
|
80
|
+
50033 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "silknet" ; "mobile_3/2/2/2" ; "GE" ; ; IR21
|
|
78
81
|
50044 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "silknet" ; "mobile_3/2/2/2" ; "GE" ; ; IR21
|
|
79
82
|
50050[0-4] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "magticom" ; "mobile_3/2/2/2" ; "GE" ; ; IR21 ; "IR21 dated 3/1/2019"
|
|
80
83
|
50050[5-9] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "magticom" ; "mobile_3/2/2/2" ; "GE" ; ; ITU
|
|
@@ -130,7 +133,7 @@ Prefix ; Length ; Type ; Tariff ; Area Code Length ; Natio
|
|
|
130
133
|
57578[01] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "magticom" ; "mobile_3/2/2/2" ; "GE" ; ; IR21 ; "IR21 dated 3/1/2019"
|
|
131
134
|
577 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "silknet" ; "mobile_3/2/2/2" ; "GE" ; ; IR21
|
|
132
135
|
578 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; ; "mobile_3/2/2/2" ; "GE"
|
|
133
|
-
580[
|
|
136
|
+
580[018] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "silknet" ; "mobile_3/2/2/2" ; "GE" ; ; IR21
|
|
134
137
|
5802[0-4] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "silknet" ; "mobile_3/2/2/2" ; "GE" ; ; IR21
|
|
135
138
|
5858[89] ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "magticom" ; "mobile_3/2/2/2" ; "GE"
|
|
136
139
|
58855 ; 9 ; MOBILE ; STANDARD_RATE ; ; false ; "silknet" ; "mobile_3/2/2/2" ; "GE" ; ; IR21
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
Id
|
|
2
|
-
aktel
|
|
3
|
-
alfa_telecom
|
|
4
|
-
katel
|
|
5
|
-
nur_telecom
|
|
6
|
-
sky_mobile
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
Id ; Name:en
|
|
2
|
+
aktel ; "Aktel"
|
|
3
|
+
alfa_telecom ; "ALFA Telecom"
|
|
4
|
+
katel ; "Katel"
|
|
5
|
+
nur_telecom ; "Nur Telecom"
|
|
6
|
+
sky_mobile ; "Sky mobile"
|
|
7
|
+
smart_connect ; "Smart Connect"
|
|
8
|
+
sotel ; "Sotel"
|
|
9
|
+
winline ; "Winline"
|