Nortel Meridian Meridian 1 Scripting Manual page 397

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

Advertisement

October 2007
IF (DAY OF MONTH = monthly_special_gv) THEN
GIVE RAN specials_ran_gv
END IF
Example 2: Specific days
In this example, on the 1st and 15th day of each month, a section of the script
called Pay_Day_Section is executed.
IF (DAY OF MONTH = 1,15) THEN
EXECUTE Pay_Day_Section
END IF
Scripting Guide for Communication Server 1000/Meridian 1 PBX
Intrinsics
397

Advertisement

Table of Contents
loading

Table of Contents