Nortel Meridian Meridian 1 Scripting Manual page 259

Contact center manager
Hide thumbs Also See for Meridian Meridian 1:
Table of Contents

Advertisement

October 2007
As expected, when the emergency state is off, the call encounters the IF
statement. The variable assignment overwrites the wild variable table value for
this call, and the call is routed to DN 6911. When the call with DNIS
emergency_act_num dials in, the state is switched and the subsequent call then
hears the emergency announcement before being disconnected.
Example 5
The following example shows a script section where the value of the variable is
assigned within the script. Only this call sees the assigned value and cannot
change the value for any other call entering this script.
ASSIGN 0 TO wild2_wv
SECTION WaitLoop
WAIT 10
/* call are only be given ran every third time around
the loop */
IF wild2_wv < 3 THEN
ELSE
END IF
EXECUTE WaitLoop
Scripting Guide for Communication Server 1000/Meridian 1 PBX
ASSIGN wild2_cv + 1 TO wild2_wv
GIVE RAN second_ran
ASSIGN 0 TO wild2_wv
Advanced script commands
259

Advertisement

Table of Contents
loading

Table of Contents