I use version 5.9 of library (here is pom.xml fragment):
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
<version>5.9</version>
</dependency>
When I check phone
+27614260808 it is parsed successfully (area/region codes are extracted normally), but then when I call
PhoneNumberUtil.isValidNumber it doesn't pass the validation. This phone is real and currently in use. I may just ignore validation for this specific area code, but it would be a lousy workaround. Please advise possible solutions.