Yealink Forums

Full Version: T48G Provisioning - Problem with LDAP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Forum Users,

i set up my Autoprovisioning Server and CFG Files.
Everything works fine but only one thing doenst work.

We set one of the Buttons as an LDAP Button. This doenst work, after autoprovisioning it only goes to the local phonebook. If i set the button via webconfig, then it works. I think the problem is that the LDAP configuration as a button is only availabe when LDAP is enabled.

How can i solve my problem that this button can be set by autoprovisioning?

Here the config for this button:
programablekey.1.type = 38
programablekey.1.line = 0
programablekey.1.label = Glob. Telefonbuch
programablekey.1.xml_phonebook = 0


Thanks for your support!
(07-11-2017 11:44 AM)Risch Wrote: [ -> ]Hello Forum Users,

i set up my Autoprovisioning Server and CFG Files.
Everything works fine but only one thing doenst work.

We set one of the Buttons as an LDAP Button. This doenst work, after autoprovisioning it only goes to the local phonebook. If i set the button via webconfig, then it works. I think the problem is that the LDAP configuration as a button is only availabe when LDAP is enabled.

How can i solve my problem that this button can be set by autoprovisioning?

Here the config for this button:
programablekey.1.type = 38
programablekey.1.line = 0
programablekey.1.label = Glob. Telefonbuch
programablekey.1.xml_phonebook = 0


Thanks for your support!
Hi Team,

correct, the LDAP should be Enabled first.

for the provisioning parameter:
programablekey.1.type = 38
programablekey.1.label =
ldap.enable
ldap.search_type
ldap.name_filter
ldap.number_filter
ldap.tls_mode
ldap.host
ldap.port
ldap.base
ldap.user
ldap.password
ldap.max_hits
ldap.name_attr
ldap.numb_attr
ldap.display_name
ldap.version
ldap.call_in_lookup
ldap.call_out_lookup
ldap.ldap_sort
ldap.incoming_call_special_search.enable

the detail please refer to our admin guide, from page 581:
http://download.support.yealink.com/down...V81_90.pdf

BR
Hello,

thanks for your Support but it doenst work.

Here is the CFG which i use:

#!version:1.0.0.1
wallpaper_upload.url = http://rps.xxxxxxx.de/xxxxxxx/logot48g.jpg
screensaver.upload_url = http://rps.xxxxx.de/xxxxxxscreensavert48g.jpg
firmware.url = http://rps.xxxxxx.de/firmware/T48-35.81.0.110.rom
phone_setting.backgrounds = Config:logt48g.jpg
local_time.time_zone = +1
local_time.time_zone_name = Germany(Berlin)
local_time.ntp_server1 = ptbtime1.ptb.de
local_time.ntp_server2 = ptbtime2.ptb.de
local_time.interval = 86400
local_time.date_format = 3
ldap.enable = 1
ldap.password = xxxxxxxxxx
ldap.host = ldap.xxxx.de
ldap.base = xxxxxxxxxxxx
ldap.user = xxxxxxxxxxxx
ldap.name_filter = (|(cn=%)(sn=%)(givenName=%)(o=%)(mail=%))
ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(homePhone=%))
ldap.name_attr = cn sn givenName
ldap.numb_attr = mobile telephoneNumber homePhone
ldap.display_name = %cn
ldap.max_hits = 150
ldap.call_in_lookup = 1
ldap.ldap_sort = 1
programablekey.1.type = 30
programablekey.1.line = 0
programablekey.1.label = Menü
programablekey.2.type = 38
programablekey.2.line = 0
programablekey.2.label = Telefonbuch
programablekey.3.type = 28
programablekey.3.line = 0
programablekey.3.label = Anrufliste
programablekey.3.history_type = 0
programablekey.4.type = 5
programablekey.4.line = 0
programablekey.4.label = Nicht Stören
programablekey.4.history_type = 0
Hello,

