Yealink Forums

Full Version: Proviisiong Directory - Enabling Remote Phone Book
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have provisiong working for the most part but I need some help on an example of how you "Enable Remote Phone Book" under the Directory tab.

Could someone give me an example on how to do that in the mac.cfg file?

TIA.

Steve
(02-09-2020 04:12 PM)sfrazier Wrote: [ -> ]I have provisiong working for the most part but I need some help on an example of how you "Enable Remote Phone Book" under the Directory tab.

Could someone give me an example on how to do that in the mac.cfg file?

TIA.

Steve

Hi Steve,

Do you mean something like this?

Code:
# Directory - Remote Phone Book
remote_phonebook.data.1.url = <IP-address>/phonebook.xml
remote_phonebook.data.1.name = Phonebook

# Enable or disable the phone to perform a remote phonebook search when receiving an incoming call. 0-Disabled (Default), 1-Enabled.
features.remote_phonebook.enable = 1

# Dsskey
programablekey.x.type = 47
programablekey.x.line = 1
programablekey.x.value =
programablekey.x.history_type =
programablekey.x.label = Phonebook
programablekey.x.xml_phonebook =

Hope this will help.
Reference URL's