Avaya Media Processing Server Series System (Software Release 2.1) Uživatelský manuál Strana 197

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 306
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 196
Common Configuration
# P0602477 Ver: 3.1.11 Page 197
Statements
Statement Description
SEND Execute a command primitive. Processing of the script stops until
the statement is completed. The maximum length of the
<command primitive> string as shown in the example below is
1024 bytes. Execution can occur immediately or after a period of
time specified in seconds.
send "<command primitive>" in <seconds>
send "<command primitive>"
ASYNC Execute a command primitive asynchronously after waiting the
specified delay period. Processing of the script continues even after
this statement is encountered, with the async command executing
after the aforementioned delay.
async "<command primitive>" in <seconds>
IF Standard if-then-else programming statement.
if (expression) {
<script command>
}
else {
<script command>
}
Where expression is one of either $VAR <op> <val> or $PASS <op>
<val> (see Global Variables on page 198) and where <op> is any of
==,!=, <, <=, >, or >= and <val> is any applicable value.
LABEL Specify a label which is referenced by the goto statement (see
next). The LABEL must be a one or two-digit number.
label <label>:
where <label> is by necessity a short integer (less than three places).
GOTO Reference a section of the script that is defined with the
corresponding label statement.
goto <label>
where <label> is a short integer that must be defined elsewhere within the same script
block (see previous).
REPEAT Repeat one or more script commands and count the number of
times repeated.
repeat <n_times> {
<script commands>
}
where <n_times> is the number of times to repeat the commands. NOTE: If no
value is assigned for the count, the statement repeats (loops) indefinitely.
DELAY Delay the processing of the script for a defined number of seconds.
delay <seconds>
Zobrazit stránku 196
1 2 ... 192 193 194 195 196 197 198 199 200 201 202 ... 305 306

Komentáře k této Příručce

Žádné komentáře