Vcard cell number

Hello everyone, I am new to the forum, my name is David.

I use ejarbbed recently, I'm not a programmer so be gentle. I installed and configured Ejarbbed. I use it as XMPP server for Bria (SIP Softphone)

The goal is to deploy the roster automatically with phone numbers, full names, and email address (vCard) and to define Vcards attributes from the command line. (ejabberdctl set_vcard)

It works for the attributes Name and surname:

ejabberdctl set_vcard test mydomain.com N FAMILY john
ejabberdctl set_vcard test mydomain.com N GIVEN doe

For phone numbers and e-mail I can not find the commands that match the fields in Bria.

I could set correctly with the Tkabber software. Connect the user for which I want to define the information, and I "edit the information." After when I go to Contacts Bria XMPP, I have the right information.

If I go in /var/lib/ejabberd/vcard.dat
Here are the fields in Tkabber created vcard for the CELL NUMBER. (I removed some symbols)

xmlelementk TELjl
xmlelementk CELLjjh d
xmlelementk NUMBERjl xmlcdatam 200jjh d

Unfortunately this command line does not work :

ejabberdctl set_vcard test mydomain.com TEL CELL NUMBER 200

Do you have any idea?

Thank-you,

Regards,

David.

Vcard cell number

I've updated get_vcard and set_vcard in Git, and now this is possible:

$ ejabberdctl set_vcard2 user1 localhost TEL CELL 1112223333
$ ejabberdctl get_vcard2 user1 localhost TEL CELL
1112223333

Hello, I have not received

Hello,

I have not received mail I did not know that it had responded to my post. Thank you.

Is-it work with TEL CELL NUMBER like in my description ?

And for others tel number :

TEL WORK NUMBER,
...
..

Because these are the fields I need, when i use TEL CELL the attribute are not recognise by the Softphone. I try with

Thank-you,

Regards,

David.

I have tried with Jitsi but i

I have tried with Jitsi but i have the same problem.

Syndicate content