Difference between revisions of "Calls are not recorded"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: * On Asterisk server check /var/spool/asterisk/monitor for files)
 
Line 1: Line 1:
* On Asterisk server check /var/spool/asterisk/monitor for files
On Asterisk server check /var/spool/asterisk/monitor for files
 
If you do not see them here do:
 
chmod 777 /var/spool/asterisk/monitor
 
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

Revision as of 14:45, 18 January 2008

On Asterisk server check /var/spool/asterisk/monitor for files

If you do not see them here do:

chmod 777 /var/spool/asterisk/monitor

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