AstRecipes » Installing QueueMetrics on Fonality PBXtra
The Fonality PBXtra boxes are based on CentOS 4.2, so the yum install is feasible with some modifications. The most important thing that is missing is that those boxes use Fonality's RPM repository, where the mysql-server packages are missing. Luckily, it is possible to download and install the correct RPM package from the CentOS vault:wget http://vault.centos.org/4.2/os/i386/CentOS/RPMS/mysql-server-4.1.12-3.RHEL4.1.i386.rpm
rpm -i mysql-server-4.1.12-3.RHEL4.1.i386.rpm
/etc/init.d/mysqld restart
wget -P /etc/yum.repos.d http://yum.loway.ch/loway.repo
yum install queuemetrics
/etc/init.d/mysqld restart
cd /usr/local/queuemetrics/webapps/queuemetrics-1.4.3/WEB-INF/README
mysql mysql
create database queuemetrics;
grant all privileges on queuemetrics.* to 'queuemetrics'@'%' identified by 'javadude';
grant all privileges on queuemetrics.* to 'queuemetrics'@'localhost' identified by 'javadude';
grant all privileges on queuemetrics.* to 'queuemetrics'@'pbxtra9999' identified by 'javadude';
mysql -u queuemetrics -p queuemetrics < queuemetrics_sample.sql
Softlinks:
Home Page - Installing QueueMetrics - Installing QueueMetrics from scratch - QueueMetrics - Utenti/Lenz73 - Create an account - Upgrading QueueMetrics licences - AddQueueMember and the queue_log file - Configuring a queue - SandBox - Compiling Asterisk 1.4 with TDM400 and H323 - Misc links - Compiling Asterisk with OH323 - Licences - Utenti/walmass - Add a recipe - User stats - Using a HT-488 with Asterisk - QueueMetrics logs - Connecting to FWD using IAX - Installing Queuemetrics on Debian - Avoiding queue_log file rotation - Utenti/timlitw - Improving AstRecipes - UPDATING - Compressing recorded calls to MP3 - Manually updating QueueMetrics - Rebuilding Fonality queue_log - Monitoring Zaptel Hardware - asterisk - Administering QueueMetrics using Tomcat - Listening to recorded calls using XC-AST - Installing Queuemetrics on PBX-in-a-Flash - Installing the Linksys PAP2-NA port adapter - Installing QueueMetrics using Yum - Utenti/peter-dean - Simple queue and agent debug monitoring - Managing agents that dynamically log-on - Generic QueueMetrics startup script - Installing XC-AST - Compiling Asterisk on EPIA with VIA C3 - Recording all outgoing traffic for some extensions - Optimizing QueueMetrics data access - Installing XC-AST under Jetty - Connecting to Squillo using SIP - Debugging Qloaderd installation - Utenti/lostdave - Utenti/bg - AstRecipes markup - Installing QueueMetrics beta through RPM
Home Page - Installing QueueMetrics - Installing QueueMetrics from scratch - QueueMetrics - Utenti/Lenz73 - Create an account - Upgrading QueueMetrics licences - AddQueueMember and the queue_log file - Configuring a queue - SandBox - Compiling Asterisk 1.4 with TDM400 and H323 - Misc links - Compiling Asterisk with OH323 - Licences - Utenti/walmass - Add a recipe - User stats - Using a HT-488 with Asterisk - QueueMetrics logs - Connecting to FWD using IAX - Installing Queuemetrics on Debian - Avoiding queue_log file rotation - Utenti/timlitw - Improving AstRecipes - UPDATING - Compressing recorded calls to MP3 - Manually updating QueueMetrics - Rebuilding Fonality queue_log - Monitoring Zaptel Hardware - asterisk - Administering QueueMetrics using Tomcat - Listening to recorded calls using XC-AST - Installing Queuemetrics on PBX-in-a-Flash - Installing the Linksys PAP2-NA port adapter - Installing QueueMetrics using Yum - Utenti/peter-dean - Simple queue and agent debug monitoring - Managing agents that dynamically log-on - Generic QueueMetrics startup script - Installing XC-AST - Compiling Asterisk on EPIA with VIA C3 - Recording all outgoing traffic for some extensions - Optimizing QueueMetrics data access - Installing XC-AST under Jetty - Connecting to Squillo using SIP - Debugging Qloaderd installation - Utenti/lostdave - Utenti/bg - AstRecipes markup - Installing QueueMetrics beta through RPM



