ronwhooper
Programmer
Has anybody used the Total Active Calls intrinsic to filter out callers when the system is very busy? I am trying to do this:
IF TOTAL ACTIVE CALLS >= 300 THEN
GIVE IVR mail_ivr_gv WITH TREATMENT busy_treatment
DISCONNECT
END IF
In my development system I've tried to put very low numbers in (like 3 instead of 300) but it doesn't seem to peg correctly. Is it pegging against each application that is executed???
IF TOTAL ACTIVE CALLS >= 300 THEN
GIVE IVR mail_ivr_gv WITH TREATMENT busy_treatment
DISCONNECT
END IF
In my development system I've tried to put very low numbers in (like 3 instead of 300) but it doesn't seem to peg correctly. Is it pegging against each application that is executed???