Nortel Meridian Meridian 1 Scripting Manual page 689

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

Advertisement

October 2007
/* You must save the audio and video files on the Media
Application Server using the CCPROV.exe tool. */
GIVE RINGBACK
WAIT 5
ASSIGN CONTACT DATA "SIP_FROM_ADDRESS" TO vxmlto
ASSIGN CONTACT DATA "SIP_TO_ADDRESS" TO vxmlfrom
ASSIGN C_play_and_collect_gv TO voicexml
ASSIGN "You have entered a digit!" TO im
ASSIGN "testIntro.wav" to prompttoplay
ASSIGN "1" to numberofdigits
ASSIGN "false" to notypeahead
GIVE IVR
WITH VXML TREATMENT voicexml
PARAMETERS im, prompttoplay, notypeahead, numberofdigits,
vxmlfrom, vxmlto
RETURNS C_sip_digits_str_cv
WHERE C_sip_digits_str_cv EQUALS
VALUE "1" : EXECUTE SCRIPT Primary1
VALUE "2" : EXECUTE SCRIPT Primary2
VALUE "3" : EXECUTE SCRIPT Primary3
VALUE "4" : EXECUTE SCRIPT Primary4
DEFAULT:
END WHERE
Example 6: Using the vars parameter for counting callers in queue
/*This script demonstrates using the vars parameter to count down
how many callers are in queue.*/
GIVE RINGBACK
Scripting Guide for Communication Server 1000/Meridian 1 PBX
EXECUTE SCRIPT Primary4
SIP Contact Center
689

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Meridian Meridian 1 and is the answer not in the manual?

Table of Contents