Files
fusionpbx/app/contacts
SJS87 40a3613cd7 E.164 format support - contact_phone_edit.php (#1581)
The + prefix is being removed, this should be ignored for the very start of the string, resolution below.

Line 69.
Replace:
$phone_number = preg_replace('{\D}', '', $phone_number);
With:
$phone_number = preg_replace('{(?!^\+)[\D]}', '', $phone_number);
2016-05-13 08:42:34 -06:00
..
2016-04-25 20:30:23 -05:00
2016-04-25 20:30:23 -05:00
2015-08-02 23:42:11 +00:00
2016-04-25 20:30:23 -05:00
2016-04-22 10:35:27 -06:00
2016-04-25 20:30:23 -05:00
2016-04-25 20:30:23 -05:00
2016-04-25 20:30:23 -05:00
2016-04-25 20:30:23 -05:00
2016-04-25 20:30:23 -05:00