Skip to content

Snom csv format not correct #32

@Somebodyisnobody

Description

@Somebodyisnobody

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions