Contacts: allow to enter and differentiate more than one mobile phone number, e.g for business and private use

Created on 14 Feb 2017  路  7Comments  路  Source: nextcloud/contacts

I was told (https://github.com/nextcloud/server/issues/3469) that this would be GUI issue and need to be opened in the contacts app section.

Expected behavior

It should be possible to enter separate mobile phone numbers for business and private use, like it is already possible for fax numbers.

Current behavior

Only one mobile phone number can be entered at the moment. Due to the fact that more and more people own at least a business and a private mobile phone, an option to differentiate mobile phones
for business and private use should be added.

Steps to reproduce

  1. Open the contacts app.
  2. try to enter and differentiate more than one mobile phone number.

Environment

Server Configuration

OS: Linux 3.2.84
Web server: Apache2 2.4.25
Database: MariaDB 5.5.54
PHP version: 5.6.29
Nextcloud version: 11.0.1

Client Configuration

Browser: Mozilla Firefox 51.0.1
Operating system: Windows 7

1. to develop enhancement

Most helpful comment

@skjnldsv I think that doesn't matter, because it uses WORK (Arbeit) to label that number without modifying the original record.

All 7 comments

Hum, I can easily add multiple mobile number. Did you add a new field (bottom?)

@skjnldsv I'm able to add multiple mobile numbers but I cannot differentiate them afterwards.
I want to add e.g. a private and a business mobile number, which both are created using an the following format:

TEL;TYPE=CELL:<business-number>
TEL;TYPE=CELL:<private-number>

By adding an option to differentiate both entries mobile number I would expect to find the following formatted entries being created by the app (similar to the fax number handling)

TEL;TYPE=WORK,CELL:<business-number>
TEL;TYPE=HOME,CELL:<private-number>

Okay, much understandable now :)
Thanks.

We'll go for this pretty soon.
As a record, android handle this as TEL;WORK;CELL:0123456789
MS contacts app seems to be ok with this too!

WORK,CELL does not seems to be good for both of them.

Can someone test with apple?

@skjnldsv
Nextcloud: 12.0.3
Contacts App: nightly_build_2017-10-13

I've just created a test account with two mobile phone numbers:

20171017_nc_contacts_web

BEGIN:VCARD
VERSION:3.0
FN:AAA BBB
UID:784ead8c-f6fb-4a74-97e6-806bf603ac04
CATEGORIES:Privat
REV:20171017T091259Z
TEL;TYPE=CELL:+49 171 123456
TEL;TYPE=WORK,CELL:+49 172 123456
END:VCARD

After the synchronization has taken place the record looked like this on iOS 10.3.3:

20171017_nc_contacts

BEGIN:VCARD
VERSION:3.0
PRODID:-//Apple Inc.//iPhone OS 10.3.3//EN
N:AAA BBB;;;;
FN:   AAA BBB 
TEL;type=CELL;type=VOICE;type=pref:+49 171 123456
TEL;type=WORK;type=VOICE:+49 172 123456
END:VCARD

It looks like Apple doesn't support all field label types.

Damn, it's a shame! :(

@skjnldsv I think that doesn't matter, because it uses WORK (Arbeit) to label that number without modifying the original record.

Was this page helpful?
0 / 5 - 0 ratings