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

overflow

ciscoforum
Level 1
Level 1

I have two seperate scripts. Could I do over flow between them or do I have to use one script in order to do overflow?

Thanks

3 Replies 3

adignan
Level 8
Level 8

Could you expound on this a little more?

Patrik Englund
Level 1
Level 1

You can use the Call Redirect function if you have 2 scripts and 2 routepoints. Just make a If question and then point towards the Call Redirect variable and the call will be connected to the other route point where you have the Overflow script. The easiest way is to embedd the second script / CSQ into the first script and point towards that CSQ if for example the queue depth exceeds 3.

what if I just use one more select resource so that when it overflows it use the CSQ under this 2nd "select resource"? Then I don't need to use redirect.

Thanks