Yealink Forums
RemotePhone via AutoProvision - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: RemotePhone via AutoProvision (/showthread.php?tid=895)



RemotePhone via AutoProvision - benorbital - 10-10-2013 07:02 PM

Hi Guys,

i used to use the below config to auto provision our customers remote phone book:

[ RemotePhoneBook ]
remotephonebook = 0

[ RemotePhoneBook0 ]
path = /config/Setting/Setting.cfg
URL = http://192.168.250.50/phonebook.xml
Name = Remote

recently after upgrading one of the phones to the latest firmware, which is 7.71.0.140 (this is a T22P) the above config is not working and the phone is not getting the remote phone book.

Does anyone know if the config for auto provisioning of this has changed?

Thank you
Ben


RE: RemotePhone via AutoProvision - CWR - 10-10-2013 11:11 PM

Lots changed from pre v70 to v70/71. I am assuming but can not be sure by your post that you upgraded from a pre v70 configuration. There are instructions on converting the template from pre v70 into the new format.
It is possible you did that, and that it was not converted properly.
Anyhow - here is what I use in my T46 and T38. I think all phones use common configs now in v70+.
Code:
remote_phonebook.data.1.url = http://ipaddress:port/yealink_phonebook.xml
remote_phonebook.data.1.name = Company Directory



RE: RemotePhone via AutoProvision - benorbital - 10-10-2013 11:29 PM

Craig,

Thank you for the reply.

Would this go in the y0000000000$suffix.cfg or the mac.cfg file?

Thank you


RE: RemotePhone via AutoProvision - coolznet - 10-27-2013 03:00 PM

You can do either. It works in any case. If you want certain users not to have access to directory then in mac.cfg.
You can also mix,

mac.cfg
Code:
remote_phonebook.data.1.url = http://ipaddress:port/yealink_phonebook_personal.xml
remote_phonebook.data.1.name = Personal Directory

y00000000xx.cfg
Code:
remote_phonebook.data.2.url = http://ipaddress:port/yealink_phonebook.xml
remote_phonebook.data.2.name = Company Directory

Remember to change the directory # if you put 1 then your mac.cfg will overwrite your common .cfg
hope this helps!


RE: RemotePhone via AutoProvision - coolznet - 11-02-2013 11:49 AM

Check out this script... This script will maintain your contacts on server side.

http://forum.yealink.com/forum/showthread.php?tid=962