[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:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto Provisioning error
Author Message
AndyInNYC Offline
Junior Member
**

Posts: 10
Joined: Jul 2014
Reputation: 1
Post: #1
Auto Provisioning error
I am having difficulty getting my T46G to pick up files during auto provisioning.

I have created a y000000000028.cfg file which sets a few buttons and should upload wallpaper and a directory.

I have the .45 (newest) firmware loaded on the phone.

The phone is connecting via OpenVPN (which works correctly).

I am attempting to get the config via ftp or tftp.

The config file is picked up and read (the buttons get set), but the wallpaper and directory don't get picked up. I have also tried connecting using the public IP of the server.

The machine is a Rentpbx machine running vsftpd software. I can ftp from a Windows machine with either WinSCP or ftp from a Chrome/IE window.

If I set the T46G to use tftp:\\IP I get a message in the log saying the (RentPBX) machine isn't a tftp server

If I use ftp, the error logs tell me:

2014-09-05 00:00:02: (mod_dirlisting.c.228) pcre support is missing, please install libpcre and the headers
2014-09-06 19:57:56: (mod_fastcgi.c.3059) got proc: pid: 408 socket: unix:/tmp/fcgiServer-fcgi.socket-0 load: 1

Code:
#!version:1.0.0.1
## the file header "#!version:1.0.0.1" can not be edited or deleted. ##

account.1.auth_name =
account.1.display_name =
account.1.dtmf.type = 1
account.1.enable = 1
account.1.label =
account.1.outbound_host =
account.1.outbound_port =
account.1.outbound_proxy_enable = 0
account.1.password =
account.1.shared_line = 0
account.1.sip_server.1.address = OpenVPN IP of server
account.1.sip_server.1.port = 5060
account.1.sip_server.2.address =
account.1.sip_server.2.port =
account.1.user_name =

auto_provision.pnp_enable = 1
auto_provision.repeat.enable = 1
auto_provision.server.password = bob
auto_provision.server.url = ftp://(either OpenVPN IP or Public IP)
auto_provision.server.username = ftpclient
auto_provision.weekly.begin_time = 00:00
auto_provision.weekly.dayofweek = 0123456
auto_provision.weekly.enable = 1
auto_provision.weekly.end_time = 00:15

directory_setting.url = ftp://(the correct IP)/RemotePhonebook.xml

lang.gui = English

linekey.1.label = KKit (C)
linekey.1.line = 1
linekey.1.type = 13
linekey.1.value = aphonenumber
linekey.2.label = MKit (C)
linekey.2.line = 1
linekey.2.type = 13
linekey.2.value = aphonenumber
linekey.3.label = Great (C)
linekey.3.line = 1
linekey.3.type = 13
linekey.3.value = aphonenumber
linekey.4.label = Boat (C)
linekey.4.line = 1
linekey.4.type = 13
linekey.4.value = aphonenumber
linekey.5.label = Super (C)
linekey.5.line = 1
linekey.5.type = 13
linekey.5.value = aphonenumber
linekey.6.label = Somebody Else (C)
linekey.6.line = 1
linekey.6.type = 13
linekey.6.value = aphonenumber
linekey.7.label = Eucador (C)
linekey.7.line = 1
linekey.7.type = 13
linekey.7.value = aphonenumber

local_time.date_format = 0
local_time.ntp_server1 = cn.pool.ntp.org
local_time.summer_time = 2
local_time.time_format = 1
local_time.time_zone = -5
local_time.time_zone_name = United States-Eastern Time

phone_setting.backgrounds = Config:thewallpaper.jpg

voice.tone.country = Custom

wallpaper_upload.url = ftp://(the correct IP)/thewallpaper.jpg

In all cases, the IP used matches throughout - the error doesn't change.

The wallpaper is the correct pixel size and the phonebook was created using the Yealink Excel directory tool.

Since the .cfg file is brought to the phone, the server is 'serving', but there appears to be some error in communications between phone and server. The server has an ftp user created named (uniquely enough) 'ftpclient' with a password (substituted as) 'bob' (not the real password).

This server is at RentPBX, is running iptables with ports open (obviously since I can ftp from the same location and get in (partially) with the phone).

uname -a && cat /etc/*release returns:
Linux (mydomain) 2.6.32-431.5.1.el6.i686 #1 SMP Tue Feb 11 13:30:23 CST 2014 i686 i686 i386 GNU/Linux
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch
Scientific Linux release 6.5 (Carbon)

I'm running pbxinaflash 'Green' if that matters.

Any thoughts?

Andrew
09-07-2014 04:23 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Wilson_Yealink Offline
Administrator
*******

Posts: 171
Joined: Aug 2014
Reputation: 0
Post: #2
RE: Auto Provisioning error
Hi Andrew,

Do you mean the linekey setting had taken effect but other settings didn't work? If yes, I think the phone had uploaded the CFG file succesfully. the Wallpaper and directory upload failed, it is probaly that the sentences are wrong.

Please try below steps:
1. Upload your wallpaper and directory into your phone via web interface to ensure the wallpaper.jpg and directory file are correct.
For example, Upload the wallpaper: Access to web GUI->Settings->Preference->Upload Wallpaper(480*272). Try it and confirm your picture format is correct.
2. Confirm your directory file is local directory or remotephone book, if it is local directory, the autop sentence is directory_setting.url =. If it is remote phonebook, the sentence is remote_phonebook.data.X.url =. It is possible the fail reason. Please check it.
3. If you ensure all sentence is correct but it still doesn't work, please try HTTP server to auto provision. I will attached the software, we always use this software internal. Please try it and tell me the resut. You can get it from below link:
hfs software

If after above steps but it still doesn't work, Could you please send your CFG file ,wallpaper.jpg, directory file and send them to me? I will test it in my side.

My email address: wilson@yealink.com

thanks
(This post was last modified: 09-10-2014 10:25 AM by Wilson_Yealink.)
09-10-2014 10:19 AM
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
Smile W73P dect phone not allowing to auto-provision as different extension Andi_Dee 3 1,550 04-05-2024 09:25 AM
Last Post: sarahlison
  Auto Provision Wall Paper Stopped Working TRP Tech 5 9,479 02-19-2024 12:02 AM
Last Post: jamesalan
  How to disable Voicemail from .cfg in auto provisioning file? boniakowski 2 1,523 09-19-2023 12:03 AM
Last Post: boniakowski
  VPN Changes Do Not Get Auto-Provisioned joe1st 3 2,932 08-08-2023 12:35 AM
Last Post: cecilberge
Wink Auto Provsioning EOL products and devices that do dont have recent firmware releases GalacticSolutions 3 5,924 04-12-2023 05:32 PM
Last Post: aaronmedina
  account.X provisioning vieri 7 5,124 02-10-2023 07:02 PM
Last Post: vieri
  Yealink T54W Auto Provision not working h.cmc 1 3,775 12-09-2022 08:31 PM
Last Post: complex1
  T46U Not Contacting Provisioning Server 88fingerslukee 0 2,178 09-06-2022 11:43 PM
Last Post: 88fingerslukee
  Need help auto provisioning a phone with Nextiva service. LittleDogTech 3 5,010 08-30-2022 06:28 PM
Last Post: complex1
  Auto provision username and password kbrownlees 7 22,906 08-23-2022 11:16 PM
Last Post: mbole

Forum Jump:


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

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