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..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''NOTE''': Please don't use this but instead look at [[Asterisk CDR Viewer]] as aCDR is no longer developed and I have noticed it has quite a few bugs. | |||
[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. | [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 === | === Prerequisite === | ||
Line 5: | Line 7: | ||
service httpd restart | service httpd restart | ||
chkconfig httpd on | chkconfig httpd on | ||
</pre> | </pre> | ||
Line 23: | Line 24: | ||
</pre> | </pre> | ||
[[Category : Asterisk ]] | [[Category : Asterisk ]] [[Category : CDR]] |
Latest revision as of 22:40, 9 August 2014
NOTE: Please don't use this but instead look at Asterisk CDR Viewer as aCDR is no longer developed and I have noticed it has quite a few bugs.
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