Yealink Forums

Full Version: Local Contacts Backup Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cannot seem to get this feature to work.. Using 3CX 15.5 SP1, T46G on 28.81.0.110, and the following relevant provisioning file settings:

Code:
static.auto_provision.local_contact.backup.enable = 1
static.auto_provision.local_contact.backup.path = %%PROVLINK%%/LocalContacts/%%mac_address%%-contacts.xml

Any tips?
(08-28-2017 01:33 PM)Garan Wrote: [ -> ]I cannot seem to get this feature to work.. Using 3CX 15.5 SP1, T46G on 28.81.0.110, and the following relevant provisioning file settings:

Code:
static.auto_provision.local_contact.backup.enable = 1
static.auto_provision.local_contact.backup.path = %%PROVLINK%%/LocalContacts/%%mac_address%%-contacts.xml

Any tips?

Hi,

Does it work if you use the MAC address instead of %%mac_address%% of the phone?
e.g.
Code:
static.auto_provision.local_contact.backup.path = %%PROVLINK%%/LocalContacts/001565xxxxxx-contact.xml

Hope this will help.
Reference URL's