Avaya Logo

Previous Topic

Next Topic

Book Contents

Book Index

Miscellaneous instructions

The following are miscellaneous instructions used in TSM scripts.

Note:
Do not use the hundsec instruction in a loop to insert delays in script execution. Use the sleep or nap instructions instead.

Note:
If the listenall instruction hears a dialtone, the instruction may disconnect depending on how the script uses the event instruction. See the event instruction.

Note:
If there are too many traces running simultaneously on a system, the buffer in which this information is stored may be filled and some data lost, with no notice of this in the trace output.

The first argument is evaluated as a number and is used as a step identifier. The optional argument can be used to print a specific data value of interest. The optional argument may be any integer type, or a null terminated character string.

In the following example, 25001 and int.F_TEMP are traced.

trace (25001, int.F_TEMP)

When the example trace statement above is run, the statement appears as step 25001 in the trace and the content of F_TEMP is displayed.

� 2002 Avaya Inc. All Rights Reserved.