Nortel Meridian Meridian 1 Scripting Manual page 625

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

Advertisement

October 2007
Example
This is the same example as shown for the %DATE%DATE intrinsic. In this
example, a check is performed to see if the current date is equal to the callback
date and if the current time is greater than the callback time. If so, the system
executes the section Queue_Contact. Otherwise, the contact remains in a loop
checking the date and time.
ASSIGN CONTACT DATA "%DATE%DATE" TO contact_cbdate_cv
ASSIGN CONTACT DATA "%TIME%TIME" TO contact_cbtime_cv
SECTION Callback_loop
/****************************************************************
Loop until the Current Date / Time is greater than or equal to the
Callback Date / Time then Queue the Contact using the script
Queue_Multimedia_Contact.
****************************************************************/
IF (DATE > contact_cbdate_cv) THEN
EXECUTE SCRIPT Queue_Multimedia_Contact
ELSE
IF ((DATE = contact_cbdate_cv)
AND (TIME OF DAY >= contact_cbtime_cv)) THEN
ELSE
END IF
END IF
Scripting Guide for Communication Server 1000/Meridian 1 PBX
EXECUTE SCRIPT Queue_Multimedia_Contact
WAIT 60
EXECUTE Callback_loop
Scripting for Multimedia and Outbound
625

Advertisement

Table of Contents
loading

Table of Contents