[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
CONNECT ERROR while using the Remote Phone Book
Author Message
simon templar Offline
Junior Member
**

Posts: 15
Joined: May 2013
Reputation: 0
Post: #1
CONNECT ERROR while using the Remote Phone Book
Greetings,

First of all, congratulations to Yealink team.
I have been waiting for a long time for an affordable and nice (DECT) SIP over WLAN Phone. I just got my W52P/W52H today, played 20 minutes with it, and love it. I actually ordered 3 more wireless handsets.
If all the tests are going good, we will probably equip all of our offices.

Anyway.. I was trying to use the Remote Phone Book.
I did not really find any detailed information about it in the documentation.

So I went to the CONTACTS tabs in the web interface, I did export the XML file template, I put it on a web server, then put the full URL under REMOTE PHONE BOOK.

I can see the directory name in the W52H, but when I hit OK it display CONNECT ERROR.

Any help appreciated !
05-16-2013 03:00 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: #2
RE: CONNECT ERROR while using the Remote Phone Book
Hello,
1. Maybe you use the incorrect remote phonebook xml file, please use attached file.
2. What's your base firmware? 25.30.0.20?
Any other questions please let me know.
Thanks.


Attached File(s)
.zip  Phonebook.zip (Size: 325 bytes / Downloads: 169)
05-24-2013 04:43 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
simon templar Offline
Junior Member
**

Posts: 15
Joined: May 2013
Reputation: 0
Post: #3
RE: CONNECT ERROR while using the Remote Phone Book
(05-24-2013 04:43 PM)Yealink Support Wrote:  Hello,
1. Maybe you use the incorrect remote phonebook xml file, please use attached file.
2. What's your base firmware? 25.30.0.20?
Any other questions please let me know.
Thanks.

Hi,

This file is better - It works -, but the template is incorrect..:
-> Any name with one <Telephone> </Telephone> tag will show a number under "Number"
-> Any name with more than one <Telephone> tag, will show only the name, with no numbers
-> I tried to enter <Number> and <Mobile> since it's what the phone is trying to display, in this case nothing show

My suggestions:
- First of all, make a template for the REMOTE PHONE BOOK available under the web interface of the station (I have Firmware Version 25.30.0.20 and Hardware Version 25.1.0.0.0.0.0)

- Make it so <Name> </Name> is required
-> Anything in between <Name> </Name> should be displayed as the Administrator wants it:

For example, if I write:
<directoryentry>
<Name> Simon Templar </name>
<pHone>2345234</phone>
<Telephone>2345234</telephone>
<CELL>2345234</mobile>
<other>2345234</other>
<test>2345234</test>
</directoryentry>

The phone will display the name, and the fields that were used as tagged:
Simon Templar
pHone:2345234
Telephone: 2345234
CELL: 2345234
other: 2345234
test: 2345234

Also, where are the firmware available for download ?

Thank you !

Something else is not working correctly also:
If I make a change in the XML file, there is no way to reload it simply.
I either have to wait for the Update Time Interval to be reached, OR change the Update Time Interval then submit.

If I leave the Update Time Interval as it is and submit, the phones will not be updated.
(This post was last modified: 05-24-2013 07:03 PM by simon templar.)
05-24-2013 06:58 PM
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: CONNECT ERROR while using the Remote Phone Book
Hi Simon,
-> Any name with more than one <Telephone> tag, will show only the name, with no numbers
[Yealink]: Sorry let's check what's the problem

For example, if I write:
<directoryentry>
<Name> Simon Templar </name>
<pHone>2345234</phone>
<Telephone>2345234</telephone>
<CELL>2345234</mobile>
<other>2345234</other>
<test>2345234</test>
</directoryentry>
[Yealink]: Sorry currently we can't support such feature. Maybe we can do this in the future.

Something else is not working correctly also:
If I make a change in the XML file, there is no way to reload it simply.
I either have to wait for the Update Time Interval to be reached, OR change the Update Time Interval then submit.
If I leave the Update Time Interval as it is and submit, the phones will not be updated.
[Yealink]: Let's check what's the problem.
Any update will let you know ASAP. Thanks for your feedback.
05-28-2013 02:12 PM
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: #5
RE: CONNECT ERROR while using the Remote Phone Book
Hi Simon,
You can download the firmware from our website:
http://www.yealink.com/SupportDownloadfi...8&flag=142
05-28-2013 02:14 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
simon templar Offline
Junior Member
**

Posts: 15
Joined: May 2013
Reputation: 0
Post: #6
RE: CONNECT ERROR while using the Remote Phone Book
Hello,

Any fix on the problem with multiple numbers for the same person ?

Thank you
06-13-2013 10:07 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: #7
RE: CONNECT ERROR while using the Remote Phone Book
You can fill multiple numbers for the same person, format is like this:
<DirectoryEntry>
<Name>Stefano</Name>
<Telephone>122</Telephone>
<Telephone>132</Telephone>
<Telephone>142</Telephone>
<Telephone>152</Telephone>
</DirectoryEntry>

But you can't modify the display name for each number, for example, home number or others.
06-13-2013 02:57 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
simon templar Offline
Junior Member
**

Posts: 15
Joined: May 2013
Reputation: 0
Post: #8
RE: CONNECT ERROR while using the Remote Phone Book
(06-13-2013 02:57 PM)Yealink Support Wrote:  You can fill multiple numbers for the same person, format is like this:
<DirectoryEntry>
<Name>Stefano</Name>
<Telephone>122</Telephone>
<Telephone>132</Telephone>
<Telephone>142</Telephone>
<Telephone>152</Telephone>
</DirectoryEntry>

But you can't modify the display name for each number, for example, home number or others.


That is not working.
I have an entry with :

<DirectoryEntry>
<Name>Mark</Name>
<Telephone>1234567890</Telephone>
<Telephone>0987654321</Telephone>
</DirectoryEntry>


When I select Mark in the Directory of a W52P, it displays:

Name:
Mark
Number: 0987654321
Mobile:
<NoNumber>
06-14-2013 08:26 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: #9
RE: CONNECT ERROR while using the Remote Phone Book
Hi Simon,
Sorry this is a bug, and we are fixing it now. When the new firmware is ready, i will post it here.
Thanks.
06-14-2013 01:44 PM
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: #10
RE: CONNECT ERROR while using the Remote Phone Book
Hello all,
We fixed this issue in below firmware:
ftp://Cathy:6br6pcyl@ftp.yealink.com/fir...0.0.29.rom
But now we can only support two numbers for a person, because our handset can only display two numbers.
Thanks.
06-20-2013 11:39 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
  Using a non Yealink DECT phone ttquattroman 1 7,279 01-16-2021 09:05 PM
Last Post: complex1
  Phone only ringing after reboot- quickly stops working AE 4 14,385 09-03-2018 02:08 AM
Last Post: okulhealth
  Incoming call ringing on another accounts phone Playboater 0 4,905 05-26-2018 09:38 PM
Last Post: Playboater
  Rebooting cordless phone bases bitblock 5 14,903 03-30-2018 08:53 PM
Last Post: bitblock
  Support for PAI-FROM & Search Remote Phonebook jason.fell@classtelecom.co.uk 2 8,981 05-09-2017 10:59 AM
Last Post: KoldoAingeru
  Yealink phone (W52P) won't charge ParkFlyRent 4 14,989 12-15-2016 08:42 PM
Last Post: ParkFlyRent
  Double Beep when on phone nickbrennan 1 8,227 10-16-2016 03:42 PM
Last Post: Lucia_Yealink
  Call History: Connect Error bsproffi 6 21,263 08-24-2016 02:10 AM
Last Post: vipconsult
  W52P cordless phone with RT10 repeater Gary Van De Steeg 2 9,805 04-28-2016 12:59 AM
Last Post: Gary Van De Steeg
  W52P LDAP or Remote Phonebook Patrick9 6 24,564 04-07-2016 05:12 AM
Last Post: pk IT Solutions GmbH

Forum Jump:


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

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