Yealink Forums

Full Version: Remote phone book
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
Reference URL's