Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Total Active Calls

Status
Not open for further replies.

ronwhooper

Programmer
Dec 11, 2003
8
0
0
US
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???

 
Did you queue the call to a skillset prior to using that intrinsic? On many of these types of intrinsics, you have to queue the call and then check the status of the queue.
 
No, at this point the call is not queued to a skillset. Total Active Calls is supposed to be system-wide, so I have it sitting in my Master Script. If traffic is high I want to get these calls out as early as possible.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top