Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
j-ed opened this issue Feb 14, 2017 · 8 comments · Fixed by #596
Assignees
Labels
1. to develop Accepted and waiting to be taken care of enhancement New feature or request
Milestone

Comments

@j-ed
Copy link

j-ed commented Feb 14, 2017

I was told (nextcloud/server#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

@skjnldsv
Copy link
Member

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

@skjnldsv skjnldsv added the needs info Not enough information provided label Feb 17, 2017
@j-ed
Copy link
Author

j-ed commented Feb 18, 2017

@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>

@skjnldsv
Copy link
Member

Okay, much understandable now :)
Thanks.

@skjnldsv skjnldsv added 1. to develop Accepted and waiting to be taken care of enhancement New feature or request and removed needs info Not enough information provided labels Feb 18, 2017
@skjnldsv skjnldsv self-assigned this Aug 22, 2017
@skjnldsv
Copy link
Member

skjnldsv commented Oct 15, 2017

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?

@j-ed
Copy link
Author

j-ed commented Oct 17, 2017

@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.

@skjnldsv
Copy link
Member

Damn, it's a shame! :(

@j-ed
Copy link
Author

j-ed commented Oct 17, 2017

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

@skjnldsv skjnldsv added 2. developing Work in progress and removed 1. to develop Accepted and waiting to be taken care of labels Oct 31, 2017
@skjnldsv skjnldsv added 1. to develop Accepted and waiting to be taken care of and removed 2. developing Work in progress labels Jun 19, 2018
@skjnldsv skjnldsv mentioned this issue Aug 16, 2018
26 tasks
@skjnldsv skjnldsv added this to the 3.0.0 milestone Aug 22, 2018
@Kellee21fmomma
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants