Added lead search of archived leads table if present.
Added QueueMetrics 13.04 support with call hold records minor code cleanup in several scripts git-svn-id: svn://192.168.202.10@2026 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -353,9 +353,9 @@ CREATE INDEX call_id on queue_log(call_id);
|
||||
|
||||
|
||||
|
||||
OpenSuSE 11.1 installation instructions:
|
||||
OpenSuSE 11.1 to 11.3 installation instructions:
|
||||
|
||||
How to install Queue Metrics on OpenSuSE v.11.1 (32 or 64 bit) with a system that was installed with the ViciDial Group install script. Run them in this order to avoid funky java script bugs :D
|
||||
How to install Queue Metrics on OpenSuSE v.11.1 to v 11.3 (32 or 64 bit) with a system that was installed with the ViciDial Group install script. Run them in this order to avoid funky java script bugs :D
|
||||
|
||||
1) Type: zypper in tomcat6 tomcat6-webapps
|
||||
- Say yes to install, and say yes to license
|
||||
@@ -364,12 +364,12 @@ How to install Queue Metrics on OpenSuSE v.11.1 (32 or 64 bit) with a system tha
|
||||
- Say yes to install, and say yes to license
|
||||
|
||||
3) cd /usr/src
|
||||
4) wget http://queuemetrics.com/download/QueueMetrics-1.6.0.1-trial.tar.gz
|
||||
4) wget http://queuemetrics.com/download/QueueMetrics-13.04.2-trial.tar.gz
|
||||
5) mkdir tars (incase it doesn't exist)
|
||||
6) tar xvfz QueueMetrics-1.6.0.1-trial.tar.gz
|
||||
7) mv QueueMetrics-1.6.0.1-trial.tar.gz ./tars/
|
||||
6) tar xvfz QueueMetrics-13.04.2-trial.tar.gz
|
||||
7) mv QueueMetrics-13.04.2-trial.tar.gz ./tars/
|
||||
8) mkdir /srv/tomcat6/webapps/QM
|
||||
9) cp -r queuemetrics-1.6.0.1/* /srv/tomcat6/webapps/QM/
|
||||
9) cp -r queuemetrics-13.04.2/* /srv/tomcat6/webapps/QM/
|
||||
10) zypper in mysql-connector-java
|
||||
11) cp /usr/share/java/mysql-connector-java.jar /srv/tomcat6/webapps/QM/WEB-INF/lib/
|
||||
12) chkconfig tomcat6 on
|
||||
|
||||
Reference in New Issue
Block a user