Install Asterisk Cdr Viewer
Posted : adminOn 3/26/2018Asterisk Cdr Viewer, free asterisk cdr viewer software downloads, Page 3. Asterisk Cdr Viewer, free asterisk cdr viewer software downloads, Page 3. Asterisk CDR Viewer. The most popular version of this product among our users is 1.0. The name of the program executable file is AstCdrViewer.exe. The product will soon be reviewed by our informers. You can check CDR Viewer, CDR Viewer Tool, Asterisks Password Viewer and other related programs like Apowersoft Photo Viewer at the. Raspbian apt-get install git apache2 php5 php5-mysql mysql-server mysql-server is not required if you are hosting the database elsewhere. Cd /var/www git clone https.
You need to edit this file /volume1/@appstore/Asterisk/var/lib/asterisk/scripts/mastercsvexists. Add /volume1/@appstore/Asterisk in front of all the directory listings. Example, MASTERCSV='/var/log/asterisk/cdr-csv/Master.csv' becomes MASTERCSV='/volume1/@appstore/Asterisk/var/log/asterisk/cdr-csv/Master. Install Gvlk Key Kmspico Virus here. csv' Note: /volume1 is where mine is located but yours might be in a different volume. Current: #!/bin/bash MASTERCSV='/var/log/asterisk/cdr-csv/Master.csv' STATICHTTP='/var/lib/asterisk/static-http/' if [ `whoami`!= 'root' ]; then echo 'Error: You must be root to run this script.' Exit 1 fi if [ -f /var/log/asterisk/cdr-csv/Master.csv ]; then if [! -f $STATICHTTP`basename $MASTERCSV` ]; then ln -s $MASTERCSV /var/lib/asterisk/static-http/config/`basename fi fi exit.
Hi new user to this forum and to asterisk not to clued up on linux and ssh but i have followed the above and changed the directory over using the command vi / volume1/@appstore/Asterisk/var/lib/asterisk/scripts/mastercsvexists. I have changed the directories over as decribed #!/bin/bash MASTERCSV='/volume1/@appstore/Asterisk/var/log/asterisk/cdr-csv/Master.csv' STATICHTTP='/volume1/@appstore/Asterisk/var/lib/asterisk/static-http/' if [ `whoami`!= 'root' ]; then echo 'Error: You must be root to run this script.' Exit 1 fi if [ -f /var/log/asterisk/cdr-csv/Master.csv ]; then if [! -f $STATICHTTP`basename $MASTERCSV` ]; then ln -s $MASTERCSV /var/lib/asterisk/static-http/config/`basename fi fi exit now when i vi / volume1/@appstore/Asterisk/var/lib/asterisk/scripts/mastercsvexists. I get nothing but the vi display and have way down the above command is this correct? But when i vi / MASTERCSV='/volume1/@appstore/Asterisk/var/log/asterisk/cdr-csv/Master.csv' i see call records so i know it works my question is, is what i have done above correct and if so the cdr is still not showing any records? Do i need to enter anyting in cdr.
As at present i have - [general] enable=yes unanswered=yes end before hexten=yes safe shutdown=yes - [csv] usegmtime=yes loguniqueid=yes loguserfield=yes accountlogs=yes is this correct as i am unable to view any calls through the cdr gui many thanks lew.