06-07-2014 07:48 AM - edited 03-17-2019 04:13 PM
Hello,
I would like to know if there is a way to import contacts from Outlook into Jabber?
I know there is a way to import using xml file, but how can I export the contacts from outlook into the xml template?
Thanks,
Gilad Darshan
Solved! Go to Solution.
07-08-2014 03:48 PM
It is possible to export your Outlook contacts into XML format using a tool called "OutlookAddressBookView" by Nirsoft.
The issue is that the tool does not export the contacts into an XML format readable by Jabber. You would have to edit the XML file to make it readable by Jabber. This process would be time consuming but is achievable using the search/replace function in any text editor.
Jabber requires XML files to be in this format: http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/vxc/english/vxme/9-3_jabber_adv_fg/VXME_BK_A14F54E9_00_advanced-features-guide-for-cisco-jabber/VXME_BK_A14F54E9_00_advanced-features-guide-for-cisco-jabber_chapter_010.html#JABW_TK_I91503DB_00
07-08-2014 03:48 PM
It is possible to export your Outlook contacts into XML format using a tool called "OutlookAddressBookView" by Nirsoft.
The issue is that the tool does not export the contacts into an XML format readable by Jabber. You would have to edit the XML file to make it readable by Jabber. This process would be time consuming but is achievable using the search/replace function in any text editor.
Jabber requires XML files to be in this format: http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/vxc/english/vxme/9-3_jabber_adv_fg/VXME_BK_A14F54E9_00_advanced-features-guide-for-cisco-jabber/VXME_BK_A14F54E9_00_advanced-features-guide-for-cisco-jabber_chapter_010.html#JABW_TK_I91503DB_00
09-04-2015 11:06 AM
Hi
How can i make the phone number of the contacts to appear?
I modified the xml file adding to it a field like this
<user>
<uname>xxxxx@example.com</uname>
<fname>xxxx xxxx</fname>
"<phoneNumber/>XXXX<phoneNumber/>"
But no success.
Any ideas?
Regards!
08-18-2016 12:47 PM
I am looking to do this for the first time and I saw this post.
If this is a cut and past of your format then the issue is that you have the phone number surounded by two end tags
<phoneNumber/>XXXX<phoneNumber/>"
the first tag needs the / removed
03-28-2018 07:28 AM - edited 03-28-2018 07:40 AM
Script attached to do the export from Outlook to Jabber requested XML format, including the phoneNumber field.
Credit to source: https://gist.github.com/john-clark/5dc8f3491ff72a48b190db6450457dcd#file-outlookcontacts2ciscojabberxml-hta
05-01-2018 04:43 AM - edited 05-28-2018 06:30 AM
Hi,
Someone found a solution how to add Phone Number To the XML or csv file?
it's even possible?
01-08-2020 07:58 PM
I am also facing the same issue and unable to add mobile or phone contacts. So far only gname (groupname), uname (user email ID) and fname (user display name) are accepted to be imported to Cisco Jabber.
Anyone has a solution?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide