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!

ACD Queue to MOH

Status
Not open for further replies.
Feb 15, 2000
31
0
0
CA
How do you set up an ACD queue to route to MOH box when all agents are busy?

TIA,
Dean G>
 
I'm sorry, I posted that question hastily. The system is an Option 11c, release 25.40.

Thanks,
Dean G>
 
Dean,
Try the follwing changes (with fancy TGML):

Code:
LD 23
REQ =CHG
TYPE = ACD
ACDN = <ACD DN>
OVTH = 0 
TOFT = 30
OVDN = <overflow DN>

The Overflow Threshold (OVTH) is the value at which calls entering the queue will overflow into OVDN (0 = overflow calls when no agents are available).

The Timed Overflow Threshold (TOFT) is the number of seconds before unanswered call overflows into OVDN

Cheers,
 
assuming you have Music route, you check by
>ld 21
REQ: prt
TYPE: ftr
MUS YES
MUSR 6

In LD23 set MURT prompt to Music route, in this example = 6
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top