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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AUTOGENERATED J100Supgrade.txt

Status
Not open for further replies.

DigitalG

Technical User
Joined
Mar 11, 2005
Messages
435
Location
CA
system server edtion 11.0.4.1.0 build 11
Phone type = J169 & J179

I have push to the embedded file management the newer sip firmware J100-IPT-SIP-R4_0_3_0-101019.zip

My question is: I don't understand why my phones are getting their firmware if their is a # in front of each row. Can somebody explain to me the # in the autogenerated J100Supgrate.txt

My understanding of the # is to skip the row.... so why is the phone getting their firmware ?


Thank you.

**********************************
IF $MODEL4 SEQ J129 GOTO J129_SW
IF $MODEL4 SEQ J139 GOTO J139_SW
IF $MODEL4 SEQ J159 GOTO J159_SW
IF $MODEL4 SEQ J169 GOTO J169_SW
IF $MODEL4 SEQ J179 GOTO J179_SW

GOTO GETSET

# J129_SW
SET APPNAME FW_S_J129_R4_0_3_0_10.bin
GOTO GETSET

# J139_SW
SET APPNAME FW_S_J139_R4_0_3_0_10.bin
GOTO GETSET

# J159_SW
SET APPNAME FW_S_J159_R4_0_3_0_10.bin
GOTO GETSET

# J169_SW
SET APPNAME FW_S_J169_R4_0_3_0_10.bin
SET JEM24_APPNAME FW_JEM24_R1_0_1_0_10.bin
GOTO GETSET

# J179_SW
SET APPNAME FW_S_J179_R4_0_3_0_10.bin
SET JEM24_APPNAME FW_JEM24_R1_0_1_0_10.bin
GOTO GETSET

# GETSET
GET 46xxsettings.txt
 
The # in this case is just a description of what is to follow sort of like a header.
Mike
 
The Actual SET Lines are not #'d

| ACSS SME |
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top