Yealink Forums
Enable remote phone book on T42 - 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: Enable remote phone book on T42 (/showthread.php?tid=3461)



Enable remote phone book on T42 - jason.fell@classtelecom.co.uk - 03-18-2015 10:57 PM

I am trying to enable the DSS Key softkey 2, to display the detail

remote_phonebook.data.1.url = http://10.0.2.9/prov/_directory/0015654dbbe1

but within the phone itself the phone remote phone book is not enabled for use;
webgui --> Directory (tab) --> Setting

it states that the Remote Phone Book is disabled, how con I enable this from the auto-provisioning template?

I have been able to find the detail I want but cannot find a way of enabling this feature without manually enabling it..

not even the cfg generator tool helps me, or maybe I'm being blind...lol

any help appreciated.


RE: Enable remote phone book on T42 - Flora_Yealink - 03-19-2015 02:57 AM

Hello ,
If you want to enable the remote phonebook under Directory->Setting in the web Page.
you can use below syntax
#Configure the access URL for downloading the files for direcory setting.
directory_setting.url =http://10.2.5.192:8080/T4X/favorite_setting.xml (please change the path of your auto provisioning server address)
the content of the favorite_setting.xml like below,
<root_favorite_set>
<item id_name="localdirectory" display_name="Local Directory" priority="1" enable="1" />
<item id_name="history" display_name="History" priority="2" enable="0" />
<item id_name="networkcalllog" display_name="Network CallLog" priority="3" enable="0" />
<item id_name="remotedirectory" display_name="Remote Phone Book" priority="4" enable="1" />
<item id_name="ldap" display_name="LDAP" priority="5" enable="0" />
<item id_name="broadsoftdirectory" display_name="Broadsoft Directory" priority="6" enable="0" />
</root_favorite_set>

also, you can refer to the Yealink website to download the auto provisioning file and guide.
Best Regards!
flora