Trevatwork
IS-IT--Management
- Nov 30, 2006
- 309
Hi
I have 12 IVR ports in call pilot 4.4
If all ports are busy the caller hears ringing until an IVR channel is open then the are played the wait treatments and then forwarded to the queuing script. Can i add to my script to force the call to be queued if there are no open ivr ports?
ASSIGN cdn4571_sk TO theSkillset_cv
ASSIGN thefirstWait_tr TO theFirstWaitTreatment_cv
ASSIGN theSecondWait_tr TO theSecondWaitTreatment_cv
IF ((DAY OF WEEK = WeekDay_day) AND (TIME OF DAY = extendedhours_gv))
OR ((DAY OF WEEK = SATURDAY) AND (TIME OF DAY = SatHours_gv))
OR ((DAY OF WEEK = SUNDAY) AND (TIME OF DAY = SunHours_gv)) THEN
IF (DATE = Holidays_gv) THEN
GIVE IVR theIVR WITH TREATMENT HolidayTreatment_gv
WAIT 2
DISCONNECT
ELSE
EXECUTE SCRIPT generalQueuing_s
END IF
Thanks
Trevor
I have 12 IVR ports in call pilot 4.4
If all ports are busy the caller hears ringing until an IVR channel is open then the are played the wait treatments and then forwarded to the queuing script. Can i add to my script to force the call to be queued if there are no open ivr ports?
ASSIGN cdn4571_sk TO theSkillset_cv
ASSIGN thefirstWait_tr TO theFirstWaitTreatment_cv
ASSIGN theSecondWait_tr TO theSecondWaitTreatment_cv
IF ((DAY OF WEEK = WeekDay_day) AND (TIME OF DAY = extendedhours_gv))
OR ((DAY OF WEEK = SATURDAY) AND (TIME OF DAY = SatHours_gv))
OR ((DAY OF WEEK = SUNDAY) AND (TIME OF DAY = SunHours_gv)) THEN
IF (DATE = Holidays_gv) THEN
GIVE IVR theIVR WITH TREATMENT HolidayTreatment_gv
WAIT 2
DISCONNECT
ELSE
EXECUTE SCRIPT generalQueuing_s
END IF
Thanks
Trevor