IOS – XML phonebook for iOS

contactsiosxml

Ive got a online phonebook that our company voip phones connect to, which allows us to keep a centralised list of all contacts phone numbers which is available on all voip phones.

The online phonebook outputs an XML file with the contact phone numbers, which the voip phones read.

Is it possible to also get our mobiles (iOS 11) to read from the same XML phonebook and input the data into the iphone contacts ?

Best Answer

Out of the box, iOS supports CardDAV and LDAP. There's no native way to import an XML file for contacts.

I have (in the past) set up an LDAP server (Solaris based) specifically for this scenario - I was connecting Nortel VoIP phones that supported a contact list with folks who needed access to this list but weren't on our Exchange Server (which had this list by default).

You may be able to set up some sort of synchronization between your phone system and the CardDAV or the LDAP server which will keep the contacts updated. It may have this capability built in, but given that you can get an XML document of the list as output, creating a script to update a CardDAV/LDAP server would be pretty straight forward.