daddyz / phonelib

Ruby gem for phone validation and formatting using google libphonenumber library data
MIT License
1.04k stars 130 forks source link

Gambian phone number return invalid #192

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi,

We are getting invalid on some Gambian mobile phone number even though they are valid like: 54xxxxxx 55xxxxxx 56xxxxxx 57xxxxxx 58xxxxxx 59xxxxxx

Any workaround?

daddyz commented 3 years ago

@dondanidang-uniq According to regex prefixes 50, 51, 52, 53, 58, 59 will be possible. You can check the original lib here and open an issue for them. However this is not the first time when I am facing an issue in missing data for validation, I guess I will add a feature for it.