FIX ASTERISK  FULL LOG NOT WORKING

 

If you choose to fix it manually, get to a command prompt on your linux box (I find that using a Windows program called "putty" is the easiest because it is easy to cut and paste) and do the following:

 

Créer la filiere  full avec la commande suivante

 

su asterisk

 

touch /var/log/asterisk/full

 

 

nano /etc/asterisk/logger_general_custom.conf

 

Add the following lines:

 

dateformat=%F %T

 

Hit CTRL-X, Yes, ENTER.

 

then:

 

nano /etc/asterisk/logger_logfiles_custom.conf

 

Add the following lines:

 

console => notice,warning,error

full => notice,warning,error,debug,verbose

 

Hit CTRL-X, Yes, ENTER.

 

Then issue the following command:

 

amportal restart

 

and if that doesn't work, then this command:

 

reboot