Avaya Writing Technician Interface Scripts Manuale Utente Pagina 86

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 116
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 85
Writing Technician Interface Scripts
A-12
308660-14.00 Rev 00
: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”
Vedere la pagina 85
1 2 ... 81 82 83 84 85 86 87 88 89 90 91 ... 115 116

Commenti su questo manuale

Nessun commento