I’m running FreePBX 2.10 on Ubuntu 12.04 server.
While I do appear to get most logs in /var/log/asterisk full, I don’t see outgoing and incoming calls being logged there. On my FreePBX Distro system I get all these logs appearing. Probably has something to do with the Ubuntu hack of an install that I performed to get FreePBX working.
Any ideas? I did try this:
in /etc/asterisk/ logger_logfiles_custom.conf
console => notice,warning,error
full => notice,warning,error,debug,verbose
It would be nice to see these logs. Next question is getting the CDR working.
Thanks for any assistance with this.
Yep, here are two files. And full logfile shows that it read these files. I’m starting to think this might just be a botched install on Ubuntu. I really don’t want to reinstall however, as it’s in production currently.
logger_logfiles_custom.conf
; Format is “filename” and then “levels” of debugging to be included:
; debug
; notice
; warning
; error
; verbose
;
console => notice,warning,error
full => notice,warning,error,debug
I just noticed this in the freepbx status page, which may have something to do with the issue.
retrieve_conf failed to sym link:
/etc/asterisk/logger.conf from core/etc (Already exists, not a link)
This can result in FATAL failures to your PBX. If the target file exists and not identical, the symlink will not occur and you should rename the target file to allow the automatic sym link to occur and remove this error, unless this is an intentional customization.