07-15-2018 07:13 PM - edited 03-14-2019 06:21 PM
Hi,
I have a wallboard currently running based on the project link shown below.
Generally this call centre provides support to users of a conditional access satellite service.
This call centre also has a scripted menu option where the caller can select to access another application that is entirely scripted based. The application provides scripted multi-level menu systems and integrates with a backend system through http calls (API) to action the function(s) selected, and return status information.
I would like to be able to monitor on the wallboard the number of calls processed through this 2nd application that is entirely scripted based. The caller never gets connected to an operator.
Stats could include -
- no. of current calls
- no. of calls processed
Is this possible?
What tables and fields would I access from the wallboard code?
Thanks for your help.
Graham
07-17-2018 01:19 PM
If you run a CUIC report: Stock/Unified CCX Historical/System
You will see a report called "Application Summary Report" that will give you some information such as the number "Calls Presented" today for an application.
You can then look at the SQL producing that report. It is a Stored Procedure
I am not aware of anything that will give you the number of calls currently running that script.
Graham
07-17-2018 01:43 PM
07-17-2018 03:27 PM
Hi Anthony,
Thank you for the information. The wallboard code I am using has settings to display separate pages for CSQ, Agent and ICD information. But I haven't been able to see anything other than the selected CSQ data. I will have to investigate the code and settings a bit more.
In the processing of the main queue (CSQ1) if the caller selects it they are passed over to another queue (CSQ2) where the menu and backend scripting occurs. On the wallboard I have never been able to see any live data related to the number of calls sitting this queue (CSQ2). I assumed it was because the call was being handled by the script and never actually queues for an operator to handle.
Any more clues?
Regards,
Graham
07-17-2018 10:28 PM
Hi Anthony,
Further to this, I have experimented with the script in the main queue (CSQ1).
I have been passing the caller over to the other queue using Call Redirect to an extension number. The caller enters to new queue (CSQ2), navigates the menus and actions the functions as required. Then the call is completed. Nothing is logged in the database for the time spent in CSQ2.
If I change the code to use Select Resource to pass the caller over to the CSQ2, the caller gets a ring tone and then the default system error prompt. But this call is logged in the database at least for Total Calls & Calls Abandoned. So that is sorted of progress.
If you have any ideas?
Thanks,
Graham
07-18-2018 02:29 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide