Trevatwork
IS-IT--Management
- Nov 30, 2006
- 309
Hi All
We are having a problem with 2 lines showing calls offered and then abandoned after the line has closed is something wrong with my script?
IF ((DATE = CHRISTMAS_PARTY_DATE) and (TIME OF DAY = CHRISTMAS_PARTY_TIME)) THEN
GIVE IVR theIVR WITH TREATMENT CLOSEDEARLY_GV
WAIT 3
DISCONNECT
ELSE
IF ((DAY OF WEEK = WeekDay_day) AND (TIME OF DAY = WeekDayHours_gv))
OR ((DAY OF WEEK = SATURDAY) AND (TIME OF DAY = RetailSatHours))
OR ((DAY OF WEEK = SUNDAY) AND (TIME OF DAY = RetailSunHours)) THEN
IF (DATE = RETAIL_HOL) THEN
GIVE IVR theIVR WITH TREATMENT RETAIL_HOL_TREATMENT
WAIT 2
DISCONNECT
ELSE
ASSIGN cdn4572_sk TO theSkillset_cv
ASSIGN thefirstWait_tr TO theFirstWaitTreatment_cv
ASSIGN theSecondWait_tr TO theSecondWaitTreatment_cv
EXECUTE SCRIPT generalQueuing_s
END IF
ELSE
GIVE IVR theIVR WITH TREATMENT ClosedTreatment_gv
WAIT 2
DISCONNECT
END IF
I have checked the values in the variables and they are correct, could this come from people hanging up before the ivr ends and the disconnect happens?
Thanks
Trevor
We are having a problem with 2 lines showing calls offered and then abandoned after the line has closed is something wrong with my script?
IF ((DATE = CHRISTMAS_PARTY_DATE) and (TIME OF DAY = CHRISTMAS_PARTY_TIME)) THEN
GIVE IVR theIVR WITH TREATMENT CLOSEDEARLY_GV
WAIT 3
DISCONNECT
ELSE
IF ((DAY OF WEEK = WeekDay_day) AND (TIME OF DAY = WeekDayHours_gv))
OR ((DAY OF WEEK = SATURDAY) AND (TIME OF DAY = RetailSatHours))
OR ((DAY OF WEEK = SUNDAY) AND (TIME OF DAY = RetailSunHours)) THEN
IF (DATE = RETAIL_HOL) THEN
GIVE IVR theIVR WITH TREATMENT RETAIL_HOL_TREATMENT
WAIT 2
DISCONNECT
ELSE
ASSIGN cdn4572_sk TO theSkillset_cv
ASSIGN thefirstWait_tr TO theFirstWaitTreatment_cv
ASSIGN theSecondWait_tr TO theSecondWaitTreatment_cv
EXECUTE SCRIPT generalQueuing_s
END IF
ELSE
GIVE IVR theIVR WITH TREATMENT ClosedTreatment_gv
WAIT 2
DISCONNECT
END IF
I have checked the values in the variables and they are correct, could this come from people hanging up before the ivr ends and the disconnect happens?
Thanks
Trevor