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!

Checking a trunk to see if it's IDLE, BUSY, or DSBL 2

Status
Not open for further replies.

hav0k99

MIS
Apr 29, 2004
68
US
I work for a hospital and once in a great while a despartments overhead paging system goes down. They dial a 3 digit # and they get access to it. What happens is it goes into fast busy.
 
how can I find out what trunk card the overhead paging is set on?
 
Find one with TYPE PAG"

thant's what is was missing thanks so much!
 
you can see card which is trunk

you could do this:
ld 32
.stat 1
or
.stat 2,3,4

.disu tn
.enlu tn
.disc l s c u
.enlc l s c u

 
I like to set a time force disconnect for prolems like this on a paging trunk - you will never have to reset again.

Ld 16
REQ chg
Type RDB
Rout <-- enter paging route
CNTL yes
timr TFD xx <-- enter the max time in seconds allowed to page (in 30 sec intervals) I usually set to 30
 
quote--I like to set a time force disconnect for prolems like this on a paging trunk - you will never have to reset again.

Ld 16
REQ chg
Type RDB
Rout <-- enter paging route
CNTL yes
timr TFD xx <-- enter the max time in seconds allowed to page (in 30 sec intervals) I usually set to 30 --unquote

So what does it actualy do? Does it reset the card every 30 seconds and how long doesit take to reset?
 
with Timed forced disconnect, if someone access paging after timer expires (30sec) call will be disconnected and trunk will go idle - someone else can now use paging.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top