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

Screen Pop for Calls In Queue?

arcaidy76
Level 1
Level 1

Is it possible to have a screen pop based on the number of calls in queue? I'd like to have a screen pop if the number of calls in queue is above a certain number.

This is for IPCC Express 4.0.4

Thanks!

1 Reply 1

lpezj
Level 7
Level 7

Hi,

You can try to develop an application that reads the data in the two real time tables that IPCC Express populates (if you choose that option in the AppAdmin configuration).

Basically is develop a WallBoard but with the feature that send an instant message to a PC.

You can cretae a .NET application that connects through ODBC to the real time data tables in IPCC Express, checks the calls in queue for the CSQs that you select and send a message to different PCs if the calls are too much.

Hope this helps,

Juan Luis