12.1.1.1 Application example:
The following are examples of configurations that solve a specific task:
Task 1
Using the Estos directory (192.168.178.96:712) as phonebook for all Yealink phones, instead of the global phonebook of SwyxWare.
 
##--boundary---mode:overwrite
## LDAP
ldap.base = CN=Directory,O=estos
ldap.port = 712
ldap.host = 192.168.178.96
ldap.customize_label = Estos Directory
ldap.tls_mode = 2
ldap.ldap_sort = 1
ldap.display_name = %cn
ldap.numb_attr = ipPhone telephoneNumber otherIpPhone otherTelephone
ldap.name_attr = cn
ldap.number_filter = ((telephoneNumber=%)(otherIpPhone=%)(otherTelephone=%))
ldap.name_filter = (|(&(cn=*%)(ipPhone=*))(&(cn=*%)(telephoneNumber=*)))
 
Task 2
Display of the company logo on the display of all phones of type T57W, T53, T53W.
The graphic files must comply with Yealink's format specifications:
*T53(W): 800x480 - 16bit color, file.jpg
*T57W: 360x160 - 2 color grey scale, file.dob
The files must be available on the local network, e.g.:
http://fileserver.example.com/logo_colored.jpg
http://fileserver.example.com/logo_monochrome.dob
 
##--boundary---mode:default---models:T57W
wallpaper_upload.url = http://fileserver.example.com/logo_colored.jpg
phone_setting.backgrounds = logo_colored.jpg
##--boundary---mode:default---models:T53W,T53
wallpaper_upload.url = http://fileserver.example.com/logo_monochrome.dob
phone_setting.lcd_logo.mode = 2
 
Task 3
Change URLs for uploading 802.1x certificates, see also Changing the certificate URL.
You can use the following parameters to specify the URLs for 802.1x certificates.
The root certificate and client certificates for each phone must be available on the local network, e.g.:
http://fileserver.example.com/ca_cert.pem
http://fileserver.example.com/client_cert_805ec07f962a.pem
http://fileserver.example.com/client_cert_805ec07f962b.pem
http://fileserver.example.com/client_cert_<MAC Adresse>.pen
etc.
##--boundary---mode:default---devices:MAC805ec07f962a
static.network.802_1x.root_cert_url = http://fileserver.example.com/ca_cert.pem
static.network.802_1x.client_cert_url = http://fileserver.example.com/client_cert_805ec07f962a.pem
##--boundary---mode:default---devices:MAC805ec07f962b
static.network.802_1x.root_cert_url = http://fileserver.example.com/ca_cert.pem
static.network.802_1x.client_cert_url = http://fileserver.example.com/client_cert_805ec07f962b.pem
Last modified date: 01/19/2024