ruimarinho / google-libphonenumber

The up-to-date and reliable Google's libphonenumber package for node.js.
https://ruimarinho.github.io/google-libphonenumber
Other
1.4k stars 146 forks source link

Mobile numbers in Oman (Vodafone carrier) starting with +96877 are getting invalid error. #311

Closed thanossara closed 2 years ago

thanossara commented 2 years ago

Hello,

We are using the library to identify the phones from Oman, it works fine but for the new Vodafone carrier numbers (with 77 after the prefix +968) the library doesn't recognize them as a valid numbers.

We are able to call these numbers, so they are valid.

ruimarinho commented 2 years ago

Hi,

This issue appears to be related to a metadata problem.

  1. Start by taking a look at the official demo page and see if the results are the same.
  2. If they are, then maybe your package isn't yet up-to-date with the latest published released on npm.
  3. If it does, you might have spotted a metadata problem on the upstream package. In this case, you should report your issue in the upstream project's issue tracker.

Thanks!