IssabelFoundation / issabel

Open Source Unified Communications Platform
http://www.issabel.org
54 stars 13 forks source link

Full log doesn't stored #3

Open danardf opened 7 years ago

danardf commented 7 years ago

From latest elx 2.5 and 4.0, there was a bug about asterisk. There's no asterisk logs or no much. This issue is caused by some wrong parameters into /usr/sbin/safe_asterisk You need to change the value for these lines.

TTY=9                           # TTY (if you want one) for Asterisk to run on
CONSOLE=yes                     # Whether or not you want a console

Next amportal restart or service asterisk restart.

Now, you've got all dump like usualy.

venturinog commented 7 years ago

Hi, thanks for the feedback. There are issues reported in some virtualization engines with those parameters. https://unix.stackexchange.com/questions/93347/making-a-tty9-on-a-openvz-ve

We have a workaround, modify /etc/asterisk/logger_logfiles_additional.conf: full => debug,error,notice,verbose,warning with full => debug,error,notice,verbose(3),warning and CLI> logger reload Don't apply any change in the web administration while testing it. you can also try the same with debug option.