[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:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add the Remote Phone Book via a .cnf file
Author Message
sfrazier Offline
Junior Member
**

Posts: 36
Joined: Sep 2014
Reputation: 0
Post: #1
Add the Remote Phone Book via a .cnf file
Does anyone know what the entry would be for a .cnf file for a T46G Yealink phone to add the "Remote Phone Book" onto the "Directory Button" on the phone via provisioning?

TIA
01-31-2022 05:14 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Shortie Offline
Junior Member
**

Posts: 3
Joined: Feb 2022
Reputation: 0
Post: #2
RE: Add the Remote Phone Book via a .cnf file
(01-31-2022 05:14 AM)sfrazier Wrote:  Does anyone know what the entry would be for a .cnf file for a T46G Yealink phone to add the "Remote Phone Book" onto the "Directory Button" on the phone via provisioning?

TIA

Here are my settings for the T46S and autoprovisioning via TFTP server:

y000000000066.cfg

The following lines are the configuration like under the
Tab Directory - Submenu: Remote Phone Book

Code:
# activate lookup on incoming call
features.remote_phonebook.enable = 1
features.remote_phonebook.flash_time = 10800
# URL and name of phonebook
remote_phonebook.data.1.url = tftp://192.168.1.10/rem_phonebook.xml
remote_phonebook.data.1.name = My customers

The following lines are the configuration like under the
Tab Directory - Submenu: Settings

Code:
# Directory
directory_setting.url = tftp://192.168.1.10/favorite_setting.xml
# Search Source List In Dialing
super_search.url = tftp://192.168.1.10/super_search.xml


favorite_setting.xml - Order: 1. Remote, 2. Local phonebook

Code:
<?xml version="1.0"?>
<root_favorite_set>
    <item id_name="remotedirectory" display_name="Remote Phone Book" priority="1" enable="1" dev="common"/>
    <item id_name="localdirectory" display_name="Local Directory" priority="2" enable="1" dev="common"/>
    <item id_name="history" display_name="History" priority="3" enable="0" dev="common"/>
    <item id_name="blacklist" display_name="Blacklist" priority="4" enable="0" dev="common"/>
</root_favorite_set>


super_search.xml - Order: 1. Remote, 2. Local phonebook

Code:
<?xml version="1.0"?>
<root_super_search>
        <item id_name="remote_directory_search" display_name="Remote Phonebook" priority="1" enable="1" />
        <item id_name="local_directory_search" display_name="Local Directory" priority="2" enable="1" />
        <item id_name="calllog_search" display_name="History" priority="3" enable="1" />
</root_super_search>

Hope this helps :-)

Edit: Added comments
(This post was last modified: 02-04-2022 01:51 AM by Shortie.)
02-02-2022 03:19 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Shortie Offline
Junior Member
**

Posts: 3
Joined: Feb 2022
Reputation: 0
Post: #3
RE: Add the Remote Phone Book via a .cnf file
if you want to pass over the selection between Local and Remote Phonebooks you can add in addition to the lines above the following lines:

y000000000066.cfg: (tested with T46S)
Code:
programablekey.2.label = Phonebook
programablekey.2.line = 1
programablekey.2.type = 22
(This post was last modified: 02-03-2022 10:14 PM by Shortie.)
02-03-2022 10:13 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
sfrazier Offline
Junior Member
**

Posts: 36
Joined: Sep 2014
Reputation: 0
Post: #4
RE: Add the Remote Phone Book via a .cnf file
Thanks for your response Shortie. I gave this a try and I am sure I am not understanding what to do. It did indeed copy my RemotePhonebook.xml as a local phone book to the phone but I only wanted (I wish I could do a screen shot here but I don't think we can in this thread) On the phone itself under the tab "Directory" all I wanted to do is move "Remote Phone Book" from disabled to enabled not actually copy in a file to the local phone book. The way I was doing it was updating a single file "RemotePhonebook.xml" and then the phone would update from time to time and have a current copy of the phone book that would be updated periodically. Does that make sense or have I confused the issue?
02-03-2022 11:34 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
sfrazier Offline
Junior Member
**

Posts: 36
Joined: Sep 2014
Reputation: 0
Post: #5
RE: Add the Remote Phone Book via a .cnf file
Maybe I can be a little more clear. On the phone itself via the web interface, under the Directory tab of the phone I have set up the Remote Phone book using tftp and it has no problem with that entry. The issue I am having is figuring out what entry do I need to do in the y000000xx.cfg file to simply add the enable the "Remote Phone Book" under the directory, perhaps that is easier to understand what I am asking.
02-04-2022 12:37 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Shortie Offline
Junior Member
**

Posts: 3
Joined: Feb 2022
Reputation: 0
Post: #6
RE: Add the Remote Phone Book via a .cnf file
(02-04-2022 12:37 AM)sfrazier Wrote:  Maybe I can be a little more clear. On the phone itself via the web interface, under the Directory tab of the phone I have set up the Remote Phone book using tftp and it has no problem with that entry. The issue I am having is figuring out what entry do I need to do in the y000000xx.cfg file to simply add the enable the "Remote Phone Book" under the directory, perhaps that is easier to understand what I am asking.

Create the files I posted above and copy the lines from my y000000000066.cfg example in your y000000000028.cfg file. You will need the favorite_settings.xml and super_search.xml. These files are required to enable the phonebook on the directory button if you want to configure your phone with a provisioning server configuration.
(This post was last modified: 02-04-2022 12:48 AM by Shortie.)
02-04-2022 12:46 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
sfrazier Offline
Junior Member
**

Posts: 36
Joined: Sep 2014
Reputation: 0
Post: #7
RE: Add the Remote Phone Book via a .cnf file
Perfect, works as expected, thank you very much, I really appreciate the help, sorry for being dense there for awhile. I got it and it works great!
02-04-2022 04:02 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
  T46S Phone doesn't ring - straight to VM - Need it to ring cobregon 0 214 03-07-2024 03:52 AM
Last Post: cobregon
  T46s Veriizon as LAN only phone? Desertfabworks 0 695 08-21-2023 11:31 PM
Last Post: Desertfabworks
  Directory - Remote Phone Book XML Format Cloud9phone 4 17,837 07-28-2023 02:35 AM
Last Post: digiaustin
  Utility to sync outlook contacts with T4x phone tsukraw 4 19,602 07-08-2023 08:16 AM
Last Post: ziksk8
  Speed Dial to a specific phone? prestigefac 0 1,110 02-06-2023 12:11 AM
Last Post: prestigefac
Information Toggle Power LED or update config via remote? 48design-cg 0 1,078 01-17-2023 05:32 PM
Last Post: 48design-cg
  Does T4XU supports DD Phone Feature? kevinschlemmer 0 1,316 12-06-2022 10:48 PM
Last Post: kevinschlemmer
  t46 rom file for recovery jimcnt 6 24,141 12-01-2022 03:32 PM
Last Post: mcs-zseboek
  Yealink T42G Phone stuck at Welcome LFC 12 30,278 08-08-2022 04:16 PM
Last Post: markvdheijden
  How to show caller Phone Number when call is forwarded gijoe 0 2,022 05-31-2022 07:40 PM
Last Post: gijoe

Forum Jump:


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

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