Yealink Forums
Remote phone book - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: T4x Series (/forumdisplay.php?fid=31)
+--- Thread: Remote phone book (/showthread.php?tid=2169)



Remote phone book - paulhuynh - 07-31-2014 03:10 AM

so on the t4x

i want to set global setting using

y0000000000000028.cfg

here is what i have
remote_phonebook.data.1.url = http://myserver/yealink/phonebook2/pb/pb.xml

How do i auto enable that enable directory (under directory / setting of the phone webinterface)

How do i also disable local directory via y00000000000000000028.cfg file?

Can i set display name of the remote phone book via y00000000000000000000028.cfg file?

if so can some one gave me an example


RE: Remote phone book - Yealink Support - 08-04-2014 09:12 AM

Hi paulhuynh,

You can try below code in your y0000000000000028.cfg file.
Code:
#!version:1.0.0.1
directory_setting.url = http://10.2.5.223:8080/favorite_setting.xml
remote_phonebook.data.1.url = http://10.2.5.223:8080/phonebook.xml
remote_phonebook.data.1.name = Yealink

Please modify the url to yours.
And the favorite_setting.xml file is used to set the directory/history/remote phonebook and so on.

I will attach the favorite_setting.xml file to you. please add it into you server.

thanks