This repository was archived by the owner on Jun 10, 2018. It is now read-only.

Description
Hello,
I am facing Country code issue of Cameroon.
In past Cameroon has 237 Country code.
But in 2014 cameroon has added 6 after Country Code 237-6.
so now your API fails when check for Cameroon Phone Number.
number = GlobalPhone.parse('+237-6-95-22-95-11')
nil
number = GlobalPhone.parse('+237-95-22-95-11')
#<GlobalPhone::Number territory=#<GlobalPhone::Territory country_code=237 name=CM> national_string="95229511">**
Can anyone please Guide in this matter?