Additional provisioning parameters.

Status
Not open for further replies.

Duncan

New Member
Jul 18, 2017
7
0
1
55
Hi all.

I am trying to add some additional provisioning parameters to our Yealink phones but am not having much joy. I am looking at the "settings" area under the devices page. I get the impression that I also need to add the additional items to the provision editor as the parameters don't exist there. I am looking at things like a custom logo and country tones etc.
 
You can add setting to "Default settings" under "Provision" class. And than take use them in Provision Editor.
 
Thanks Samael.

I don't seem to be having much luck with that. One of the things I am trying is setting up the logos on the older Yealink phones. If I add this to the mac template.

phone_setting.lcd_logo.mode = 2

then the phone sets up with a custom logo when provisioning. If I change it to

phone_setting.lcd_logo.mode =

and try to do it in the devices/settings page it doesn't pick up the change when provisioning.
 
Ok - so I worked it out.

phone_setting.lcd_logo.mode = {$lcd_logo_mode}

in the phones template - {$mac}.cfg and then

lcd_logo_mode

in the value in the device/settings page.
 
Last edited:
So I struggled with this for a while. Finally figured out that a "." is an invalid character in the variable name.
 
Status
Not open for further replies.