cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1141
Views
0
Helpful
1
Replies

It is possible to obtain current queue depth to script?

Andrei Fokin
Level 1
Level 1

Dear, colleagues!

I want to try add periodically playing voice message about current queue depth (how many caller on queue) in script. It is really to read data about queue depth to script and play custom message to each caller (with periodical playng message about queue depth).

Thank you.

1 Accepted Solution

Accepted Solutions

barry
Level 7
Level 7

Hi


If you want to play the caller's current position in the queue, yes, this can be done.

Use the Get Reporting Statistic step within the script, and one of the options is to return the current queue position.

Once you have that value in a variable, you can then play whatever prompt you like,

Barry

View solution in original post

1 Reply 1

barry
Level 7
Level 7

Hi


If you want to play the caller's current position in the queue, yes, this can be done.

Use the Get Reporting Statistic step within the script, and one of the options is to return the current queue position.

Once you have that value in a variable, you can then play whatever prompt you like,

Barry