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!

Disable overhead paging

Status
Not open for further replies.

mracree

Programmer
Joined
Jan 30, 2017
Messages
2
Location
US
So I need to temporarily disable our overhead paging system. What load do I run to do so? I know the TN is 20 1 9 0. I've tried LD 20 and LD 32 but I don't think I running the whole command properly.
 
in ld 20 you should be able to issue disu 20 1 9 0


ld 20
. disu 20 1 9 0
 
So I'm still pretty new at this and I've never received any formal training. When I do a LD 20, it ask for the REQ. It's not a CHG so when I put DISU, it doesn't take, ask for REQ again.
 
It sounds as if you have a very old Meridian Option xx system. Go into LD 32

You will get a "."

key in

STAT 20 1 9 return
(This should print out the ports on the card)

DISU 20 1 9 0 return
(This should disable the first port "0")

STAT 20 1 9 return
(This should show port "0" as being disabled)

ENLU 20 1 9 0 return
(This will enable the first port again)

Firebird Scrambler

Nortel & Avaya Meridian 1 / Succession & BCM / Norstar Programmer

Website = linkedin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top