Add South Korea country code

Hi Sandra,

Notice South korea’s country code is missing in the list of phone number country code. Appreciate your help to adding it in please.

Thank you

Hi @jane Thank you for letting us know. This has now been updated in Gibbon v28 (our development version) can you can apply this change to your system by running the following SQL commands:

UPDATE gibbonCountry SET iddCountryCode='82' WHERE printable_name='Korea, Republic of';

Hello. I am facing the same problem : the country code for the Republic of Congo (242) is missing in the list of country codes of the phone numbers. I appreciate your help in adding it please.

THANKS

Hi @fremar Thank you for letting us know. This will be updated in our next version Gibbon v29.

On the other hand, you can also apply this change to your system by running the SQL command using the Query Builder Module. Go to Query Builder → Manage Commands → Add Command. Hope that helps!