[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
Local Phonebook autoprovision
Author Message
Aber Offline
Junior Member
**

Posts: 5
Joined: Dec 2017
Reputation: 0
Post: #1
Local Phonebook autoprovision
Hello,

I am having trouble getting the phone to accept local phonebook xml file. Is there any way to provision with .cfg? or is it possible that because my provisioin file is .cfg, but the Directory provision is xml which is why the phone will not accept it?

Phone- T41S

<?xml version="1.0" encoding="utf-8"?>
<root_group>
<group display_name="All Contacts" ring="" />
<group display_name="Blacklist" ring="" />
</root_group>
<root_contact>
<contact display_name="Test1" office_number="2510" mobile_number="2511" other_number="3610" line="1" ring="" group_id_name="All Contacts" default_photo="" auto_divert="" />
<contact display_name="Test2" office_number="3510" mobile_number="3511" other_number="3620" line="2" ring="" group_id_name="Blacklist" default_photo="" auto_divert="" />
<!--
default_photo="" Only T46G、T48G、T29G、T46S、T48S、T54S、T52S supports!
-->
</root_contact>
02-10-2019 01:01 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: 44
Post: #2
RE: Local Phonebook autoprovision
(02-10-2019 01:01 AM)Aber Wrote:  Hello,

I am having trouble getting the phone to accept local phonebook xml file. Is there any way to provision with .cfg? or is it possible that because my provisioin file is .cfg, but the Directory provision is xml which is why the phone will not accept it?

Phone- T41S

<?xml version="1.0" encoding="utf-8"?>
<root_group>
<group display_name="All Contacts" ring="" />
<group display_name="Blacklist" ring="" />
</root_group>
<root_contact>
<contact display_name="Test1" office_number="2510" mobile_number="2511" other_number="3610" line="1" ring="" group_id_name="All Contacts" default_photo="" auto_divert="" />
<contact display_name="Test2" office_number="3510" mobile_number="3511" other_number="3620" line="2" ring="" group_id_name="Blacklist" default_photo="" auto_divert="" />
<!--
default_photo="" Only T46G、T48G、T29G、T46S、T48S、T54S、T52S supports!
-->
</root_contact>

Hi,

I think the best way to create a local phonebook is:

1. Login the phone, go to Directory>Local Directory and add only 1 contact to the phonebook
2. Export phonebook as XML-file
3. Edit XML-file with Notepad(++) and add the other contacts exactly like the first contact you add
4. Save file
5. Import XML-file as local phonebook.

Do not add any comment lines like <!-- blah, blah -->

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.
02-10-2019 09:10 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Aber Offline
Junior Member
**

Posts: 5
Joined: Dec 2017
Reputation: 0
Post: #3
RE: Local Phonebook autoprovision
hello,

I did exactly that, but with no luck. I am also not seeing and directory provision requests from the phone. Is there something I need to enable to provision directory?
02-10-2019 11:57 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: 44
Post: #4
RE: Local Phonebook autoprovision
(02-10-2019 11:57 AM)Aber Wrote:  hello,

I did exactly that, but with no luck. I am also not seeing and directory provision requests from the phone. Is there something I need to enable to provision directory?

Hi,

It is intended that the XML file locally get imported into the phone, not by auto-provisioning.
Please go to Directory>Local Directory, select (Browse...) filename and click Import XML button.

Please let me know if this will work.

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.
02-10-2019 06:04 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Aber Offline
Junior Member
**

Posts: 5
Joined: Dec 2017
Reputation: 0
Post: #5
RE: Local Phonebook autoprovision
[/quote]

Hi,

It is intended that the XML file locally get imported into the phone, not by auto-provisioning.
Please go to Directory>Local Directory, select (Browse...) filename and click Import XML button.

Please let me know if this will work.
[/quote]

That I know works. is there any way to do this through auto provision? Or my only option is to use remote phonebook.

Thank you
02-10-2019 06: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: 44
Post: #6
RE: Local Phonebook autoprovision
(02-10-2019 06:08 PM)Aber Wrote:  
Quote:Hi,

It is intended that the XML file locally get imported into the phone, not by auto-provisioning.
Please go to Directory>Local Directory, select (Browse...) filename and click Import XML button.

Please let me know if this will work.

That I know works. is there any way to do this through auto provision? Or my only option is to use remote phonebook.

Thank you

Hi,

To Import Local Directory File please use this provisioning parameter:

local_contact.data.url = http://<provisioning_server>/contact.xml

Note: Please make sure “static.auto_provision.local_contact.backup.enable" is set to 0 (Disabled)

Hope this will help.

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.
02-10-2019 06:53 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Aber Offline
Junior Member
**

Posts: 5
Joined: Dec 2017
Reputation: 0
Post: #7
RE: Local Phonebook autoprovision
(02-10-2019 06:53 PM)complex1 Wrote:  
(02-10-2019 06:08 PM)Aber Wrote:  
Quote:Hi,

It is intended that the XML file locally get imported into the phone, not by auto-provisioning.
Please go to Directory>Local Directory, select (Browse...) filename and click Import XML button.

Please let me know if this will work.

That I know works. is there any way to do this through auto provision? Or my only option is to use remote phonebook.

Thank you

Hi,

To Import Local Directory File please use this provisioning parameter:

local_contact.data.url = http://<provisioning_server>/contact.xml

Note: Please make sure “static.auto_provision.local_contact.backup.enable" is set to 0 (Disabled)

Hope this will help.

Thank you!!
06-11-2019 01:55 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
  Remote Phonebook settings lost.. bluetba 0 1,188 02-23-2023 07:52 PM
Last Post: bluetba
  settings are not updating from autoprovision server AdmshipYard 1 5,869 02-20-2021 04:20 PM
Last Post: AdmshipYard
  Local Contacts Restore Problem ipcsolutions 1 5,770 08-31-2020 09:31 PM
Last Post: ipcsolutions
  Remote phonebook generation tool not working avayax 3 14,584 06-11-2020 11:05 AM
Last Post: meganetman
  How to remove autoprovisioned Remote Phonebook v70? pavlinic 3 15,793 06-11-2020 11:01 AM
Last Post: meganetman
Question Autoprovision - LED Light Flashing [Resolved] voipsupport 2 6,978 05-01-2020 06:43 PM
Last Post: voipsupport
  Remote configuration overwriting local configuration cdesbouche 1 7,035 04-11-2020 05:58 PM
Last Post: complex1
  Repeated AutoProvision TFTP/HTTP Issue patrick_keys 1 5,602 02-10-2020 05:04 PM
Last Post: jolouis
  See CALL ID REMOTE PHONEBOOK synapserm76 1 5,940 08-11-2019 03:38 PM
Last Post: complex1
  How to erase a parameter using autoprovision file Santi 1 6,739 06-21-2019 10:25 AM
Last Post: complex1

Forum Jump:


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

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