[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
T48G Provisioning - Problem with LDAP
Author Message
Risch Offline
Junior Member
**

Posts: 5
Joined: Jun 2017
Reputation: 0
Post: #1
T48G Provisioning - Problem with LDAP
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
Find all posts by this user    like0    dislike0 Quote this message in a reply
Jensen_Yealink Offline
Administrator
*******

Posts: 100
Joined: Jan 2012
Reputation: 0
Post: #2
RE: T48G Provisioning - Problem with LDAP
(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
07-13-2017 01:23 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Risch Offline
Junior Member
**

Posts: 5
Joined: Jun 2017
Reputation: 0
Post: #3
RE: T48G Provisioning - Problem with LDAP
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:51 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Risch Offline
Junior Member
**

Posts: 5
Joined: Jun 2017
Reputation: 0
Post: #4
RE: T48G Provisioning - Problem with LDAP
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
Find all posts by this user    like0    dislike0 Quote this message in a reply
Jensen_Yealink Offline
Administrator
*******

Posts: 100
Joined: Jan 2012
Reputation: 0
Post: #5
RE: T48G Provisioning - Problem with LDAP
(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
07-24-2017 04:12 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  How to disable Voicemail from .cfg in auto provisioning file? boniakowski 2 1,476 09-19-2023 12:03 AM
Last Post: boniakowski
  account.X provisioning vieri 7 5,021 02-10-2023 07:02 PM
Last Post: vieri
  T46U Not Contacting Provisioning Server 88fingerslukee 0 2,163 09-06-2022 11:43 PM
Last Post: 88fingerslukee
  Need help auto provisioning a phone with Nextiva service. LittleDogTech 3 4,971 08-30-2022 06:28 PM
Last Post: complex1
Question "Trusted Certificates" and auto provisioning jobst 3 6,179 06-15-2022 11:00 AM
Last Post: dbonnell
  T46G RingCentral Provisioning jszima 0 3,702 03-07-2022 10:24 AM
Last Post: jszima
  Setting of lang.gui via remote provisioning cloudaware 1 4,438 10-26-2021 07:11 PM
Last Post: cloudaware
  zero touch provisioning & firewall gareth20202 2 7,184 10-09-2021 04:55 PM
Last Post: Phil2021
  Step by Step for Auto Provisioning nguyenp 2 9,811 08-06-2021 04:27 PM
Last Post: Phil2021
  Problem with change ringtone. Andrei9385 1 6,461 03-22-2021 10:32 PM
Last Post: complex1

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication