Yealink Forums
Central Remote Address Book with Web Administration - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: General topics (/forumdisplay.php?fid=15)
+--- Thread: Central Remote Address Book with Web Administration (/showthread.php?tid=962)



Central Remote Address Book with Web Administration - coolznet - 10-27-2013 06:58 PM

See Attached File!
Requirements:
  • PHP
  • PDO-PHP-sqlite / php-sqlite
To Install:
  • Copy + Paste
  • Change define constant DB_NAME to path an filename to contacts.db
  • Point your browser to the script and setup

To Use as Remote Phonebook on Yealink
- Goto WebGUI > Contacts > Remote Phone book
Code:
http://server:port/scriptname.php?phone=yealink (default phone book)
     or http://server:port/scriptname.php?phone=yealink&dir=phonebook2
     or http://server:port/scriptname.php?phone=yealink&dir=phonebook1|phonebook2
- or Auto Provision by methods listed in the file
Code:
remote_phonebook.data.1.url = http://ipaddress:port/scriptname.php&phone=yealink
remote_phonebook.data.1.name = Default Directory
--and/or--
remote_phonebook.data.2.url = http://ipaddress:port/scriptname.php&phone=yealink&dir=phonebook2
remote_phonebook.data.2.name = Directory 2
--and/or--
remote_phonebook.data.1.url = http://ipaddress:port/scriptname.php&phone=yealink&dir=phonebook1|phonebook2
remote_phonebook.data.1.name = Combined Directory

Enjoy!
Yes It's poorly documented! So, Don't Use It!


RE: PHP Script to Generate XML on the fly - Yealink Support - 10-28-2013 05:51 PM

Hi coolznet,

You can use our phonebook generation tool to generate remote phonebook or local phonebook.
http://www.yealink.com/Upload/T2X/T2X-V71/YealinkPhonebookGenerationTool-23371280292.zip


RE: PHP Script to Generate XML on the fly - coolznet - 10-29-2013 05:45 AM

(10-28-2013 05:51 PM)Yealink Support Wrote:  Hi coolznet,

You can use our phonebook generation tool to generate remote phonebook or local phonebook.
http://www.yealink.com/Upload/T2X/T2X-V71/YealinkPhonebookGenerationTool-23371280292.zip

This script allows you to have online phone book that can be edit and be browsed by the phone. Script sends XML header with all schema. It does not physically create a xml file. Run the script and find out. Smile


RE: Central Remote Address Book with Web Administration - nodekra - 12-06-2013 11:47 PM

Thank you for this script, very useful and flexible.
I wonder why Yealink doesn't have XML library like Aastra, but documentation only.


RE: Central Remote Address Book with Web Administration - Yealink Support - 12-07-2013 11:38 AM

Hi nodekra,

Thanks for your advice. I will feed back to our document department.