Elastix 2.4 Call Recording php
Elastix 2.4 Call Recording php script
Found this one page cdr phph script for Elastix, Easy lookup recording calls,
http://fixx.co.za/elastix-missing-recordings-in-monitor/
http://fixx.co.za/files/cdr.tgz
http://www.poons.us/2.3.0/cdr.tgz
Just unzip it anbd copy to /var/www/html/cdr folder
It is very basic but will serve the purpose it was intended for.
There are two things to take into consideration before using it:
You have to add a symbolic link to a directory called recording in the same directory as the PHP script that links to the directory where the actual recordings are stored on disk. For example:
ln -s /var/spool/asterisk/monitor /var/www/html/cdr/recording
Lastly set the MySQL credentials inside the first part of the index.php script and access it via your browse
Thank you Wayne
Comments
Post a Comment