[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
T46G (Remote) Phonebook
Author Message
firmtel Offline
Junior Member
**

Posts: 7
Joined: Jun 2014
Reputation: 0
Post: #1
T46G (Remote) Phonebook
Hello,

I'm currently using a Yealink T46G, i want to fill the phonebook remote trough an .xml file.
My first try was using an written file:

<?xml version="1.0" encoding="UTF-8"?>
<FirmTelIPPhoneDirectory>
<DirectoryEntry>
<Name>Angelique</Name>
<Telephone>1013</Telephone>
<Telephone>316580213</Telephone>
<Name>Arne</Name>
<Telephone>2008</Telephone>
<Telephone>31658023</Telephone>
<Name>Bart</Name>
<Telephone>1005</Telephone>
<Telephone>31658023</Telephone>
</DirectoryEntry>
</FirmTelIPPhoneDirectory>

No matter what i tried i kept getting the invalid file error.

My second try was to use the Phonebook generator, that was a good idea but apprently the VB module is password protected making the tool useless.

My third idea was to manualy fill the phonebook on one and export that file to use for the others. You can guess i get an error:
This page contains the following errors:

error on line 9 at column 1: Extra content at the end of the document
Below is a rendering of the page up to the first error.


Than i figured maybe it was the firmware so i tried 4 diffrent version no result. Currently i'm having 28.72.188.2 (my understanding this is a specific firmware for my country) So i tried to put the original firmware back supplied on the website but he doesn't wanna overright the other firmware.

My latest try was an xml file i found here on the forums and still nothing.

Side note i'm testing a whole line T41P, T42G, T46G, T48G and i'm having the exact same issue on each model, we wanna distribute these models and it would be really nice to get this working.
06-11-2014 10:56 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
mali Offline
Junior Member
**

Posts: 15
Joined: Mar 2014
Reputation: 0
Post: #2
RE: T46G (Remote) Phonebook
Hi,

I have a remote phonebook for T42G And T46G and they are working perfect.

Below is an example of my xlm file that I use to make my phonebook

<?xml version="1.0" encoding="utf-8"?>

<root_contact>
<contact display_name="contact1" office_number="101" mobile_number="" other_number="" line="-1" ring="" group_id_name="office" is_favorate="0" />
<contact display_name="contact2" office_number="102" mobile_number="" other_number="" line="-1" ring="" group_id_name="office" is_favorate="0" />
<contact display_name="contact3" office_number="103" mobile_number="" other_number="" line="-1" ring="" group_id_name="office" is_favorate="0" />
<contact display_name="contact4" office_number="201" mobile_number="" other_number="" line="-1" ring="" group_id_name="office" is_favorate="0" />
<contact display_name="contact5" office_number="202" mobile_number="" other_number="" line="-1" ring="" group_id_name="office" is_favorate="0" />
<contact display_name="contact6" office_number="203" mobile_number="" other_number="" line="-1" ring="" group_id_name="office" is_favorate="0" />
</root_contact>


PS. and also I have attach my xlm file so you can load it download it an import e to see if it is working

Amd let me know if this has help you out


Attached File(s)
.xml  contact.xml (Size: 8.3 KB / Downloads: 61)
(This post was last modified: 06-12-2014 02:45 AM by mali.)
06-11-2014 11:56 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
CWR Offline
Moderator
*****

Posts: 717
Joined: May 2013
Reputation: 7
Post: #3
RE: T46G (Remote) Phonebook
Mali,
Your file gives me "Update Fail" when used as a remote phonebook. Can you tell us how this is implemented?

My working format is this:

<?xml version="1.0" encoding="utf-8"?>
<XXXIPPhoneDirectory clearlight="true">
<Title>Phonelist</Title>
<Prompt>Prompt</Prompt>
<DirectoryEntry>
<Name>Contact Name</Name>
<Telephone>6850</Telephone>
</DirectoryEntry>
</XXXIPPhoneDirectory>

Craig Reilly
MCSA, 3cx Advanced Certified
Scottsdale, AZ
(This post was last modified: 06-12-2014 01:03 AM by CWR.)
06-12-2014 12:51 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #4
RE: T46G (Remote) Phonebook
You can try below syntaxs. Please run phonebook generator tool in EXCEL 2010 and try again if you wanted.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<YealinkIPPhoneBook>
  <Title>Yealink</Title>
  <Menu Name="qwe">
    <Unit Name="test29" Phone1="1262" Phone2="4567" Phone3="6789" default_photo="Resource:"/>
    <Unit Name="test30" Phone1="1263" Phone2="4567" Phone3="6789" default_photo="Resource:"/>
  </Menu>
</YealinkIPPhoneBook>
06-12-2014 11:10 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
firmtel Offline
Junior Member
**

Posts: 7
Joined: Jun 2014
Reputation: 0
Post: #5
RE: T46G (Remote) Phonebook
Hi Mali,

Your file is working for me thanks alot! Been strugling with this issue for a few day's now Big Grin
Not sure where i was going wrong though.

Thanks all for helping!
06-12-2014 03:07 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
firmtel Offline
Junior Member
**

Posts: 7
Joined: Jun 2014
Reputation: 0
Post: #6
RE: T46G (Remote) Phonebook
One last question.

Is there a way to configure BLF the same sort of way as the phonebook?

I saw you can do it in the provisioning but that's not the way we want to do it.
06-12-2014 06:59 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
mali Offline
Junior Member
**

Posts: 15
Joined: Mar 2014
Reputation: 0
Post: #7
RE: T46G (Remote) Phonebook
(06-12-2014 03:07 PM)firmtel Wrote:  Hi Mali,

Your file is working for me thanks alot! Been strugling with this issue for a few day's now Big Grin
Not sure where i was going wrong though.

Thanks all for helping!

Glad to hear that....You're welcome Smile

(06-12-2014 12:51 AM)craigreilly Wrote:  Mali,
Your file gives me "Update Fail" when used as a remote phonebook. Can you tell us how this is implemented?

My working format is this:

<?xml version="1.0" encoding="utf-8"?>
<XXXIPPhoneDirectory clearlight="true">
<Title>Phonelist</Title>
<Prompt>Prompt</Prompt>
<DirectoryEntry>
<Name>Contact Name</Name>
<Telephone>6850</Telephone>
</DirectoryEntry>
</XXXIPPhoneDirectory>

Did you test it on a phone that has the latest firmware version??

Cause when I use you format i'm receiving layout error

oh and the Phonebook generator work for me on windows XP using office 2007, if you're using this tool on windows 7 or 8 with office 2010 or above it will not work
(This post was last modified: 06-12-2014 08:43 PM by mali.)
06-12-2014 08:36 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
CWR Offline
Moderator
*****

Posts: 717
Joined: May 2013
Reputation: 7
Post: #8
RE: T46G (Remote) Phonebook
(06-12-2014 11:10 AM)Yealink Support Wrote:  You can try below syntaxs. Please run phonebook generator tool in EXCEL 2010 and try again if you wanted.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<YealinkIPPhoneBook>
  <Title>Yealink</Title>
  <Menu Name="qwe">
    <Unit Name="test29" Phone1="1262" Phone2="4567" Phone3="6789" default_photo="Resource:"/>
    <Unit Name="test30" Phone1="1263" Phone2="4567" Phone3="6789" default_photo="Resource:"/>
  </Menu>
</YealinkIPPhoneBook>

this works... but Number0, Number1, etc. Would be better to show "Office","Home","Mobile"




(06-12-2014 08:36 PM)mali Wrote:  Did you test it on a phone that has the latest firmware version??

Cause when I use you format i'm receiving layout error

oh and the Phonebook generator work for me on windows XP using office 2007, if you're using this tool on windows 7 or 8 with office 2010 or above it will not work

Tested on 28.72.0.25 and get Load Failed. This is where you are putting the XMl entry, right:


Attached File(s) Thumbnail(s)
   

Craig Reilly
MCSA, 3cx Advanced Certified
Scottsdale, AZ
(This post was last modified: 06-12-2014 11:46 PM by CWR.)
06-12-2014 11:38 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
mali Offline
Junior Member
**

Posts: 15
Joined: Mar 2014
Reputation: 0
Post: #9
RE: T46G (Remote) Phonebook
(06-12-2014 11:38 PM)craigreilly Wrote:  
(06-12-2014 11:10 AM)Yealink Support Wrote:  You can try below syntaxs. Please run phonebook generator tool in EXCEL 2010 and try again if you wanted.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<YealinkIPPhoneBook>
  <Title>Yealink</Title>
  <Menu Name="qwe">
    <Unit Name="test29" Phone1="1262" Phone2="4567" Phone3="6789" default_photo="Resource:"/>
    <Unit Name="test30" Phone1="1263" Phone2="4567" Phone3="6789" default_photo="Resource:"/>
  </Menu>
</YealinkIPPhoneBook>

this works... but Number0, Number1, etc. Would be better to show "Office","Home","Mobile"




(06-12-2014 08:36 PM)mali Wrote:  Did you test it on a phone that has the latest firmware version??

Cause when I use you format i'm receiving layout error

oh and the Phonebook generator work for me on windows XP using office 2007, if you're using this tool on windows 7 or 8 with office 2010 or above it will not work

Tested on 28.72.0.25 and get Load Failed. This is where you are putting the XMl entry, right:

no, I'm putting the xml entry directly in the pbx
06-13-2014 03:20 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
CWR Offline
Moderator
*****

Posts: 717
Joined: May 2013
Reputation: 7
Post: #10
RE: T46G (Remote) Phonebook
(06-13-2014 03:20 AM)mali Wrote:  no, I'm putting the xml entry directly in the pbx

What do you mean directly in the PBX?

Can you show screenshots of your setup?

Craig Reilly
MCSA, 3cx Advanced Certified
Scottsdale, AZ
06-13-2014 04:15 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
  W73H Remote Phone Directory smithgt 1 2,018 04-26-2023 01:37 AM
Last Post: complex1
  t46g: intercom over speaker rather than headset? asinshesq 23 80,383 07-28-2021 11:04 PM
Last Post: russman
  T46G - Disable Line Key Configuration ? timalex 13 44,294 04-12-2019 09:23 AM
Last Post: Johnny88
  T29G Remote Phonebook no lookup for incoming call Chris708 1 8,009 07-16-2018 03:15 PM
Last Post: Chris708
  T46G Call Fwd DSS Key enables / disables ALL fwd types MintTelecom 4 16,481 02-06-2018 05:28 AM
Last Post: Aishion_Yealink
  T46G 28.82.0.2.0 -- BUG Tyler 1 6,769 09-29-2017 05:58 AM
Last Post: Lucia_Yealink
Lightbulb T20P remote phone book feature? Wilfried 3 12,356 06-21-2017 09:28 AM
Last Post: Lucia_Yealink
  T46G - Display IP Cam Picture or MJPG Video Stream via DSS Key smartpc 10 37,790 04-14-2017 11:46 AM
Last Post: MohammedTahir
  2 T46G Phones; Different BLF behavior phoneguy797 7 38,032 04-13-2017 09:33 AM
Last Post: auch
  Prevent prefetching of remote phonebook dmark 9 30,230 03-14-2017 12:45 PM
Last Post: Travis_Yealink

Forum Jump:


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

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