Understanding Phone Numbers in Moldova
Quick Overview
- Country: Moldova (the Republic of)
- Country Code: +373
- International Prefix: 00
- National Prefix: 0
- Regulatory Authority: National Regulatory Agency for Electronic Communications and Information Technology (ANRCETI)
Introduction
This comprehensive guide provides essential insights into the phone numbering system in Moldova, covering formats, dialing procedures, and regulatory guidelines. It is an invaluable resource for telecom professionals, developers, and system administrators working with Moldovan phone numbers.
Moldovan Phone Number Formats
General Structure
Moldovan phone numbers are structured as follows:
- Country Code: +373
- Area Code: 2-7 digits
- Subscriber Number: 5-6 digits
Number Format Table
Type of Number | Format | Example | Regex Pattern |
---|---|---|---|
General Numbers | `[235-7]X | [89]0X6` | 23523577235, 890236 |
Landline Numbers | `2[1-9]X | 3[1-79]X5` | 2919391796, 3119311798 |
Mobile Numbers | `562X5 | 6X | 7[16-9]X6` |
Toll-Free Numbers | 800X{5} | 800950 | ^800[0-9]{5}$ |
Premium Rate | 90[056]X{5} | 9005605 | ^90[056][0-9]{5}$ |
Shared Cost | 808X{5} | 808450 | ^808[0-9]{5}$ |
Detailed Number Types
Landline Numbers
- Format:
2[1-9]X{5}
or3[1-79]X{5}
- Example: 291939, 311931
Mobile Numbers
- Format:
6X|7[16-9]X{6}
- Example: 6716169, 7616169
Toll-Free Numbers
- Format:
800X{5}
- Example: 800950
Premium Rate Numbers
- Format:
90[056]X{5}
- Example: 9005605
Shared Cost Numbers
- Format:
808X{5}
- Example: 808450
Dialing Procedures
Domestic Calls
- Landline to Landline: Dial
0
+ area code + subscriber number. - Landline to Mobile: Dial
0
+ mobile number. - Mobile to Mobile: Dial the mobile number directly.
- Mobile to Landline: Dial
0
+ area code + subscriber number.
International Calls
- Outgoing: Dial
00
+ country code + full phone number. - Incoming: Dial
+373
+ local number (omit leading0
).
Recent Changes
Currently, there are no recent updates to Moldova's numbering plan. Future changes will be announced by ANRCETI.
Number Portability
Moldova allows mobile number portability, ensuring users can switch providers without changing numbers, regulated by ANRCETI.
Major Telecom Operators
Operator | Number Ranges |
---|---|
Moldtelecom | 2XXX, 3XXX |
Orange Moldova | 6XXX, 7XXX |
Moldcell | 6XXX, 7XXX |
Unite | 3XXX |
Number Allocation and Management
Number allocation is managed by ANRCETI, ensuring compliance with ITU-T E.164 standards.
Technical Considerations
Regular Expressions for Validation
# General Number Format
^[235-7][0-9]{5,6}$
# Landline Numbers
^2[1-9][0-9]{5}$
# Mobile Numbers
^6[0-9]{6}$
# Toll-Free Numbers
^800[0-9]{5}$
# Premium Rate Numbers
^90[056][0-9]{5}$
# Shared Cost Numbers
^808[0-9]{5}$
ITU-T Recommendations
Moldova's numbering plan complies with ITU-T E.164, ensuring global compatibility.
Special Cases
- Golden Numbers: Premium numbers may be reserved or auctioned by operators.
- Number Blocking: Managed at the provider level, allowing users to block specific numbers.
For the latest on Moldova's telecom regulations and numbering plans, visit the ANRCETI website.