Rillke / Contact-Conversion-Wizard

Programm um auf einfache Weise Kontaktlisten zwischen verschiedenen Programmen/Geräten zu konvertieren
GNU General Public License v3.0
35 stars 11 forks source link

Snom csv format not correct #32

Open Somebodyisnobody opened 5 days ago

Somebodyisnobody commented 5 days ago

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 commented 5 days ago

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