thanks for your Support but it doenst work.

Here is the CFG which i use:

#!version:1.0.0.1
wallpaper_upload.url = http://rps.xxxxxxx.de/xxxxxxx/logot48g.jpg
screensaver.upload_url = http://rps.xxxxx.de/xxxxxxscreensavert48g.jpg
firmware.url = http://rps.xxxxxx.de/firmware/T48-35.81.0.110.rom
phone_setting.backgrounds = Config:logt48g.jpg
local_time.time_zone = +1
local_time.time_zone_name = Germany(Berlin)
local_time.ntp_server1 = ptbtime1.ptb.de
local_time.ntp_server2 = ptbtime2.ptb.de
local_time.interval = 86400
local_time.date_format = 3
ldap.enable = 1
ldap.password = xxxxxxxxxx
ldap.host = ldap.xxxx.de
ldap.base = xxxxxxxxxxxx
ldap.user = xxxxxxxxxxxx
ldap.name_filter = (|(cn=%)(sn=%)(givenName=%)(o=%)(mail=%))
ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(homePhone=%))
ldap.name_attr = cn sn givenName
ldap.numb_attr = mobile telephoneNumber homePhone
ldap.display_name = %cn
ldap.max_hits = 150
ldap.call_in_lookup = 1
ldap.ldap_sort = 1
programablekey.1.type = 30
programablekey.1.line = 0
programablekey.1.label = Menü
programablekey.2.type = 38
programablekey.2.line = 0
programablekey.2.label = Telefonbuch
programablekey.3.type = 28
programablekey.3.line = 0
programablekey.3.label = Anrufliste
programablekey.3.history_type = 0
programablekey.4.type = 5
programablekey.4.line = 0
programablekey.4.label = Nicht Stören
programablekey.4.history_type = 0
(07-14-2017 07:52 AM)Risch Wrote: [ -> ]Hello,

thanks for your Support but it doenst work.

Here is the CFG which i use:

#!version:1.0.0.1
wallpaper_upload.url = http://rps.xxxxxxx.de/xxxxxxx/logot48g.jpg
screensaver.upload_url = http://rps.xxxxx.de/xxxxxxscreensavert48g.jpg
firmware.url = http://rps.xxxxxx.de/firmware/T48-35.81.0.110.rom
phone_setting.backgrounds = Config:logt48g.jpg
local_time.time_zone = +1
local_time.time_zone_name = Germany(Berlin)
local_time.ntp_server1 = ptbtime1.ptb.de
local_time.ntp_server2 = ptbtime2.ptb.de
local_time.interval = 86400
local_time.date_format = 3
ldap.enable = 1
ldap.password = xxxxxxxxxx
ldap.host = ldap.xxxx.de
ldap.base = xxxxxxxxxxxx
ldap.user = xxxxxxxxxxxx
ldap.name_filter = (|(cn=%)(sn=%)(givenName=%)(o=%)(mail=%))
ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(homePhone=%))
ldap.name_attr = cn sn givenName
ldap.numb_attr = mobile telephoneNumber homePhone
ldap.display_name = %cn
ldap.max_hits = 150
ldap.call_in_lookup = 1
ldap.ldap_sort = 1
programablekey.1.type = 30
programablekey.1.line = 0
programablekey.1.label = Menü
programablekey.2.type = 38
programablekey.2.line = 0
programablekey.2.label = Telefonbuch
programablekey.3.type = 28
programablekey.3.line = 0
programablekey.3.label = Anrufliste
programablekey.3.history_type = 0
programablekey.4.type = 5
programablekey.4.line = 0
programablekey.4.label = Nicht Stören
programablekey.4.history_type = 0

Hi Risch,

If still have the issue, please provided the PCAP, config.bin and syslog with level 6. so we can analysis what happened on the phone.
how to get the files please refer to FAQ:
http://support.yealink.com/faq/faqInfo?id=313

BR
Jensen
Reference URL's