Yealink Forums
Remote Phonebook - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Phone specific topic (/forumdisplay.php?fid=12)
+---- Forum: T2xP Series (/forumdisplay.php?fid=21)
+---- Thread: Remote Phonebook (/showthread.php?tid=125)



Remote Phonebook - _alx_ - 12-06-2012 10:00 PM

Hello, i am building a remote phonebook php application for the yealink phones that support this feature and i need to know, how exactly this option works.

For the time being i have a couple of contacts but what worries me is how the phone will behave in case of let's say 1000 contacts.

What i need to know is, when i choose the remote phonebook option, the phone actually downloads the remote phonebook to a temp memory? If so does it have a filesize limit?


RE: Remote Phonebook - Flora_Yealink - 12-08-2012 12:26 PM

(12-06-2012 10:00 PM)_alx_ Wrote:  Hello, i am building a remote phonebook php application for the yealink phones that support this feature and i need to know, how exactly this option works.

For the time being i have a couple of contacts but what worries me is how the phone will behave in case of let's say 1000 contacts.

What i need to know is, when i choose the remote phonebook option, the phone actually downloads the remote phonebook to a temp memory? If so does it have a filesize limit?


Yes, you are right, the phone download the remote phone book to a temp memory, and the limit size is 500K.

Best Regards!


RE: Remote Phonebook - _alx_ - 12-10-2012 04:24 PM

Because my application exports the contacts from a sqlite database, it is possible that 500k will be not enough, is there a way to make a softbutton to display the next page of contacts. I don't see anything related on the xml phonebook documentation.


RE: Remote Phonebook - Flora_Yealink - 12-12-2012 07:39 PM

(12-10-2012 04:24 PM)_alx_ Wrote:  Because my application exports the contacts from a sqlite database, it is possible that 500k will be not enough, is there a way to make a softbutton to display the next page of contacts. I don't see anything related on the xml phonebook documentation.

Hi
Sorry, there is not way to display the next page of contacts, you can press the up and down button to see all the contacts.
If you think it will be inconvenience to see the contacts you want to find, V71 will support search feature with remote phonebook.

Best Regards!


RE: Remote Phonebook - david.figueiral - 02-21-2013 01:34 AM

[/quote]


Yes, you are right, the phone download the remote phone book to a temp memory, and the limit size is 500K.

Best Regards!
[/quote]

I have a T28P model terminal, when I try to load the "remote phonebook 'give me an error and does not load.

This works fine in other models (T22P, T32G, T38G)

T28P models have less temp memory ?


Thanks.


RE: Remote Phonebook - cachiputi - 02-24-2013 08:08 PM

Hello!

It is possible to identify the remote phonebook with a different name for the same contact phone?

For example:

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

<YealinkIPPhoneDirectory clearlight="true">

<Title> PcAyuda </ Title>

(this is not as necessary, nor is it used for)
<prompt> Prompt </ Prompt>
(this is not as necessary, nor is it used for)

<DirectoryEntry>
<Name> Marti </ Name>
<Telephone> 0034xxxxxxx </ Telephone> - It is possible to put an ID on the phone to writing out the name "House" and not "Number1"?
And the same with the other numbers of the same contact.
I would like to assign each phone number if the home, mobile, work ...
If possible, as I do use that label?
<Telephone> 0034xxxxxxx </ Telephone>
<Telephone> 0034xxxxx </ Telephone>
</ DirectoryEntry>

</ YealinkIPPhoneDirectory>

Thank you!


RE: Remote Phonebook - cachiputi - 03-10-2013 06:47 PM

(02-24-2013 08:08 PM)cachiputi Wrote:  Hello!

It is possible to identify the remote phonebook with a different name for the same contact phone?

For example:

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

<YealinkIPPhoneDirectory clearlight="true">

<Title> PcAyuda </ Title>

(this is not as necessary, nor is it used for)
<prompt> Prompt </ Prompt>
(this is not as necessary, nor is it used for)

<DirectoryEntry>
<Name> Marti </ Name>
<Telephone> 0034xxxxxxx </ Telephone> - It is possible to put an ID on the phone to writing out the name "House" and not "Number1"?
And the same with the other numbers of the same contact.
I would like to assign each phone number if the home, mobile, work ...
If possible, as I do use that label?
<Telephone> 0034xxxxxxx </ Telephone>
<Telephone> 0034xxxxx </ Telephone>
</ DirectoryEntry>

</ YealinkIPPhoneDirectory>

Thank you!

No idea?