Yealink Forums

Full Version: Central Remote Address Book with Web Administration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
Hi coolznet,

You can use our phonebook generation tool to generate remote phonebook or local phonebook.
http://www.yealink.com/Upload/T2X/T2X-V7...280292.zip
(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-V7...280292.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
Thank you for this script, very useful and flexible.
I wonder why Yealink doesn't have XML library like Aastra, but documentation only.
Hi nodekra,

Thanks for your advice. I will feed back to our document department.
Reference URL's