Nortel Meridian Meridian 1 Scripting Manual page 205

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

Advertisement

October 2007
SECTION
Use the SECTION command to define a section of commands. The execution of
the script can jump to any section in the same script by using the EXECUTE
command.
Script syntax
SECTION
Parameter
Enter information for the following parameter:
<section_name>
Example
The following example uses a SECTION command with an EXECUTE
command to create a simple loop. The call is sent to a section which requeues
the call if the call is not queued, thereby moving the call out of the Wait_Loop
section.
SECTION Wait_Loop
WAIT wait_delay_gv
IF NOT QUEUED THEN
END IF
GIVE RAN please_wait_ran_gv
EXECUTE Wait_Loop
SECTION Requeue_Call
/* script continues here */
Scripting Guide for Communication Server 1000/Meridian 1 PBX
<section_name>
The name of the section.
EXECUTE Requeue_Call
Basic script commands
205

Advertisement

Table of Contents
loading

Table of Contents