Yealink Forums
Autoprovisioning different firmware phone - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: Autoprovisioning different firmware phone (/showthread.php?tid=44214)



Autoprovisioning different firmware phone - SimoneAlceo - 07-10-2020 10:36 AM

I need to update the firmware of several phone models via autoprovisioning.

I created a .cfg file with the following configuration:

[T46S] static.firmware.url=http://192.168.151.10/T46S.rom
[T46G] static.firmware.url=http://192.168.151.10/T46G.rom
[T40G] static.firmware.url=http://192.168.151.10/T40G.rom
[T23G] static.firmware.url=http://192.168.151.10/T23G.rom
[T21P E2] static.firmware.url=http://192.168.151.10/T21P.rom

I put the .rom files on a web server but the phones don't update the firmware.

What am I doing wrong?

Thanks


RE: Autoprovisioning different firmware phone - complex1 - 07-10-2020 03:20 PM

(07-10-2020 10:36 AM)SimoneAlceo Wrote:  I need to update the firmware of several phone models via autoprovisioning.

I created a .cfg file with the following configuration:

[T46S] static.firmware.url=http://192.168.151.10/T46S.rom
[T46G] static.firmware.url=http://192.168.151.10/T46G.rom
[T40G] static.firmware.url=http://192.168.151.10/T40G.rom
[T23G] static.firmware.url=http://192.168.151.10/T23G.rom
[T21P E2] static.firmware.url=http://192.168.151.10/T21P.rom

I put the .rom files on a web server but the phones don't update the firmware.

What am I doing wrong?

Thanks

Hi,

Make sure the cfg file have to start with:
#!version:1.0.0.1
also remove [Txxx] at the start of the command line.


RE: Autoprovisioning different firmware phone - SimoneAlceo - 07-10-2020 03:44 PM

(07-10-2020 03:20 PM)complex1 Wrote:  
(07-10-2020 10:36 AM)SimoneAlceo Wrote:  I need to update the firmware of several phone models via autoprovisioning.

I created a .cfg file with the following configuration:

[T46S] static.firmware.url=http://192.168.151.10/T46S.rom
[T46G] static.firmware.url=http://192.168.151.10/T46G.rom
[T40G] static.firmware.url=http://192.168.151.10/T40G.rom
[T23G] static.firmware.url=http://192.168.151.10/T23G.rom
[T21P E2] static.firmware.url=http://192.168.151.10/T21P.rom

I put the .rom files on a web server but the phones don't update the firmware.

What am I doing wrong?

Thanks

Hi,

Make sure the cfg file have to start with:
#!version:1.0.0.1
also remove [Txxx] at the start of the command line.

The .cfg file starts with #!version:1.0.0.1
If I remove [Txxx] how can I distinguish the different firmware by phone?


RE: Autoprovisioning different firmware phone - complex1 - 07-11-2020 12:00 PM

(07-10-2020 03:44 PM)SimoneAlceo Wrote:  
(07-10-2020 03:20 PM)complex1 Wrote:  
(07-10-2020 10:36 AM)SimoneAlceo Wrote:  I need to update the firmware of several phone models via autoprovisioning.

I created a .cfg file with the following configuration:

[T46S] static.firmware.url=http://192.168.151.10/T46S.rom
[T46G] static.firmware.url=http://192.168.151.10/T46G.rom
[T40G] static.firmware.url=http://192.168.151.10/T40G.rom
[T23G] static.firmware.url=http://192.168.151.10/T23G.rom
[T21P E2] static.firmware.url=http://192.168.151.10/T21P.rom

I put the .rom files on a web server but the phones don't update the firmware.

What am I doing wrong?

Thanks

Hi,

Make sure the cfg file have to start with:
#!version:1.0.0.1
also remove [Txxx] at the start of the command line.

The .cfg file starts with #!version:1.0.0.1
If I remove [Txxx] how can I distinguish the different firmware by phone?

For each phone you need to create its own provisioning file.