Yealink Forums

Full Version: Simple PHP Phonebook
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
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. Smile

Thanks!
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
(01-18-2014 03:06 AM)TekMason Wrote: [ -> ]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

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! Smile
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
hi, is your phone book script a live update? as in it will show the caller name for outbound and inbound calls?


thanks


Jasit
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.
the old links are down.

http://remote.micheltenhove.nl/phonebookv2/ this is the new one for testing. Has anyone already got it working?
Hey Thanks for the files Wink

Do you use it with remote or local contacts....

can't get it to work with inbound calls...
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.....
(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?
Pages: 1 2 3 4
Reference URL's