since some months some French mobile number could start by 07 xx xx xx xx

So an update is required on the file : phone.fr.inc line 9
define('PHONE_FR_REGEX', '/(\+33|0)([1-6]\d{8}|85\d{7}|87[0-57-9]\d{6})$/');
to include [1*7]

Comments

jerome72’s picture

We also have numbers begining with 08 and 09

Thank you for this Field.

joachim desarmenien’s picture

Does anyone have the update for 07 08 and 09 french numbers ? ?

i changed the regex to

define('PHONE_FR_REGEX', '/(\+33|0)([1-9]\d{8}|85\d{7}|87[0-57-9]\d{6})$/');

seems to work

Ljrox’s picture

I change 'phone.fr.inc' line 9 like #2

works for me, thanks

thierry_gd’s picture

Status: Active » Fixed

Taken into account in 6.2.18 release

Status: Fixed » Closed (fixed)
Issue tags: -french

Automatically closed -- issue fixed for 2 weeks with no activity.