fusionpbx/app/contacts
SJS87 41db39bda0 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
..
resources \r\n --> \n 2016-04-25 20:30:23 -05:00
app_config.php Remove contact_email from v_contacts table as this was replaced by the v_contact_emails table. 2016-04-14 10:40:25 -06:00
app_defaults.php \r\n --> \n 2016-04-25 20:30:23 -05:00
app_languages.php Remvove the shared option and update the contact description. 2016-01-18 18:30:22 -07:00
app_menu.php Add latest translations 2015-08-02 23:42:11 +00:00
contact_address_delete.php Contacts: Fixed/implemented permissions, added Relations. 2015-03-27 04:35:21 +00:00
contact_address_edit.php Order contacts by last modified date by default. 2015-10-20 01:39:54 -06:00
contact_addresses.php Contacts: Fixed/implemented permissions, added Relations. 2015-03-27 04:35:21 +00:00
contact_auth.php \r\n --> \n 2016-04-25 20:30:23 -05:00
contact_delete.php Assign the user that created the contact to the user that created it. When deleting a contact delete the user assigned to it. 2016-01-17 16:16:51 -07:00
contact_edit.php Minor change to contact edit. 2016-04-22 10:35:27 -06:00
contact_email_delete.php Contacts: Fixed/implemented permissions, added Relations. 2015-03-27 04:35:21 +00:00
contact_email_edit.php Theme: Revert CSS change. 2016-04-25 10:34:39 -06:00
contact_emails.php Contacts: Close mailto tag on email link. 2015-03-31 23:35:13 +00:00
contact_extensions.php BugFix-Translation-True_False 2016-03-11 11:34:52 +00:00
contact_group_delete.php Simply deleting contact users and groups. 2016-01-18 17:42:32 -07:00
contact_import.php Remove contact_email from v_contacts table as this was replaced by the v_contact_emails table. 2016-04-14 10:40:25 -06:00
contact_import_google.php \r\n --> \n 2016-04-25 20:30:23 -05:00
contact_note_delete.php Contacts: Fixed/implemented permissions, added Relations. 2015-03-27 04:35:21 +00:00
contact_note_edit.php Order contacts by last modified date by default. 2015-10-20 01:39:54 -06:00
contact_notes.php Contacts: Fixed/implemented permissions, added Relations. 2015-03-27 04:35:21 +00:00
contact_phone_delete.php Contacts: Fixed/implemented permissions, added Relations. 2015-03-27 04:35:21 +00:00
contact_phone_edit.php E.164 format support - contact_phone_edit.php (#1581) 2016-05-13 08:42:34 -06:00
contact_phones.php Contacts: Fixed/implemented permissions, added Relations. 2015-03-27 04:35:21 +00:00
contact_relation_delete.php Contacts: Fixed/implemented permissions, added Relations. 2015-03-27 04:35:21 +00:00
contact_relation_edit.php \r\n --> \n 2016-04-25 20:30:23 -05:00
contact_relations.php \r\n --> \n 2016-04-25 20:30:23 -05:00
contact_setting_delete.php Contacts: Fixed/implemented permissions, added Relations. 2015-03-27 04:35:21 +00:00
contact_setting_edit.php Order contacts by last modified date by default. 2015-10-20 01:39:54 -06:00
contact_settings.php Fix a minor display issue for contacts. 2016-03-19 21:57:37 -06:00
contact_time_delete.php Contacts: Added Times/Timer to track support. 2015-05-17 06:16:43 +00:00
contact_time_edit.php Misc: Fix datetimepicker on Time Conditions, CDR, Contact Times, etc. 2016-04-13 13:23:07 -06:00
contact_timer.php \r\n --> \n 2016-04-25 20:30:23 -05:00
contact_timer_inc.php \r\n --> \n 2016-04-25 20:30:23 -05:00
contact_times.php Functions: Enhance img_spacer() function. 2016-04-01 19:44:26 -06:00
contact_url_delete.php Contacts: Fixed/implemented permissions, added Relations. 2015-03-27 04:35:21 +00:00
contact_url_edit.php Order contacts by last modified date by default. 2015-10-20 01:39:54 -06:00
contact_urls.php Contacts: Fixed/implemented permissions, added Relations. 2015-03-27 04:35:21 +00:00
contact_user_delete.php Simply deleting contact users and groups. 2016-01-18 17:42:32 -07:00
contacts.php Yealink directory listing for extensions, groups, users contacts (#1588) 2016-05-12 11:22:40 -06:00
contacts_vcard.php Implemented fix suggested in Issue 823 - Add DOCUMENT_ROOT to require_once path on domain edit [and contacts_vcard.php, and save_switch_xml() function]. 2015-03-18 06:17:09 +00:00
root.php Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00