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

Snom csv format not correct #32

Open
Somebodyisnobody opened this issue Jul 2, 2024 · 1 comment
Open

Snom csv format not correct #32

Somebodyisnobody opened this issue Jul 2, 2024 · 1 comment

Comments

@Somebodyisnobody
Copy link

According to this documentation a master contact needs to duplicate the first number in two lines. The first line is the master line and describes the name etc. The numbers are in the following lines. The key to link the lines is the telephone number of the "Master"-line. The master line is from the type "sip" instead "home"

"","0123456789","MASTER","","Max","Musterman","","","","","","","false","","sip",""
"","0123456789","none","","Member_Alias","0123456789","","","","","","","false","","home",""
"","00112233","none","active","Member_Alias","0123456789","","","","","","","false","","mobile",""
"","333444","none","active","Member_Alias","0123456789","","","","","","","false","","business",""

What i get with the v8 csv export is instead:

"Max Mustermann","00100002","MASTER","","Max","Mustermann","","","max@mustermann.de","","","","false","","home",""
"","0123456789","","","Member_Alias","00100002","","","","","","","false","","home",""
"","00112233","","","Member_Alias","00100002","","","","","","","false","","mobile",""

for the relevant vcard snippet:

FN:Max Mustermann
N:Mustermann;Max;;;
EMAIL;TYPE=HOME:max@mustermann.de
TEL;TYPE=HOME:0123456789
TEL;PREF=1;TYPE=CELL:00112233

On import this results in the following additional number:
grafik

I don't know where the "00100002" comes from in the contact conversation wizard but it is just wrong for at least the firmware version v10.1.175.10.

@Somebodyisnobody
Copy link
Author

And the number type "work" is actually "business"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant