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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scripting advice

Status
Not open for further replies.

9belowzero

IS-IT--Management
Dec 22, 2006
34
GB
Hi,

I am just working on some scripts for our new system but have come to a stop :-(

What i need to do is collect digits to queue to a skillset and if held in a queue for more than 60 seconds it queues to another skillset and vice versa.

Therefore menu option:
press 1 for new calls
press 2 for existing calls

/*Give Service Desk Menu
WHERE cv_sd_menu EQUALS
VALUE 1:
QUEUE TO SKILLSET sd_new_calls
VALUE 2:
QUEUE TO SKILLSET sd_existing_calls
DEFAULT:
QUEUE TO SKILLSET sd_new_calls
END WHERE

I now need to do a loop, if in sd_new_calls for more than 60 seconds then queue to skillset sd_exisitng, if in skillset sd_existing_calls then queue to skillset sd_new_calls.
If the total wait time is 180 seconds then queue to skillset sd_team_leaders.

I did think about doing a EXECUTE SCRIPT for each but the call would just keep bouncing from queue to queue ?

Any help would be appreciated.

Thanks
 
There is a symposium forum too forum959



~~~
[small] [©] GHTROUT.com [⇔] A Variety of Free Resources for Nortel Meridian/CS1000 System Administrators [/small]
 
i would adress that in each que, once a call hits the que start a timer, then use age of call to bounce it to another script..

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top