[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple PHP Phonebook
Author Message
qwerty123 Offline
Junior Member
**

Posts: 2
Joined: Feb 2015
Reputation: 0
Post: #21
RE: Simple PHP Phonebook
Hello,

I'm very glad this piece of code is working as a charm! Thanks a lot! I'm wondering when the update with the login will come?

Also how can I update the phones automatically. Because now after every change in the .xml file I need to hit the key update on the phone.

Any help would be appreciated big time!
02-16-2015 06:49 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
WelshPaul Offline
Junior Member
**

Posts: 15
Joined: Feb 2015
Reputation: 1
Post: #22
RE: Simple PHP Phonebook
Hi qwerty1234

First of all, to change how often the phone checks the online phonebook for any changes change the 'Update Time Interval(Seconds)' parameter found under Directory > Remote Phone Book

As for when the update will come which includes the login well Instill haven't completed it. I have been ill for over a week however I am on the mend! Smile

I still need to sort out the responsive style, add csv support for Cisco, Snom and Obihai. (The last three not so important if you primarily use Yealink)

If the guy who originally made this script drops me a pm with his email address then I will send him the updated files today.
02-17-2015 04:49 PM
Visit this user's website Find all posts by this user    like0    dislike0 Quote this message in a reply
qwerty123 Offline
Junior Member
**

Posts: 2
Joined: Feb 2015
Reputation: 0
Post: #23
RE: Simple PHP Phonebook
(02-17-2015 04:49 PM)WelshPaul Wrote:  Hi qwerty1234

First of all, to change how often the phone checks the online phonebook for any changes change the 'Update Time Interval(Seconds)' parameter found under Directory > Remote Phone Book

As for when the update will come which includes the login well Instill haven't completed it. I have been ill for over a week however I am on the mend! Smile

I still need to sort out the responsive style, add csv support for Cisco, Snom and Obihai. (The last three not so important if you primarily use Yealink)

If the guy who originally made this script drops me a pm with his email address then I will send him the updated files today.

Thanks a lot for the tip relative to the Update Time Interval, saved my day!Smile

I understand and hope you will get better soon!

Thanks for the fast respons
02-17-2015 06:14 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
pgtipicall Offline
Junior Member
**

Posts: 2
Joined: May 2014
Reputation: 0
Post: #24
RE: Simple PHP Phonebook
Hi All,

Have this running on a PI and can add users to the MYSQL table without issue, took me a while to work out what I was doing. Now when I click generate yealink phonebook is takes me to genxml.php and it lists the added user but no file is generated. Any idea why that could be?

Thanks
Paul
(This post was last modified: 02-17-2015 08:44 PM by pgtipicall.)
02-17-2015 07:12 PM
Visit this user's website Find all posts by this user    like0    dislike0 Quote this message in a reply
WelshPaul Offline
Junior Member
**

Posts: 15
Joined: Feb 2015
Reputation: 1
Post: #25
RE: Simple PHP Phonebook
Hi folks,

You can download the files here: https://www.dropbox.com/s/n2ksuab8ujphey...k.zip?dl=0

you need to create a database and apply it a user. Then import the phonebook_sql.sql file into that database. The default username and password are user/user

I still haven't finished this yet, I have way to much work to catch up on but will crack on with it soon.
(This post was last modified: 02-24-2015 07:40 PM by WelshPaul.)
02-24-2015 07:39 PM
Visit this user's website Find all posts by this user    like0    dislike0 Quote this message in a reply
jaykay Offline
Junior Member
**

Posts: 9
Joined: Feb 2015
Reputation: 0
Post: #26
RE: Simple PHP Phonebook
(02-24-2015 07:39 PM)WelshPaul Wrote:  Hi folks,

You can download the files here: https://www.dropbox.com/s/n2ksuab8ujphey...k.zip?dl=0

you need to create a database and apply it a user. Then import the phonebook_sql.sql file into that database. The default username and password are user/user

I still haven't finished this yet, I have way to much work to catch up on but will crack on with it soon.

Hi WelshPaul
I am using a similar setup for a company. I use a web server to host the xml file containing the company directory.
This works for me as the Remote Phonebook URL.
But I would like to ask your advise on how you update the xml file. I can manually update the xml file, but is there a tool/utility that will allow for example the Receptionist to edit the xml file to add/remove user.
Thanks
JK
(This post was last modified: 02-28-2015 12:15 AM by jaykay.)
02-28-2015 12:14 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
WelshPaul Offline
Junior Member
**

Posts: 15
Joined: Feb 2015
Reputation: 1
Post: #27
RE: Simple PHP Phonebook
I'm confused... Are you talking about updating the XMl file in phonebook script posted above? or your own XML file that your hosting on your web server?

If your on about the phonebook script I posted above you simply login and add, edit or delete the contact or contacts and click on Generate Remote Phonebook and the XML file is created or updated (if it exists already) automatically.
(This post was last modified: 02-28-2015 04:09 AM by WelshPaul.)
02-28-2015 04:07 AM
Visit this user's website Find all posts by this user    like0    dislike0 Quote this message in a reply
jaykay Offline
Junior Member
**

Posts: 9
Joined: Feb 2015
Reputation: 0
Post: #28
RE: Simple PHP Phonebook
(02-28-2015 04:07 AM)WelshPaul Wrote:  I'm confused... Are you talking about updating the XMl file in phonebook script posted above? or your own XML file that your hosting on your web server?

If your on about the phonebook script I posted above you simply login and add, edit or delete the contact or contacts and click on Generate Remote Phonebook and the XML file is created or updated (if it exists already) automatically.


Thanks for the prompt reply. Maybe I just jumped in here without reading your post properly..... I've had a long day!
So can I bulk import contacts from a csv file to your script?
Will xampp do or do you recommend another program for the sql part.
02-28-2015 04:57 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
WelshPaul Offline
Junior Member
**

Posts: 15
Joined: Feb 2015
Reputation: 1
Post: #29
RE: Simple PHP Phonebook
(02-28-2015 04:57 AM)jaykay Wrote:  
(02-28-2015 04:07 AM)WelshPaul Wrote:  I'm confused... Are you talking about updating the XMl file in phonebook script posted above? or your own XML file that your hosting on your web server?

If your on about the phonebook script I posted above you simply login and add, edit or delete the contact or contacts and click on Generate Remote Phonebook and the XML file is created or updated (if it exists already) automatically.


Thanks for the prompt reply. Maybe I just jumped in here without reading your post properly..... I've had a long day!
So can I bulk import contacts from a csv file to your script?
Will xampp do or do you recommend another program for the sql part.

Ah right I got you, no. I know, I know... All that hassle for a no lol

If you already have an XML or CSV file with a list there is no way to import that into the script above. It's a manual process but once listed in the phone book it's easy to export a CSV based on that phone book list for use on any device or a XML for use with an online phone book.

I should point out that this isn't really *my* script, I just added the ability to login/logout and made a few changes to the way it generates the files. It still needs some work so if anyone wants to build on it then go for it. Smile
02-28-2015 05:14 PM
Visit this user's website Find all posts by this user    like0    dislike0 Quote this message in a reply
jaykay Offline
Junior Member
**

Posts: 9
Joined: Feb 2015
Reputation: 0
Post: #30
RE: Simple PHP Phonebook
(02-28-2015 05:14 PM)WelshPaul Wrote:  
(02-28-2015 04:57 AM)jaykay Wrote:  
(02-28-2015 04:07 AM)WelshPaul Wrote:  I'm confused... Are you talking about updating the XMl file in phonebook script posted above? or your own XML file that your hosting on your web server?

If your on about the phonebook script I posted above you simply login and add, edit or delete the contact or contacts and click on Generate Remote Phonebook and the XML file is created or updated (if it exists already) automatically.


Thanks for the prompt reply. Maybe I just jumped in here without reading your post properly..... I've had a long day!
So can I bulk import contacts from a csv file to your script?
Will xampp do or do you recommend another program for the sql part.

Ah right I got you, no. I know, I know... All that hassle for a no lol

If you already have an XML or CSV file with a list there is no way to import that into the script above. It's a manual process but once listed in the phone book it's easy to export a CSV based on that phone book list for use on any device or a XML for use with an online phone book.

I should point out that this isn't really *my* script, I just added the ability to login/logout and made a few changes to the way it generates the files. It still needs some work so if anyone wants to build on it then go for it. Smile

Ah well, I might just create a new list anway because the ability to automatically update the phonebook across all phones is worth the effort
03-02-2015 01:08 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Remote Phonebook - Numbers Display Format On Phone Medryn 19 67,861 11-24-2023 02:28 AM
Last Post: shulem@theteklink.com
  yealink Phonebook Tool Oliaargau 8 38,303 06-28-2022 02:00 AM
Last Post: Beachnuttz
  Naming Phonenumbers in Remote-Phonebook t.kerkhoff 0 2,125 04-22-2022 10:37 PM
Last Post: t.kerkhoff
  Transfer to Remote Phonebook Minerva 5 18,504 10-22-2020 03:11 PM
Last Post: joe.carroll@managedinstalls.com
  Phonebook import on A T85 Dominik333 5 11,233 09-01-2020 11:29 AM
Last Post: Yisroel_MongoTEL
  Search Phonebook Prozper 2 7,077 11-13-2019 09:15 PM
Last Post: jolouis
  Phonebook Creation 64bit Rus 1 7,876 10-23-2019 08:29 PM
Last Post: dwooster
  Impossible to upload a csv to Phonebook Germain 8 17,730 09-07-2019 09:11 AM
Last Post: anksharmoli
  Phonebook generation tool dscope 2 20,044 07-24-2019 06:42 PM
Last Post: complex1
  Remote PhoneBook ftp aralmeida 2 9,613 05-17-2019 04:19 AM
Last Post: Denise558

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication