This is an old revision of the document!


The Logs of System-Related about AsterCC

** Log Files **:It is a file or file sets that saved operation for the event records including the kernel,services and system's modules, different log file records different information.For example,some of the default system log file,records some specific modules。

Description of log files under /var/log/asterisk

Firstly,you need to enable logging function of asterisk.remove the note(semicolon) in front of the “messages ⇒ notice,warning,error” and “full ⇒ notice,warning,error,debug,verbose,dtmf,fax” in the file of /etc/asterisk/logger.conf,as shown below:

Then,you can find serveral files named “full.xxxx” and “messages” under the direction of /var/log/asterisk.You can delete these files if you can ensure that no longer use them.

No matter enabling or removing log files,it will worked only execute the following command after you finished:
 asterisk -rx "logger reload" 

Description of log files under /opt/asterisk/scripts/astercc

How to enable the logging of asterCC ? You should update the value of field named “debug” in the file of /etc/asterisk/logger.conf,it belongs to [system],only “debug” is a integer that greater than 0,the logging of asterCC modules can be worked,for example:debug=2.It measns the logging function is disabled when debug=0.

After enabling the setting in /opt/asterisk/scripts/astercc,you will see several log files corresponding module,and the suffix of names are “.log”,such as:astcc_dialer.log,it is the log of pre-dial module.

开启日志后,在 /opt/asterisk/scripts/astercc 目录下会看到模块对应的 .log日志文件,如:astcc_dialer.log 是指预拨号模块的日志文件。

Description of log files under /tmp/astcceventslog

通话事件的日志我们保存在 /tmp/astcceventslog 目录下,文件名格式为:eventsfile_年月日.log,系统默认保存最近5天的通话事件日志。如果确认不再使用的日志文件,可以手动进行删除。

en/faq/the_logs_of_system-related_about_astercc.1438936838.txt.gz · Last modified: (external edit)
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki