Avaya Writing Technician Interface Scripts Instrukcja Użytkownika Strona 84

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 116
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 83
Writing Technician Interface Scripts
A-12 117382-A Rev. A
:FI_STATE_ESC:
printf “%-17.17s” “${value[$Madr]}”
if ${value[$Bofl]} = 2 then ; \
printf “%-4s” “Off” ; goto :FI_BOFL_ESC:
printf “%4d” ${value[$BoflTmo]}
:FI_BOFL_ESC:
printf “%4d” ${value[$Mtu]}
let mode = ${value[$HwFilter]}
if $mode = 1 then ; printf “%-8s” “Enabled”
if $mode = 2 then ; printf “%-8s” “Disabled”
echo
cutenv -c9-15 name2 “$cctname”
if ${name2[0]} = 1 then; \
printf “%4s %4s *%-7.7s\n” “” “” “${name2[1]}”
return
################################################################
#
# Statistics screen...
#
################################################################
:FI_STATS:
#
# check for circuit name to match on...
#
if $# = 2 then ; goto :FI_STAT_NM:
setenv cmd “$3”
let len = strlen(cmd)
if $len < 3 then ; goto :FI_HELP_SHOW:
let j = strindex(“circuit”, cmd)
if $j != 1 then ; goto :FI_HELP_SHOW:
if $# != 4 then ; goto :FI_HELP_SHOW:
setenv matchcct “$4”
Przeglądanie stron 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 115 116

Komentarze do niniejszej Instrukcji

Brak uwag