Nortel Meridian Meridian 1 Scripting Manual page 621

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

Advertisement

October 2007
Example
This example stores the %INTEGER%WAITTIME,
%SKILLSET%SKILLSET, and %PRIORITY%PRIORITY intrinsics in call
variables. It then waits the required number of seconds until the callback time
before queuing the contact to the skillset indicated by
%SKILLSET%SKILLSET with a priority of %PRIORITY%PRIORITY.
ASSIGN CONTACT DATA "%SKILLSET%SKILLSET" TO contact_skillset_cv
ASSIGN CONTACT DATA "%PRIORITY%PRIORITY" TO contact_priority_cv
ASSIGN CONTACT DATA "%INTEGER%WAITTIME" TO contact_wait_time_cv
WAIT contact_wait_time_cv
QUEUE TO SKILLSET contact_skillset_cv WITH PRIORITY
contact_priority_cv
WAIT 2
Scripting Guide for Communication Server 1000/Meridian 1 PBX
Scripting for Multimedia and Outbound
621

Advertisement

Table of Contents
loading

Table of Contents