02-25-2009 11:00 AM - edited 03-14-2019 03:44 AM
Is there some type of built in wall board with IPCC 4.0.5?
02-25-2009 06:50 PM
Not really. Agents can see calls waiting in the CSQs they are skilled in. Supervisors can obviously see status through CSD.
There are several third-party options:
-Inova Solutions
http://www.inovasolutions.com/call-center-reporting/products/index.htm
-Spectrum Corporation
-IPCC Wallboard (Open Source)
http://sourceforge.net/projects/ipccwallboard/
-Business Communications By Design
02-25-2009 11:14 PM
Hi,
You can use CRS scripts with CRS http subsystem to get the queue statistics displayed on a web page. CRS script uses "getReportingStatistic" to get information from IPCC.
Message if you need any further details.
HTH,
Iftikhar
02-26-2009 07:32 AM
Yes I need a more information, I have never setup an HTTP trigger before. I understand what you are saying about the "getReportingstatic" step is this done within the current script or do I need to develop something new?
02-26-2009 09:12 PM
Hi,
I am not sure about your version of IPCC but we used queuestats.aef scrip from script repository http://www.cisco.com/en/US/products/sw/custcosw/ps1846/products_implementation_design_guides_list.html
its very simple all you need to do is
1. create a script and get the required values from queue (using getreportingstatistic)in variables.
2. Use http post to substitute these values in a predefined template.
3. use script in an application
4. make a http trigger and use the application with the trigger.
HTH,
Regards,
Iftikhar
02-26-2009 09:37 AM
There is a wallboard db table that you can use (other 3rd party wallboard program uses that too)
page 434 of pdf shows how to turn it on.
and the release note shows how to setup access to that table
page 47 of PDF
Here is the DB schema guide showing the wallboard table structure for use:
page 56 of PDF, the table name is RtCSQsSummary
You can then build your own app accessing this information through ODBC
04-03-2023 05:04 AM
By reading the cisco documentation of db schema, you can generate your own wallboard. Real time or historical data are logged in separate tables, this makes it really easy to query the database and configure the query in form of a wallboard. you may find help here: https://ciscoreportingengineers.wordpress.com/
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