When I’ve selected the option to record the conference. Where does it save to and how can i play it back or save it on my computer?
Thank you
When I’ve selected the option to record the conference. Where does it save to and how can i play it back or save it on my computer?
Thank you
I guess it is supposed to end up in:
${ASTSPOOLDIR}/monitor/meetme-conf-rec-${MEETME_ROOMNUM}-${UNIQUEID}
and in my env
${ASTSPOOLDIR}=/var/spool/asterisk/
Take a peak at:
INSTALLDIR/admin/modules/conferences/functions.inc.php
Where I guess the following controls the record path:
$ext->add($contextname, $roomnum, ‘’, new ext_setvar(‘MEETME_RECORDINGFILE’,’${ASTSPOOLDIR}/monitor/meetme-conf-rec-${MEETME_ROOMNUM}-${UNIQUEID}’));
But nothing shows up.
Other recordings show up in that directory.
Regards
Peter Andersson