Yealink Forums
Different phonebooks for different handsets - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: Dect Phone Series (/forumdisplay.php?fid=6)
+--- Forum: W52P (Wireless) (/forumdisplay.php?fid=23)
+--- Thread: Different phonebooks for different handsets (/showthread.php?tid=3039)



Different phonebooks for different handsets - Kamiware - 12-23-2014 07:32 PM

Dears,

I use XML phonebooks (remote_phonebook.data.1.url = ...)
However, I want to give to different handsets different phonebooks.
(for example: phonebook1 to handset1, phonebook2 to handset2. but handset1 should not see phonebook2, and handset2 should not see phonebook1.)
Is this somehow possible?

Greetings,
Samuël


RE: Different phonebooks for different handsets - cptjack - 12-24-2014 07:32 AM

The phones send their MAC address as part of the http header.
If you use a script to serve the XML, you can check $_SERVER['HTTP_USER_AGENT']
I would use php and database to query the phonebook enties for a particular phone/MAC address.


RE: Different phonebooks for different handsets - Kamiware - 12-24-2014 03:01 PM

Dear,

I have multiple handsets on 1 basestation.
For ALL the handsets the 1 MAC address from the basestation is send.
So this is not a solution.

Greetings,
Samuël


RE: Different phonebooks for different handsets - James_Yealink - 12-24-2014 04:18 PM

Hi Samuel,

You have to import a local phonebook.
All handsets registered to a base station share same remote phonebooks but they have their own local phonebook.

You can add it in web interface under contacts or autoprovision:
handset.X.contact_list.url =

Regards,
James