ACDR: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Created page with "[http://www.acdr.com.au aCDR] is a web application that allows you to search Asterisk CDR records. aCDR is an easy to install application. === Prerequisite === <pre> yum -y i..." |
|||
Line 5: | Line 5: | ||
service httpd restart | service httpd restart | ||
chkconfig httpd on | chkconfig httpd on | ||
</pre> | </pre> | ||
Revision as of 23:37, 29 April 2013
aCDR is a web application that allows you to search Asterisk CDR records. aCDR is an easy to install application.
Prerequisite
yum -y install httpd php php-gd php-mysql service httpd restart chkconfig httpd on
Installation
wget www.acdr.com.au/download/aCDR-Lv1.0.zip unzip aCDR-Lv1.0.zip -p /var/www/html/
Client Access
From a web browser type in the IP address or the fully qualified domain name of your web server.
Examples:
192.168.1.1/cdr asterisk.org.local/cdr http://pbx.co.com/cdr