07-06-2012 03:45 PM - edited 03-14-2019 10:10 AM
Hello everyone, I have developed a PHP Wallboard based off of the original idea from I.mourits found here:
https://supportforums.cisco.com/message/1042045#1042045
For instructions on how to install it on your system, please read the README.txt file in the zip file.
It is completely rewritten and is very modular to suit your needs. Please respond with any questions, comments, or suggestions.
Thank you and I hope you enjoy!
08-08-2012 11:32 AM
Is a config file somewhere with Informix that allows access to the database… something like a client_allow file? Also is Informix using port 9088 or another port?
I’m trying to get the odbc connector working with the database.
Thanks,
Debbie
10-08-2012 07:02 AM
my PHP wallboard is working on Windows 2008 Server. am using UCCX 8.5.1. For Setting up the Data Connection, using these instructions in this URL http://voipmonkeys.wordpress.com/2011/11/11/uccx-wallboard-development-part-2/ and create a System DSN.
Items that need fixing are:
1. CSQ names do not display on the wallboard
2. Logo do not show on the Reports, Notification and Feedback pages
10-08-2012 10:03 AM
Hi Steve,
If you go to the config.php page within the theme folders, there is an array called "$csq_replace[]". By default it has 5 indexes filled. So you will need to add your CSQ names in the order they appear in your database into the array.
What this array does is overwrites the values in your database for display purposes. This is for when your csq names in the database aren't user friendly, and you want to display an easier to read version.
For the Logo, you will need to change the image name in those module's index pages (ie: modules/notification/index.php). It is the first div element block under .
I will update the source with fixed index pages for those modules as the logo names differ, hence your issue.
Thank You for your comments.
EDIT: For clarification, the csq_replace[] array does not overide the database values, but the wallboard will display the array values rather then the values found in the database.
11-22-2012 12:52 AM
Hi Chirs,
Is there anyway the application can pick up the queue names and populated on the screen by default.
Russ
10-26-2012 12:01 PM
Hello,
I'm currently experiencing an issue on our wallboard. It has different stats than the Real Time Monitoring Reporting tool and the Current Wait Time will not populate. I've rebooted the UCCX servers and restarted the apache service on the web server. I checked on the real time tables and they do contain the information int he Real Time Monitoring Reporting tool. Can any give me a direction of where to look for the issue.
Thank you,
Debbie
Screenshot below of the differences:
04-09-2014 10:48 AM
Are there any way to list out statistics, avg and longest of last one hour instead of one day?
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