My config
Ubuntu 12.04.2 LTS
Perl v5.14.2
vicidial: 2.7rc1
Asterisk: 1.8.21.0-vici-beta
dahdi-linux-complete-2.7.0+2.7.0 (need to uncoment dahdy_dummy to be compiled) and some patches to the asterisk-ubuntu startup script to run dahdy_dummy not zaptel
single server installation
Installation method: generally following docs/Ubuntu_Install.txt and consulting with docs/BASE_INSTALL.txt and striker24x7(dot)blogspot(dot)com /2013/04/step-by-step-guide-to-install-vicidial.html
BUT for all perl packages I used the deb-way of installation:
- Code: Select all
sudo apt-get install apache2-mpm-prefork build-essential iftop lame libmysqlclient-dev libncurses5-dev libploticus0-dev libsox-fmt-all mpg123 mysql-client mysql-server mytop ntp openssh-server php5 php5-cli php5-dev php5-mysql ploticus screen sipsak sox subversion subversion-tools unzip libcurl3 curl perl libscalar-list-utils-perl libdbi-perl libdbd-mysql-perl libnet-server-perl libnet-telnet-perl libunicode-map-perl libjcode-perl libole-storage-lite-perl libspreadsheet-writeexcel-perl libproc-processtable-perl libspreadsheet-parseexcel-perl libmail-sendmail-perl libasterisk-agi-perl ttyload
So the problem:
Vicidial is working and several agents in a campaign answer incoming calls and phoning manually but when we go to the reports pages:
vicidial/AST_CLOSERstats.php
vicidial/AST_VDADstats.php
etc.
we got nearly all values as 0 except: Average Wait time between calls and Productivity Rating...
The agents reports seems OK.
What is more, when I look into the code and corresponding log tables where the reports come from I see:
- vicidial_closer_log
- live_inbound
- live_inbound_log
- vicidial_log
- vicidial_cpd_log
Any suggestions ?