Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fw_on file....no <IP Address> field

Status
Not open for further replies.
Jan 17, 2005
1,471
US
I am trying to fix a phone that is stuck at "Please Wait". But all the systems I am getting into, the fw_on file does not have the <IP Address> on it.

I dont know where to put the IP address.

Does anyone have the test from that .bin file?

Pretty please?


 
The last 3 systems have this in it.:

@echo off
REM --------------------------------------------------------------------
REM Script to enable Forced phone firmware download for 2420,2410,5420,
REM and 5410 phones.
REM --------------------------------------------------------------------


setlocal
if "%1%" == "" goto noParam
tftp %1 GET "nasystem/phone_firmware_download_on"

goto :EOF

:noParam
echo usage: fw_on [build_no]
endlocal



 
1. To use the file, you use the .bat from the commandline and put the ip address as the command.

Code:
fw_on.bat 127.0.0.1

2. To upgrade on newer versions, you instead use a NoUser source number, "ALLOW_5410_UPGRADES
 
Had to go on site, as the stupid thing wouldnt upgrade. Thats when I found out it was a 5402.

I ended up moving that extension to a new port.

Are there upgrade files for the 5402? I had never seen any.

Maybe it was just the port.


 
I have also on rare occasions seen a Dig port cause this on 02's and already upgraded 10's, one time it was when someone had plugged a PC into a another DIG port and it dragged other ports down so you may want to check that, another the module simply needed a power down reboot :)

ACSS (SME)
APSS (SME)

 
Was only random ports though, others were working fine some said please wait, normally a PC red lights the module but not this time :)

ACSS (SME)
APSS (SME)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top