Nortel Meridian Meridian 1 Scripting Manual page 261

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

Advertisement

October 2007
<value_1>, <value_2>, <value_3>
want the script to address. Replace these parameters with an item, a list, or
a range.
<statements>
is equal to the specified value.
Limitations
The number of value clauses is unlimited; however, for effective script
execution, Nortel recommends that you do not use more than 50 value clauses,
and that you break value clauses into groups where possible.
Example
This example demonstrates how to break value clauses into groups.
IF (NPA = west_coast_gv) THEN
WHERE CLID EQUALS
END WHERE
ELSE
IF (NPA = east_coast_gv) THEN
ELSE
END IF
END IF
Scripting Guide for Communication Server 1000/Meridian 1 PBX
The action that you want the script to take if the expression
VALUE wc_dist1: EXECUTE SCRIPT WCoast1_Sales
VALUE wc_dist2: EXECUTE SCRIPT WCoast2_Sales
VALUE wc_dist3: EXECUTE SCRIPT WCoast3_Sales
...
WHERE CLID EQUALS
VALUE ec_dist1: EXECUTE SCRIPT ECoast1_Sales
VALUE ec_dist2: EXECUTE SCRIPT ECoast2_Sales
VALUE ec_dist3: EXECUTE SCRIPT ECoast3_Sales
...
END WHERE
ROUTE CALL DEFAULT DN
Advanced script commands
The values for the expression that you
261

Advertisement

Table of Contents
loading

Table of Contents