Yealink Forums

Full Version: Remote Phonebook
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
(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!
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.
(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!
[/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.
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!
(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?
Reference URL's