Currently we do not sync extensions to TEL phone numbers.
In RFC6350 for vcards and TEL there is a possibility to have extensions like the ext=12345 here:
TEL;VALUE=uri;PREF=1;TYPE="voice,home":tel:+1-555-555-5555;ext=5555
In Fastmail you can add extensions and it is stored like this:
+15551234567;5678
When syncing with DAVx5 the phone number is preserved but not the extension. It results in
+15551234567
According to the user uploading from device to fastmail works when the extension is added.
Things to consider:
- How do contact apps support or handle these extensions in general?
- Does Android contacts storage provide a standardized way to save it?
- Which formats can we want support?
RFC6350: https://www.rfc-editor.org/rfc/rfc6350#page-34
Cam up in ticket: https://bitfire-at.zammad.com/#ticket/zoom/16435 (only for team visible)
Currently we do not sync extensions to
TELphone numbers.In RFC6350 for vcards and TEL there is a possibility to have extensions like the
ext=12345here:TEL;VALUE=uri;PREF=1;TYPE="voice,home":tel:+1-555-555-5555;ext=5555In Fastmail you can add extensions and it is stored like this:
+15551234567;5678When syncing with DAVx5 the phone number is preserved but not the extension. It results in
+15551234567According to the user uploading from device to fastmail works when the extension is added.
Things to consider:
RFC6350: https://www.rfc-editor.org/rfc/rfc6350#page-34
Cam up in ticket: https://bitfire-at.zammad.com/#ticket/zoom/16435 (only for team visible)