cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
599
Views
0
Helpful
3
Replies

Max queue duration

Sandy Lee
Level 4
Level 4

Hi,

I would like to know if there's a parameter or how to make sure that a call queued in a Select Resource step will not be dropped ? We have a client that needs to keep customers waiting for an available agent as long as over an hour. I know, it's not recommendable, but the client has no other choice.

We tested and the calls are dropped with the prompt "sorry, there's a problem with your call, please try again".

Is there a way to workaround or to fix this ?

Thanks!

3 Replies 3

clarkjason
Level 1
Level 1

Sounds like you need to change the max timeout in the network VRU script list to a higher number, it defaults to 180 seconds.. try 3600 seconds.

Another thing you can try is to ensure that the call exits the VRU every so often and then returns, that way the timer resets every time the call arrives at the VRU.

david

Chavdar_Baramov
Level 1
Level 1

Try to requeue the call on some time basis.

Simple method:

Que to SG => Que-script =succeed connection=>

IF Call.TimeInQueue> "" =succeed connection=> Que to SG (with higher priority).

=Fail connection=> Back to the same Que

So you will have stacks with calls - lets say 10 calls with priority 5, 6 calls with priority 4 - etc.

Que-script Timeout must be larger than the actual time needed to pass trough the entire script.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: