Yealink Forums
REmote Phonebook configuration - 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: REmote Phonebook configuration (/showthread.php?tid=41819)



REmote Phonebook configuration - Ben23 - 05-11-2018 03:17 PM

I am trying to push a remotePB to some phones, I have the XML file in place, and if I set it up manually it works fine, but I have over 130 phones to provision this to.

I get the following errors in the logs:
Code:
<132>May 11 14:45:17 ATP [1198]: ATP <4+warnin> error: remote_phonebook.data.0.url
<134>May 11 14:45:17 ATP [1198]: ATP <6+info  > skip item<remote_phonebook.data.0.url>
<132>May 11 14:45:17 ATP [1198]: ATP <4+warnin> error: remote_phonebook.data.0.name
<134>May 11 14:45:17 ATP [1198]: ATP <6+info  > skip item<remote_phonebook.data.0.name>

This is the entry in the configs:
Code:
remote_phonebook.data.0.url = http://172.24.230.14/phonebook.xml
remote_phonebook.data.0.name = DirectoryName

I am unsure why this is failing.
Thanks,
-Ben


RE: REmote Phonebook configuration - Ben23 - 05-15-2018 05:49 PM

(05-11-2018 03:17 PM)Ben23 Wrote:  I am trying to push a remotePB to some phones, I have the XML file in place, and if I set it up manually it works fine, but I have over 130 phones to provision this to.

I get the following errors in the logs:
Code:
<132>May 11 14:45:17 ATP [1198]: ATP <4+warnin> error: remote_phonebook.data.0.url
<134>May 11 14:45:17 ATP [1198]: ATP <6+info  > skip item<remote_phonebook.data.0.url>
<132>May 11 14:45:17 ATP [1198]: ATP <4+warnin> error: remote_phonebook.data.0.name
<134>May 11 14:45:17 ATP [1198]: ATP <6+info  > skip item<remote_phonebook.data.0.name>

This is the entry in the configs:
Code:
remote_phonebook.data.0.url = http://172.24.230.14/phonebook.xml
remote_phonebook.data.0.name = DirectoryName

I am unsure why this is failing.
Thanks,
-Ben

Anyone have any feedback on this?