Add this to your httpd.conf or if your using apache2 edit this file using your favorite text editor /etc/apache2/sites-available/default
and add the following lines:
-------------------------------
Alias /RECORDINGS/ "/var/spool/asterisk/monitorDONE/"
<Directory "/var/spool/asterisk/monitorDONE">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
<files *.mp3>
Forcetype application/forcedownload
</files>
</Directory>
--------------------------------
and then do a:
chmod 0777 /var/spool/asterisk/monitorDONE/ -R
and restart the apache2 or httpd service
access it via
http://youripaddress/RECORDINGS/
recordings by default are in mp3 format stored in the MP3 directory and the orig wav file stored in the WAV directory