Yes I know it's end of life, but it's still in use here. So where are the CCR Gurus. I'm trying to learn CCR scripting. I wrote this test script but on validation i'm told line "Line 0027:25,ERROR:ILLEGAL CHARACTER"
That character is the "t" in test_music. Yes the varible is defined in the varible table.
So here is the test script... Can someone tell me what the hell is wrong with it?
/*This is a test script for training purposes
Involving cdn 8666 and acd 3666. ACD's 6001
and 6031 were deleted and converted into
phantom dn's going to voicemail to free up
2 available ACDs*/
GOTO NIGHTS if NIGHT SERVICE test_queue
QUEUE TO test_queue
GIVE RAN test_hold
GIVE MUSIC test_music
GOTO WAITING
SECTION WAITING
GOTO NIGHTS if NIGHT SERVICE test_queue
WAIT 30
GIVE RAN test_hold
GIVE MUSIC test_music <--error here "t"
GOTO WAITING
SECTION NIGHTS
GIVE RAN test_closed
WAIT 10
FORCE DISCONNECT
That character is the "t" in test_music. Yes the varible is defined in the varible table.
So here is the test script... Can someone tell me what the hell is wrong with it?
/*This is a test script for training purposes
Involving cdn 8666 and acd 3666. ACD's 6001
and 6031 were deleted and converted into
phantom dn's going to voicemail to free up
2 available ACDs*/
GOTO NIGHTS if NIGHT SERVICE test_queue
QUEUE TO test_queue
GIVE RAN test_hold
GIVE MUSIC test_music
GOTO WAITING
SECTION WAITING
GOTO NIGHTS if NIGHT SERVICE test_queue
WAIT 30
GIVE RAN test_hold
GIVE MUSIC test_music <--error here "t"
GOTO WAITING
SECTION NIGHTS
GIVE RAN test_closed
WAIT 10
FORCE DISCONNECT