Difference between revisions of "Calls are not recorded"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 6: | Line 6: | ||
chmod 777 /var/spool/asterisk/monitor | chmod 777 /var/spool/asterisk/monitor | ||
ln -s /var/spool/asterisk/monitor /home/mor/public/recordings | |||
cp -u /usr/src/mor/scripts/mor_wav2mp3 /bin/ | |||
If still nothing go to '''/bin/mor_wav2mp3''' and make sure line with ''lame'' looks like: | If still nothing go to '''/bin/mor_wav2mp3''' and make sure line with ''lame'' looks like: |
Revision as of 12:45, 13 March 2009
Make sure you have correct Recordings_Folder in /home/mor/config/environment.rb file
On Asterisk server check /var/spool/asterisk/monitor for files
If you do not see them here do:
chmod 777 /var/spool/asterisk/monitor ln -s /var/spool/asterisk/monitor /home/mor/public/recordings cp -u /usr/src/mor/scripts/mor_wav2mp3 /bin/
If still nothing go to /bin/mor_wav2mp3 and make sure line with lame looks like:
/usr/local/bin/lame --resample 44.1 -b 32 -a $DIR/$1.wav $DIR/$1.mp3
- Calls should be answered to be recorded.