
Avaya Media Processing Server Series System Reference Manual
Page 198 # P0602477 Ver: 3.1.11
Primitives
Command primitives can be used as arguments to the SEND, ASYNCH, and "on
<event> {<command>}" (IF) statements (see Statements on page 197). A primitive
is a low-level object or operation from which higher-level, more complex objects and
operations can be constructed.
Global Variables Variables that can be defined for use within an IF statement (see IF
on page 197).
$VAR Script global variable.
$PASS Tracks the current iteration through the script.
Primitive Description
MkCall Simulate a call being made into the system. The Dialed Number
Identification Service (DNIS), Automatic Number Identification
(ANI), or Calling Line Identification (CLI) digits can be specified. A
numerical value is substituted for <rings> and must specify the
number of rings that the call will actually be answered on by the
system.
MkCall <CALLING=<digits>|CALLED=<digits> > <rings>
Wait Delay script execution for a specified number of milliseconds. Does
not provide synchronization of script execution with completion of a
prompt. Typically used to provide short delays between internal
messages.
Wait <milliseconds>
TT Simulate touchtones from the keypad of a phone. Valid values for
digits to enter are:
0-9 — Numerical digits zero through nine
[xx-yy] — Range of digits from zero through ninety-nine
A-F — DTMF digits A through F
# — Pound keypad equivalent
~ — Any single random numerical digit from zero through nine
(multiples allowed)
_ — An underscore represents one random numerical digit from
zero through nine or the pound character (multiples allowed)
TT <digits>
HangUp Simulates a caller hanging up, but does not cause the script
scenario to end. Should be used in conjunction with the restart
option either by itself or within an ASYNC statement (i.e. async
"HangUp" in <seconds> restart) (see ASYNC on page 197).
HangUp
RcvCall Simulate the far (receiving) end of a call. The status can be returned
as busy, no answer, or the call can be "answered" on the specified
number of rings. Ring range can also be random in accordance with
TT above.
RcvCall <Busy|NoAnswer|<rings> >
Statement Description
Comentarios a estos manuales