Yealink T48G
Firmware 35.73.0.50 (Vonage doesn't support v80 yet)
Autoprovision question.
I've struggled to get autoprovisioning to work such that it saves the <MAC>-local.cfg file to my web server using a PUT command. I'm using IIS 7.5 on Windows Server 2008 R2. I've finally got it working well, but I need a little more.
I had to enable WebDAV. WebDAV on IIS7 and above requires authentication. No anonymous uploads.
I've got it working now with the following line in my y000000000035.cfg file:
If I change it to https (so the password isn't sent in plain text, probably across the internet when people take their phones home), it stops working.
I can only get it to autoprovision on IIS 7.5 and have it save its <MAC>-local.cfg on HTTP.
The SSL cert is a GoDaddy wildcard certificate that is respected on the web.
Anyone have any ideas?
Firmware 35.73.0.50 (Vonage doesn't support v80 yet)
Autoprovision question.
I've struggled to get autoprovisioning to work such that it saves the <MAC>-local.cfg file to my web server using a PUT command. I'm using IIS 7.5 on Windows Server 2008 R2. I've finally got it working well, but I need a little more.
I had to enable WebDAV. WebDAV on IIS7 and above requires authentication. No anonymous uploads.
I've got it working now with the following line in my y000000000035.cfg file:
Code:
auto_provision.server.url = http://PhonesAccount:c0mpl3xP@$$w0rd@yealink.myurl.com/
If I change it to https (so the password isn't sent in plain text, probably across the internet when people take their phones home), it stops working.
I can only get it to autoprovision on IIS 7.5 and have it save its <MAC>-local.cfg on HTTP.
The SSL cert is a GoDaddy wildcard certificate that is respected on the web.
Anyone have any ideas?