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

IPCC Express 4.0 - Queue length

tanmaydevare
Level 1
Level 1

Hi all,

Client is using IPCCX 4.0 Enhanced edition and need following feature,

- There is one call in queue and if second call comes in queue, it should get dropped.

Appreciate your early reply.

1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame

You can use the Get Reporting Statistic step to retrieve the number of contacts waiting in queue. Follow that with an If step that evaluates whether the returned variable is greater than zero. If it is, proceed to whatever logic you want (such as Terminate and End steps).

IMO this customer doesn't understand the concept of a queue though. The whole purpose is to queue multiple contacts until a resource becomes available. You might want to do some education here.