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

idu response clarification

Status
Not open for further replies.

Ronus

Technical User
Apr 9, 2004
26
0
0
CA
Hey folks.. could someone explain this response when i idu a tn:

REQ: idu 32 12

M3900 TN: 032 0 00 12
TN ID CODE: 1T

NT CODE: -MT0N11-
COLOR CODE: 39
RLS CODE: -
SER NUM: 26891C


A proper response looks like this:
REQ: idu 30 15
M3900 TN: 030 0 00 15
TN ID CODE: M3901

NT CODE: NTMN01BA
COLOR CODE: 66
RLS CODE: 10
SER NUM: FBB71B



I'm not sure what the TN ID CODE: 1T means. Anyone?
 
The phone most likely was refurbished by a 3rd party, don't worry about it as long as you get a IDU response

OLD ROLMEN WORKING ON NORTELS AND AVAYA
 
Check firmware on these 2 phones could be the phone in question is an early release ? ? ?
 
Yes, we do use refurbished sets. I'm not onsite there, but i was just curious about the 1T response. I have seen it a few times prior.

Thanks guys.
 
Here is my Procomm Plus script to get the firmware to be updated at the times specified through the week. This can be changed to suit your customer!.

;Recorded script. Editing may be required.
proc main
transmit "****"
; waitfor ">"
pause 1
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"


endproc

All the best

Firebird Scrambler
Meridian Programmer in the UK

If it's working, then leave it alone!.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top