Avaya Writing Technician Interface Scripts Bedienungsanleitung Seite 101

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 122
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 100
Sample Scripts
114089 Rev. A A-23
if $bit >= 0 then ; goto :FI_BIT_LP:
# Note field size is 32 because flags contains the trailing space.
printf “%32s” “$flags”
let state = $(wfFddiSmtEntry.wfFddiSmtEcmState.${list_[$i]})
if $state = 1 then ; printf “%-8s ” “ByPassed”
if $state = 2 then ; printf “%-8s ” “In”
if $state = 3 then ; printf “%-8s ” “Trace”
if $state = 4 then ; printf “%-8s ” “Leave”
if $state = 5 then ; printf “%-8s ” “Pathtest”
if $state = 6 then ; printf “%-8s ” “Insert”
if $state = 7 then ; printf “%-8s ” “By_Check”
if $state = 8 then ; printf “%-8s ” “Deinsert”
let state = $(wfFddiSmtEntry.wfFddiSmtCfState.${list_[$i]})
if $state = 1 then ; printf “%-8s ” “Isolated”
if $state = 2 then ; printf “%-8s ” “Unknown”
if $state = 3 then ; printf “%-8s ” “Wrap A”
if $state = 4 then ; printf “%-8s ” “Wrap B”
if $state = 5 then ; printf “%-8s ” “Wrap AB”
if $state = 6 then ; printf “%-8s ” “Thru”
if $state = 7 then ; printf “%-8s ” “Local A”
if $state = 8 then ; printf “%-8s ” “Local B”
if $state = 9 then ; printf “%-8s ” “Local AB”
if $state = 10 then ; printf “%-8s ” “Unknown”
if $state = 11 then ; printf “%-8s ” “C Wrap A”
if $state = 12 then ; printf “%-8s ” “C Wrap B”
if $state = 13 then ; printf “%-8s ” “Unknown”
printf “%6d ” $(wfFddiEntry.wfFDDISmtTNotify.${list_[$i]})
#
# Next line...
#
echo
cutenv -c9-15 name2 “$cctname”
if ${name2[0]} = 1 then; \
printf “%4s %4s *%-7.7s\n” “” “” “${name2[1]}”
:FI_SMT_NXT:
let i = $i + 1
goto :FI_SMT_LP:
Seitenansicht 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 121 122

Kommentare zu diesen Handbüchern

Keine Kommentare