Hi, I using a config file which the phone picks up from tftp server on our phone system (Freepbx). The contacts all show OK on the phone, but if I go to try and search a contact (even if I type the name exactly), it won't find anything. We have 70 users, so having to manually scroll through the entire list will be an issue. Below is an example of what the file looks like:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><!-- $RCSfile: 000000000000-directory~.xml,v $ $Revision: 1.3 $ --><directory><item_list><item><ln> Diaz </ln><fn> Test </fn><ct> 101 </ct></item><item><ln> Carraro </ln><fn> Smith </fn><ct> 102 </ct></item><item><ln> Schmitz </ln><fn> Test </fn><ct> 106 </ct></item><item><ln> Zaino </ln><fn> Smith </fn><ct> 107 </ct></item></item_list></directory>
I have tried updating one of the phones to the latest firmware (as of 22/08/2018), but makes no difference. Just wondering if the contact directory file is missing something to allow it to be searchable or there is something else I am missing to get this working?