![]() |
Simple PHP Phonebook - 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: Simple PHP Phonebook (/showthread.php?tid=1165) |
Simple PHP Phonebook - Michelth - 01-15-2014 07:00 AM So I just finished my small project on generating an XML phonebook for Yealink phones. This phonebook is basically based on PHP and MySQL and can generate an XML phonebook from the data inserted in the MySQL database. Just open the readme to see how to install this. I appreciate any feedback. ![]() Thanks! RE: Simple PHP Phonebook - TekMason - 01-18-2014 03:06 AM Thanks for sharing your code micheltenhove. It could function as an excellent external address book. I don't have a test environment available to me right now to test your app but when I do I will provide some feedback. I have a few plans of my own for applications that I want to make available to our fleet of Yealinks. I'm just a PHP hack so I might contact you for some help if that is ok. TekMason RE: Simple PHP Phonebook - Michelth - 01-20-2014 07:06 AM (01-18-2014 03:06 AM)TekMason Wrote: Thanks for sharing your code micheltenhove. It could function as an excellent external address book. Hi TekMason, You can try it on my private webserver. http://remote.micheltenhove.nl/phonebook2/ Click on the generate phonebook link and refer your Yealink phone to http://remote.micheltenhove.nl/phonebook2/phonebook.xml I hope you like it! ![]() RE: Simple PHP Phonebook - TekMason - 01-20-2014 08:15 AM Hi micheltenhove, Tried it out but the Generate Yealink Phonebook link gives me a blank page. I then set one of my DSS keys to http://remote.micheltenhove.nl/phonebook2/phonebook.xml and it returns "No items!" when I press it. TekMason RE: Simple PHP Phonebook - jasit - 01-20-2014 10:46 PM hi, is your phone book script a live update? as in it will show the caller name for outbound and inbound calls? thanks Jasit RE: Simple PHP Phonebook - Michelth - 01-21-2014 12:54 AM Hi Tekmason, That's because there are no contacts added yet! Click on the icon with the + sign on top of the page to add a contact. @jasit, Yes it shows inbound and outbound (I tested this with the Yealink T28P V72 firmware). I recently made some handy changes to the interface, so I will post a new version soon. I'm currently working on some security for this application. RE: Simple PHP Phonebook - Michelth - 02-27-2014 06:52 PM the old links are down. http://remote.micheltenhove.nl/phonebookv2/ this is the new one for testing. Has anyone already got it working? RE: Simple PHP Phonebook - ctbmcdenmark - 03-07-2014 09:20 PM Hey Thanks for the files ![]() Do you use it with remote or local contacts.... can't get it to work with inbound calls... RE: Simple PHP Phonebook - bahunt - 06-25-2014 11:36 PM When I generate the phonebook.xml is not created? I have entries in the database and when I click generate takes me to a page with my entries..... RE: Simple PHP Phonebook - Michelth - 06-25-2014 11:38 PM (06-25-2014 11:36 PM)bahunt Wrote: When I generate the phonebook.xml is not created? I have entries in the database and when I click generate takes me to a page with my entries..... Are you trying it on an external webhost or do you have your own webserver? |