Yealink Forums
T38G remote Phonebook - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Phone specific topic (/forumdisplay.php?fid=12)
+---- Forum: T3xP Series (/forumdisplay.php?fid=22)
+---- Thread: T38G remote Phonebook (/showthread.php?tid=4049)



T38G remote Phonebook - LPSIT - 07-03-2015 03:40 AM

I have T23G Phonebook working remotely however that same .xml file will not work on the T38G.

Ive also tried exporting the local contact list from the T38g phone directly and then using it as the Remote phonebook but I get errors and it won't load remotely.

Can somebody post an example remote phonebook .xml file for the T38G.

The code I have so far is but i'm unsure where to put the Group name.

<?xml version="1.0" encoding="UTF-8" ?>

<xxxIPPhoneDirectory clearlight="true">

<Title>Phonebook</Title>

<Prompt>Prompt</Prompt>

<DirectoryEntry>

<Name>Test</Name>

<Telephone>2111</Telephone>

</DirectoryEntry>

</xxxIPPhoneDirectory>


RE: T38G remote Phonebook - cptjack - 07-05-2015 05:11 AM

I'm using that same format except I do NOT have the <?xml version="1.0" encoding="UTF-8" ?> header.
Can you try without the first line? If it's not working, please specify the firmware you are running. I'm on 38.70.0.185.


RE: T38G remote Phonebook - LPSIT - 07-14-2015 08:41 PM

(07-05-2015 05:11 AM)cptjack Wrote:  I'm using that same format except I do NOT have the <?xml version="1.0" encoding="UTF-8" ?> header.
Can you try without the first line? If it's not working, please specify the firmware you are running. I'm on 38.70.0.185.

Yeah this XML code works just fine. Problem is this is a school disctrict and we have thousands of employees so this method just isn't really working. There has to be a way to create an excel spreadsheet and then export to xml format I would assume.

Anybody have a xls file that exports to xml?