Frequently Asked Questions
The country code for Moldova is +373. This code, according to the International Telecommunication Union's E.164 standard, must precede all Moldovan phone numbers when dialing internationally or using them in applications.
For international calls, always use the +373 country code followed by the National Destination Code (NDC) and the subscriber number. Omit the "0" prefix used for domestic calls within Moldova.
The National Destination Code (NDC) in a Moldovan phone number is a 2-3 digit number that identifies the type of service (mobile, fixed-line, special service) and sometimes the geographic region. For example, 2X, 3X, and 5XX indicate fixed lines, while 6X and 7X represent mobile services.
Moldovan mobile numbers start with the country code +373, followed by 6 or 7 as the NDC for mobile services, and then a 7-digit subscriber number. A regular expression like `^373[67]\d{7}$` can be used for validation.
Moldova uses 800 XXXXX for toll-free, 90[056]XXXXX for premium-rate, 808 XXXXX for shared-cost, and 1XXX for short codes. Each type serves different purposes like customer service (toll-free) or value-added services (premium-rate).
Implemented in 2013, number portability in Moldova allows users to switch providers while retaining their existing numbers. It's typically free, carrier-neutral, with a fast processing time of around 24 hours and a high success rate.
The National Regulatory Agency for Electronic Communications and Information Technology (ANRCETI) regulates Moldova's telecommunications sector. They manage numbering resources, market regulation, licensing, and spectrum allocation.
ANRCETI provides the most up-to-date information on number allocation, special service codes, and compliance requirements for telecommunications services in Moldova. Consulting their regulations ensures your applications are compliant.
Yes, ANRCETI manages a "Golden Numbers" program for desirable phone numbers with specific patterns or sequences. These premium numbers are typically allocated through public auctions or to VIP clients, and pricing varies.
Key players in Moldova's telecom market include Moldtelecom (the incumbent operator), Orange Moldova, Moldcell, and Unite. The market has seen substantial growth driven by mobile and internet demand.
ANRCETI reports a rise in fraudulent calls, emphasizing the need for developers to integrate fraud detection and prevention methods into their applications, such as verifying number ownership.
Loading...
Moldova Phone Numbers: Format, Area Code & Validation Guide
This guide provides a detailed overview of Moldova's phone numbering system, including number formats, special service codes, portability, the regulatory landscape, and key market players. This information is crucial for developers building applications that interact with Moldovan phone numbers, ensuring accurate validation, efficient routing, and compliance with local regulations.
Number Formats and Structure
Moldova follows the International Telecommunication Union's (ITU) E.164 standard, using the country code +373. A complete Moldovan phone number consists of the country code, a National Destination Code (NDC), and the subscriber number. The NDC indicates the type of service (mobile, fixed, special service) and sometimes the geographic region.
Example: +373 69 XXX XXXX (Mobile)
Here's a breakdown of common NDC allocations:
It's important to note that the "0" prefix used for domestic dialing within Moldova should be omitted when formatting numbers internationally. Always use the +373 country code for international calls and applications.
Special Service Numbers
Moldova utilizes specific number ranges for special services, each with its own format and purpose:
Toll-Free (800 XXXXX): These numbers allow users to call free of charge. Common uses include customer service, hotlines, and public information services. Validation Regex:
^800[0-9]{5}$
Premium Rate (90[056]XXXXX): These numbers provide value-added services with higher charges. They are often used for entertainment, information lines, and voting systems. Validation Regex:
^90[056][0-9]{5}$
Shared Cost (808 XXXXX): The cost of these calls is shared between the caller and the service provider. This model is often used for services with a reduced barrier to access. Validation Regex:
^808[0-9]{5}$
Short Codes (1XXX): These short numbers provide access to various services, including emergency services (112), directory inquiries (118X), and other general interest services.
Best Practice: When working with special service numbers, consult the latest allocation rules from the National Regulatory Agency for Electronic Communications and Information Technology (ANRCETI) to ensure compliance.
Number Portability
Moldova implemented number portability in 2013, allowing users to switch providers while keeping their existing numbers. This has fostered competition and improved service offerings. Key features include:
The portare.md platform provides a web-based system for managing number portability requests and tracking their status.
Regulatory Landscape and Market Overview
ANRCETI is the primary regulatory authority for electronic communications and information technology in Moldova. They are responsible for:
Moldova's telecommunications market has seen significant growth and modernization, driven by increasing demand for mobile and internet services. Key market players include:
Golden Numbers
ANRCETI manages a "Golden Numbers" program for premium numbers with desirable patterns or sequences. These numbers are often allocated through public auctions or direct allocation to VIP clients. Pricing varies based on the desirability of the number sequence.
Number Validation in Code
Here's an example of a JavaScript function to validate Moldovan phone numbers, including special service numbers:
Key Considerations:
By understanding the intricacies of Moldova's phone numbering system, developers can create robust and reliable applications that cater to the specific needs of the Moldovan market. Remember to consult the official ANRCETI documentation for the most up-to-date information and regulations.