[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
Remote Phone Book T19P/ T41S/T38
Author Message
wwg Offline
Junior Member
**

Posts: 6
Joined: Mar 2021
Reputation: 0
Post: #1
Remote Phone Book T19P/ T41S/T38
I own multiple Yelling Phone (6 in total), 3 different models though.
Now I want to setup ONE central RemotePhoneBook. I have got it to work on T19P. But the other models cannot read the XML file.
Is it tru that There are 4 different XML layouts needed to be read into each phone?? This makes supporting the phonebook a hell of a job.
03-11-2021 10:08 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 43
Post: #2
RE: Remote Phone Book T19P/ T41S/T38
(03-11-2021 10:08 PM)wwg Wrote:  I own multiple Yelling Phone (6 in total), 3 different models though.
Now I want to setup ONE central RemotePhoneBook. I have got it to work on T19P. But the other models cannot read the XML file.
Is it tru that There are 4 different XML layouts needed to be read into each phone?? This makes supporting the phonebook a hell of a job.

Hi,

As far as I know there is only one setup for a phonebook.
Create a .xml file which contain something like this:

Code:
<?xml version="1.0" encoding="utf-8"?>
<XXXIPPhoneDirectory clearlight="true">
  <Title>Phonelist</Title>
  <Prompt>Prompt</Prompt>
  <DirectoryEntry>
    <Name>Accountview</Name>
    <Telephone>31206282941</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>The Cabinetmaker</Name>
    <Telephone>31415235768</Telephone>
  </DirectoryEntry>
</XXXIPPhoneDirectory>

The go to "Directory > Remote Phone Book" and enter the "Remote URL" where you can find the .xml file.

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
03-12-2021 04:13 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
wwg Offline
Junior Member
**

Posts: 6
Joined: Mar 2021
Reputation: 0
Post: #3
RE: Remote Phone Book T19P/ T41S/T38
(03-12-2021 04:13 AM)complex1 Wrote:  
(03-11-2021 10:08 PM)wwg Wrote:  I own multiple Yelling Phone (6 in total), 3 different models though.
Now I want to setup ONE central RemotePhoneBook. I have got it to work on T19P. But the other models cannot read the XML file.
Is it tru that There are 4 different XML layouts needed to be read into each phone?? This makes supporting the phonebook a hell of a job.

Hi,

As far as I know there is only one setup for a phonebook.
Create a .xml file which contain something like this:

Code:
<?xml version="1.0" encoding="utf-8"?>
<XXXIPPhoneDirectory clearlight="true">
  <Title>Phonelist</Title>
  <Prompt>Prompt</Prompt>
  <DirectoryEntry>
    <Name>Accountview</Name>
    <Telephone>31206282941</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>The Cabinetmaker</Name>
    <Telephone>31415235768</Telephone>
  </DirectoryEntry>
</XXXIPPhoneDirectory>

The go to "Directory > Remote Phone Book" and enter the "Remote URL" where you can find the .xml file.

THNX. This works for T41 and T19.
But not for T38 :-(
03-16-2021 10:47 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 43
Post: #4
RE: Remote Phone Book T19P/ T41S/T38
(03-16-2021 10:47 PM)wwg Wrote:  
(03-12-2021 04:13 AM)complex1 Wrote:  
(03-11-2021 10:08 PM)wwg Wrote:  I own multiple Yelling Phone (6 in total), 3 different models though.
Now I want to setup ONE central RemotePhoneBook. I have got it to work on T19P. But the other models cannot read the XML file.
Is it tru that There are 4 different XML layouts needed to be read into each phone?? This makes supporting the phonebook a hell of a job.

Hi,

As far as I know there is only one setup for a phonebook.
Create a .xml file which contain something like this:

Code:
<?xml version="1.0" encoding="utf-8"?>
<XXXIPPhoneDirectory clearlight="true">
  <Title>Phonelist</Title>
  <Prompt>Prompt</Prompt>
  <DirectoryEntry>
    <Name>Accountview</Name>
    <Telephone>31206282941</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>The Cabinetmaker</Name>
    <Telephone>31415235768</Telephone>
  </DirectoryEntry>
</XXXIPPhoneDirectory>

The go to "Directory > Remote Phone Book" and enter the "Remote URL" where you can find the .xml file.

THNX. This works for T41 and T19.
But not for T38 :-(

For the T38 create something like this:
Code:
<YealinkIPPhoneDirectory>
  <DirectoryEntry>
    <Name>Jack</Name>
    <Telephone>1003</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>John</Name>
    <Telephone>1004</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>Marry</Name>
    <Telephone>1005</Telephone>
  </DirectoryEntry>
</YealinkIPPhoneDirectory>

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
03-17-2021 08:25 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
wwg Offline
Junior Member
**

Posts: 6
Joined: Mar 2021
Reputation: 0
Post: #5
RE: Remote Phone Book T19P/ T41S/T38
(03-17-2021 08:25 PM)complex1 Wrote:  
(03-16-2021 10:47 PM)wwg Wrote:  
(03-12-2021 04:13 AM)complex1 Wrote:  
(03-11-2021 10:08 PM)wwg Wrote:  I own multiple Yelling Phone (6 in total), 3 different models though.
Now I want to setup ONE central RemotePhoneBook. I have got it to work on T19P. But the other models cannot read the XML file.
Is it tru that There are 4 different XML layouts needed to be read into each phone?? This makes supporting the phonebook a hell of a job.

Hi,

As far as I know there is only one setup for a phonebook.
Create a .xml file which contain something like this:

Code:
<?xml version="1.0" encoding="utf-8"?>
<XXXIPPhoneDirectory clearlight="true">
  <Title>Phonelist</Title>
  <Prompt>Prompt</Prompt>
  <DirectoryEntry>
    <Name>Accountview</Name>
    <Telephone>31206282941</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>The Cabinetmaker</Name>
    <Telephone>31415235768</Telephone>
  </DirectoryEntry>
</XXXIPPhoneDirectory>

The go to "Directory > Remote Phone Book" and enter the "Remote URL" where you can find the .xml file.

THNX. This works for T41 and T19.
But not for T38 :-(

For the T38 create something like this:
Code:
<YealinkIPPhoneDirectory>
  <DirectoryEntry>
    <Name>Jack</Name>
    <Telephone>1003</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>John</Name>
    <Telephone>1004</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>Marry</Name>
    <Telephone>1005</Telephone>
  </DirectoryEntry>
</YealinkIPPhoneDirectory>


LAYOUT NOT WORKING ON T38G either: LOAD REMOTE PHONE BOOK ERROR


But I want to have ONE layout for all phones, I don't want to maintain 2 different files.
I am thinking about buying an extra T54 in my network.
Does the T54 support the first or second layout???
(This post was last modified: 03-18-2021 02:05 AM by wwg.)
03-17-2021 11:55 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 43
Post: #6
RE: Remote Phone Book T19P/ T41S/T38
(03-17-2021 11:55 PM)wwg Wrote:  
(03-17-2021 08:25 PM)complex1 Wrote:  
(03-16-2021 10:47 PM)wwg Wrote:  
(03-12-2021 04:13 AM)complex1 Wrote:  
(03-11-2021 10:08 PM)wwg Wrote:  I own multiple Yelling Phone (6 in total), 3 different models though.
Now I want to setup ONE central RemotePhoneBook. I have got it to work on T19P. But the other models cannot read the XML file.
Is it tru that There are 4 different XML layouts needed to be read into each phone?? This makes supporting the phonebook a hell of a job.

Hi,

As far as I know there is only one setup for a phonebook.
Create a .xml file which contain something like this:

Code:
<?xml version="1.0" encoding="utf-8"?>
<XXXIPPhoneDirectory clearlight="true">
  <Title>Phonelist</Title>
  <Prompt>Prompt</Prompt>
  <DirectoryEntry>
    <Name>Accountview</Name>
    <Telephone>31206282941</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>The Cabinetmaker</Name>
    <Telephone>31415235768</Telephone>
  </DirectoryEntry>
</XXXIPPhoneDirectory>

The go to "Directory > Remote Phone Book" and enter the "Remote URL" where you can find the .xml file.

THNX. This works for T41 and T19.
But not for T38 :-(

For the T38 create something like this:
Code:
<YealinkIPPhoneDirectory>
  <DirectoryEntry>
    <Name>Jack</Name>
    <Telephone>1003</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>John</Name>
    <Telephone>1004</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>Marry</Name>
    <Telephone>1005</Telephone>
  </DirectoryEntry>
</YealinkIPPhoneDirectory>


LAYOUT NOT WORKING ON T38G either: LOAD REMOTE PHONE BOOK ERROR


But I want to have ONE layout for all phones, I don't want to maintain 2 different files.
I am thinking about buying an extra T54 in my network.
Does the T54 support the first or second layout???

I cannot guaranty anything but I'm almost 100% (>98%) sure the first layout will work for the T54W too.
Please read the admin guide which can be found here:
https://support.yealink.com/documentFron...mentId=274
(Yealink SIP-T2 Series T4 Series T5 Series CP920 IP Phones Administrator Guide V85.1.pdf)

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
03-18-2021 04:14 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
wwg Offline
Junior Member
**

Posts: 6
Joined: Mar 2021
Reputation: 0
Post: #7
RE: Remote Phone Book T19P/ T41S/T38
(03-18-2021 04:14 AM)complex1 Wrote:  
(03-17-2021 11:55 PM)wwg Wrote:  
(03-17-2021 08:25 PM)complex1 Wrote:  
(03-16-2021 10:47 PM)wwg Wrote:  
(03-12-2021 04:13 AM)complex1 Wrote:  Hi,

As far as I know there is only one setup for a phonebook.
Create a .xml file which contain something like this:

Code:
<?xml version="1.0" encoding="utf-8"?>
<XXXIPPhoneDirectory clearlight="true">
  <Title>Phonelist</Title>
  <Prompt>Prompt</Prompt>
  <DirectoryEntry>
    <Name>Accountview</Name>
    <Telephone>31206282941</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>The Cabinetmaker</Name>
    <Telephone>31415235768</Telephone>
  </DirectoryEntry>
</XXXIPPhoneDirectory>

The go to "Directory > Remote Phone Book" and enter the "Remote URL" where you can find the .xml file.

THNX. This works for T41 and T19.
But not for T38 :-(

For the T38 create something like this:
Code:
<YealinkIPPhoneDirectory>
  <DirectoryEntry>
    <Name>Jack</Name>
    <Telephone>1003</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>John</Name>
    <Telephone>1004</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>Marry</Name>
    <Telephone>1005</Telephone>
  </DirectoryEntry>
</YealinkIPPhoneDirectory>


LAYOUT NOT WORKING ON T38G either: LOAD REMOTE PHONE BOOK ERROR


But I want to have ONE layout for all phones, I don't want to maintain 2 different files.
I am thinking about buying an extra T54 in my network.
Does the T54 support the first or second layout???

I cannot guaranty anything but I'm almost 100% (>98%) sure the first layout will work for the T54W too.
Please read the admin guide which can be found here:
https://support.yealink.com/documentFron...mentId=274
(Yealink SIP-T2 Series T4 Series T5 Series CP920 IP Phones Administrator Guide V85.1.pdf)

To bad there is no layout to be found that seems to be working for T38G
03-18-2021 07:30 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 43
Post: #8
RE: Remote Phone Book T19P/ T41S/T38
(03-18-2021 07:30 AM)wwg Wrote:  
(03-18-2021 04:14 AM)complex1 Wrote:  
(03-17-2021 11:55 PM)wwg Wrote:  
(03-17-2021 08:25 PM)complex1 Wrote:  
(03-16-2021 10:47 PM)wwg Wrote:  THNX. This works for T41 and T19.
But not for T38 :-(

For the T38 create something like this:
Code:
<YealinkIPPhoneDirectory>
  <DirectoryEntry>
    <Name>Jack</Name>
    <Telephone>1003</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>John</Name>
    <Telephone>1004</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>Marry</Name>
    <Telephone>1005</Telephone>
  </DirectoryEntry>
</YealinkIPPhoneDirectory>


LAYOUT NOT WORKING ON T38G either: LOAD REMOTE PHONE BOOK ERROR


But I want to have ONE layout for all phones, I don't want to maintain 2 different files.
I am thinking about buying an extra T54 in my network.
Does the T54 support the first or second layout???

I cannot guaranty anything but I'm almost 100% (>98%) sure the first layout will work for the T54W too.
Please read the admin guide which can be found here:
https://support.yealink.com/documentFron...mentId=274
(Yealink SIP-T2 Series T4 Series T5 Series CP920 IP Phones Administrator Guide V85.1.pdf)

To bad there is no layout to be found that seems to be working for T38G

The second layout is a "screenshot" from the T38 Admin Guide.
https://support.yealink.com/forward2down...s/Ceue6Wc=
Page 204

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
(This post was last modified: 03-18-2021 04:30 PM by complex1.)
03-18-2021 04:27 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
wwg Offline
Junior Member
**

Posts: 6
Joined: Mar 2021
Reputation: 0
Post: #9
RE: Remote Phone Book T19P/ T41S/T38
The second layout is a "screenshot" from the T38 Admin Guide.
https://support.yealink.com/forward2down...s/Ceue6Wc=
Page 204
[/quote]


That is an non working example on T38:
Adding that file to my webserver as test.xml results on T38 in:
[Image: error.jpg]

All my other models (T19 / T41) DO read the file correctly from the same webserver
03-18-2021 07:01 PM
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
  add contact to remote directory via phone adriaand@emalangenitech.co.za 0 1,232 01-28-2023 01:50 AM
Last Post: adriaand@emalangenitech.co.za
  How to get ringtones of Yealink phone safarov 2 11,508 02-13-2020 04:55 AM
Last Post: ring320kbs
  Compatibility with Grandstream Phone oscart 1 7,940 12-15-2018 10:21 PM
Last Post: support2
  Difference between Yealink IP Phone and Wildix IP Phone Mohamed Chaari 2 18,143 08-29-2016 10:56 PM
Last Post: elena_wildix
Lightbulb [FAQ]How to click to dial from webpage in Yealink T2/T3/T4 Series Phone? Yealink Support 0 28,310 05-16-2014 11:41 AM
Last Post: Yealink Support
Lightbulb [FAQ] How to get ringtones of Yealink phone Yealink Support 1 50,498 02-26-2014 01:54 PM
Last Post: Yealink Support

Forum Jump:


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

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