@sam_khan wrote:
Hi
Hope you all will be fine. I am seeing Recording Missing in call recording menu although recording is present in monitor folder.
i did found a thread which posted a solution but no luck still same issue.
.......................................................................................................................................................
in the directory /var/www/html/modules/monitoring/libs y edit paloSantoMonitoring.class.php
search for "private function _rutaAbsolutaGrabacion($file)"
and change:$basedir = DEFAULT_ASTERISK_RECORDING_BASEDIR.’/’;
to
$basedir = ‘/var/spool/asterisk/monitor/’;
and now looks like:
private function _rutaAbsolutaGrabacion($file)
{
$basedir = ‘/var/spool/asterisk/monitor/’;Restart http server and the recordings working good in the web admin
......................................................................................................................................................
Please Help !
Posts: 1
Participants: 1