On 7 May 2009, at 14:29, Brent Vrieze wrote: > Hello, > > I am getting the following error on my CLI > [May 6 15:59:20] ERROR[25789]: cdr_csv.c:314 csv_log: Unable to re- > open master file /var/log/asterisk//cdr-csv//Master.csv : No such > file or directory > > I am a bit of a Linux newb so please be gentle. I assume this has > something to do with the fact that there are two slashes between > asterisk//cdr-csv and cdr-csv//Master.csv > > I have looked at all the .conf files that deal with CDR and cannot > find the entry for this file location. logger.conf and > asterisk.conf have not born fruit either. > > /var/log/asterisk/cdr-csv does not exist and this Master.csv does > not exist.
mkdir /var/log/asterisk/cdr-csv Might need to chmod it to whoever asterisk runs as. _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
