Nortel Meridian Meridian 1 Scripting Manual page 202

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

Advertisement

Basic script commands
GIVE RAN special_ran_gv /* Special Greeting */
ELSE
QUEUE TO SKILLSET customer_service_sk WITH PRIORITY 3
WAIT 2
GIVE RAN alternate_ran_gv
END IF
GIVE MUSIC classical_music_gv
Example 2
The following example shows how you can use an IF-THEN-END IF command
within an IF-THEN-ELSE-END IF command. You must have an END IF
command for each IF command.
Each END IF is associated with the nearest IF command.
IF (CLID = vip_list_gv) THEN
EXECUTE Vips
ELSE
IF (CLID = special_list_gv) THEN
END IF
END IF
202
EXECUTE Special
Standard 8.04
Contact Center Manager

Advertisement

Table of Contents
loading

Table of Contents