mitelsx2000
IS-IT--Management
How do you list all disabled TN`S on a Pabx with out doing a STAT on a loop-card etc
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
proc main
transmit "****^M"
mspause 10
CAPTURE ON
transmit "ld 32^M"
waitfor "." forever
transmit "LDIS 4 0^M"
waitfor "." forever
pause 10
transmit "LDIS 4 1^M"
waitfor "." forever
transmit "LDIS 8 0^M"
waitfor "." forever
transmit "LDIS 8 1^M"
waitfor "." forever
transmit "LDIS 20 0^M"
waitfor "." forever
capture off
endproc