[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
Wifi on T46G - exact procedure?
Author Message
engine411 Offline
Member
***

Posts: 115
Joined: May 2013
Reputation: 1
Post: #1
Wifi on T46G - exact procedure?
Having so much trouble here getting a T46G (latest firmware) to connect to Wifi. Below is the config I'm sending to the phones. Wifi is up and working - I can connect easily, with proper DHCP and internet access and ping to the PBX, on my laptop.

Is there another place in the config where, perhaps, the USB port needs to be enabled?
And yes, after I provision the phones, I plug the WF40 dongle in and the phone sees that and scans the available Wifi signals. Problem is, when I, on the phone interface, try to connect to the SSID that is sent to the phone in the provisioning file, the phone asks for the password. If it was provisioned properly, I am assuming that it would connect immediately without needing any intervention.
Here's the config:
wifi.enable = 1
wifi.1.label = Phones
wifi.1.ssid = VOIP
wifi.1.security_mode = WPA2-PSK
wifi.1.cipher_type = CCMP
wifi.1.password = (exact password here)
wifi.1.priority = 5
03-28-2017 02:18 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
oliv Offline
Member
***

Posts: 88
Joined: Feb 2016
Reputation: 1
Post: #2
RE: Wifi on T46G - exact procedure?
(03-28-2017 02:18 AM)engine411 Wrote:  Having so much trouble here getting a T46G (latest firmware)
Which exactly ?

(03-28-2017 02:18 AM)engine411 Wrote:  wifi.enable = 1
wifi.1.label = Phones
wifi.1.ssid = VOIP
wifi.1.security_mode = WPA2-PSK
wifi.1.cipher_type = CCMP
wifi.1.password = (exact password here)
wifi.1.priority = 5
No "static." prefix for each of the above values ?
03-29-2017 02:29 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
engine411 Offline
Member
***

Posts: 115
Joined: May 2013
Reputation: 1
Post: #3
RE: Wifi on T46G - exact procedure?
Trouble - as I wrote earlier, after I provision the phones, I plug the WF40 dongle in and the phone sees that and scans the available Wifi signals. Problem is, when I, on the phone interface, try to connect to the SSID that is sent to the phone in the provisioning file, the phone asks for the password. If it was provisioned properly, I am assuming that it would connect immediately without needing any intervention.

Point being, the provisioning does not make or allow the phone to connect. So I have to touch each phone individually - which makes provisioning pointless.

For the "static" prefix, I've tried it with that prefix added as well - makes no difference. 3CX tells me that this prefix should not be there. In the 3CX default/built in template for the T46G, the parameters do not have that prefix.

I can get the phones working on the Wifi by touching each phone via the web GUI. But auto-provisioning via template is supposed to save that manual work. In this case, it's not.
03-29-2017 05:31 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
oliv Offline
Member
***

Posts: 88
Joined: Feb 2016
Reputation: 1
Post: #4
RE: Wifi on T46G - exact procedure?
(03-29-2017 05:31 PM)engine411 Wrote:  Trouble - as I wrote earlier, after I provision the phones, I plug the WF40 dongle in and the phone sees that and scans the available Wifi signals. Problem is, when I, on the phone interface, try to connect to the SSID that is sent to the phone in the provisioning file, the phone asks for the password. If it was provisioned properly, I am assuming that it would connect immediately without needing any intervention.

Point being, the provisioning does not make or allow the phone to connect. So I have to touch each phone individually - which makes provisioning pointless.

For the "static" prefix, I've tried it with that prefix added as well - makes no difference. 3CX tells me that this prefix should not be there. In the 3CX default/built in template for the T46G, the parameters do not have that prefix.

I can get the phones working on the Wifi by touching each phone via the web GUI. But auto-provisioning via template is supposed to save that manual work. In this case, it's not.

I could connect a brand new T42S to a WPA-Personal WiFi network using .cfg files only (ie not touching phone's web site or menu).

My process is:
- edit cfg files on provisioning server
- boot phone without any WiFi dongle from PoE (this also updates firmware)
- unplug phone from PoE
- plug WiFi dongle
- plug power adapter

Firmware is xx.81.0.70.

Hope this helps
04-12-2017 03:30 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
engine411 Offline
Member
***

Posts: 115
Joined: May 2013
Reputation: 1
Post: #5
RE: Wifi on T46G - exact procedure?
(04-12-2017 03:30 PM)oliv Wrote:  I could connect a brand new T42S to a WPA-Personal WiFi network using .cfg files only (ie not touching phone's web site or menu).

My process is:
- edit cfg files on provisioning server
- boot phone without any WiFi dongle from PoE (this also updates firmware)
- unplug phone from PoE
- plug WiFi dongle
- plug power adapter

Firmware is xx.81.0.70.

Hope this helps
Thanks for this. I have several T46G phones here, all on the latest firmware version and the latest 3CX template with only WIFI details added to the template.
I followed the exact process you outlined, but it doesn't work at all. Not only did it not connect to the WIFI by itself, but when it prompted me to search and connect to a network, it couldn't connect to the SSID that way either. It asked for the password.
04-26-2017 03:30 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
oliv Offline
Member
***

Posts: 88
Joined: Feb 2016
Reputation: 1
Post: #6
RE: Wifi on T46G - exact procedure?
OK, then the only remaing thing I could help with is showing my relevant phone config.

Code:
static.wifi.enable = 1
static.wifi.1.label = MyLabel
static.wifi.1.ssid = MySSID
static.wifi.1.security = WPA2-PSK
static.wifi.1.cipher_type = "TKIP CCMP"
static.wifi.1.password = mypassword

Best regards
04-28-2017 06:40 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
engine411 Offline
Member
***

Posts: 115
Joined: May 2013
Reputation: 1
Post: #7
RE: Wifi on T46G - exact procedure?
Thanks, that is helpful. I see a few differences from my config. Which PBX are you using?
04-28-2017 01:42 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
oliv Offline
Member
***

Posts: 88
Joined: Feb 2016
Reputation: 1
Post: #8
RE: Wifi on T46G - exact procedure?
(04-28-2017 01:42 PM)engine411 Wrote:  Thanks, that is helpful. I see a few differences from my config. Which PBX are you using?
Asterisk
04-28-2017 03:38 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
  Need bin and rfs files SIP-T46G RobbyK 1 1,138 01-11-2024 11:26 PM
Last Post: complex1
  SIP-T46G Need firmware update instructions RobbyK 2 1,476 01-11-2024 10:52 PM
Last Post: RobbyK
  T46G recovery files evoip 1 1,761 10-10-2023 12:46 AM
Last Post: Yisroel_MongoTEL
  T46G Multiple EXT Port amandah 2 2,208 04-04-2023 01:06 AM
Last Post: Yisroel_MongoTEL
Photo T46G LED blinks when screen is off W 4 8,459 03-29-2023 05:36 AM
Last Post: matthewchubb
  T46G/S Multicast on PC Port Issue MiKeDaDoC 5 11,974 01-02-2023 01:30 AM
Last Post: kw160008
  T46G call completed elsewhere zimbocz 3 10,319 10-28-2022 03:28 AM
Last Post: tredd1982
  T46G SSL 2 & 3 Vulnerability russavd 0 1,566 09-24-2022 05:07 AM
Last Post: russavd
  T46G - shortcut to activate/ deactivate accounts? westats 4 5,887 07-07-2022 11:40 AM
Last Post: westats
  WH63 Connect to T46G 79schultz 1 3,026 07-06-2022 03:08 PM
Last Post: markvdheijden

Forum Jump:


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

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