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!

M3900 firmware upgrades

Status
Not open for further replies.

miller3383

IS-IT--Management
Mar 23, 2010
161
US
Please clarify this for me. It is my understanding that an M3904, for example, will upgrade its firmware automatically when installed based on the system version of the Option PBX software. It will either upgrade the 3904 firmware or downgrade it, if it has the newest firmware, based on what the system software revision is?
Correct?
 
that is not correct

3900 phones have to be told to upgrade. Can be set in LD 97 - FDL to automatically check and update and can be set based on time, tn or DN

or run manually from LD 32 - FDLF or FDLC.

IP phones will automatically check firmware and upgrade or downgrade when they register
 
I tend to run a script file to make the 39xx phones do a firmware upgrade during the night. Here is my procomm script below.

transmit "LD 97^M"
waitfor "REQ "

transmit "PRT^M"
waitfor "TYPE "
transmit "FDL^M"
waitfor "REQ "

transmit "CHG^M"
waitfor "TYPE "
transmit "FDL^M"
waitfor "FDTP "
transmit "ALL^M"
waitfor "FDTM "
transmit "YES^M"
waitfor "FDAY "
transmit "0 1^M"
waitfor "FINT "
transmit "3 4^M"
waitfor "FDAY "
transmit "1 1^M"
waitfor "FINT "
transmit "3 3^M"
waitfor "FDAY "
transmit "2 1^M"
waitfor "FINT "
transmit "3 3^M"
waitfor "FDAY "
transmit "3 1^M"
waitfor "FINT "
transmit "3 3^M"
waitfor "FDAY "
transmit "4 1^M"
waitfor "FINT "
transmit "3 3^M"
waitfor "FDAY "
transmit "5 1^M"
waitfor "FINT "
transmit "3 3^M"
waitfor "FDAY "
transmit "6 1^M"
waitfor "FINT "
transmit "3 4^M"
waitfor "FDAY "
transmit "^M"
waitfor "FTNR "
transmit "NO^M"
waitfor "FDNR "
transmit "NO^M"
waitfor "FRCE "
transmit "NO^M"
waitfor "FVER "
transmit "0^M"

waitfor "REQ "
transmit "PRT^M"
waitfor "TYPE "
transmit "FDL^M"
waitfor "REQ "
transmit "END^M"

pause 1
transmit "LD 32^M"
waitfor "."

transmit "FSUM ALL^M"
waitfor "." FOREVER
transmit "FDLS^M"
waitfor "."
pause 20
transmit "****^M"
; waitfor ">"

transmit "LOGO^M"



All the best

Firebird Scrambler
Meridian 1 / Succession and BCM / Norstar Programmer in the UK

If it's working, then leave it alone!.
 
What is the latest M3900 firmware version available at this time?
 
Not sure but rls 7.5 would have it.
Miller depending on the software you're running you may not want the latest firmware. That could make the phone not function correctly also just like to low of firmware. The best thing to do is load whatever firmware to the phone that your switch is running. Just my 2 cents...
 
We are on 7.5 and the latest version is 94 - I agree with hawks though so be careful and only get the version compatible with your switch.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top