learner136
Technical User
Hi All,
I want to configure the feature of Expected wait time in CC6 using Miran.
My requirement is :- whenever the custmer call into the call center then a prompt will be played saying that ur call will be answered in ... seconds.
I have tried below script but no success.
IF NOT OUT OF SERVICE rantest THEN
QUEUE TO SKILLSET rantest
WAIT 2
ASSIGN EXPECTED WAIT TIME rantest TO EWT_CV
IF EWT_CV < 120 THEN give ran ran_gv
ELSE
IF EWT_CV < 300 THEN give ran ran2_gv
ELSE give music 40
END IF
END IF
End if
here EWT_CV is an second variable. and ran_gv and ran2_gv is ran variable.
i have tested this by changing the values for EWT_CV but in any case only ran_gv is announcement is played .(i have configured 2 prompt and one music 40).
Also tried by making EWT_CV as integer variable but still the facing the same issue.
Thanks.
I want to configure the feature of Expected wait time in CC6 using Miran.
My requirement is :- whenever the custmer call into the call center then a prompt will be played saying that ur call will be answered in ... seconds.
I have tried below script but no success.
IF NOT OUT OF SERVICE rantest THEN
QUEUE TO SKILLSET rantest
WAIT 2
ASSIGN EXPECTED WAIT TIME rantest TO EWT_CV
IF EWT_CV < 120 THEN give ran ran_gv
ELSE
IF EWT_CV < 300 THEN give ran ran2_gv
ELSE give music 40
END IF
END IF
End if
here EWT_CV is an second variable. and ran_gv and ran2_gv is ran variable.
i have tested this by changing the values for EWT_CV but in any case only ran_gv is announcement is played .(i have configured 2 prompt and one music 40).
Also tried by making EWT_CV as integer variable but still the facing the same issue.
Thanks.