Freeswitch-mod syslog

From 탱이의 잡동사니
Revision as of 08:54, 9 June 2017 by Pchero (talk | contribs) (Created page with "== Overview == Freeswitch syslog 모듈 내용 정리 == Enable module == /etc/freeswitch/modules.xml 혹은 /etc/freeswitch/freeswitch.xml 파일에 다음의 내용을 설...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Freeswitch syslog 모듈 내용 정리

Enable module

/etc/freeswitch/modules.xml 혹은 /etc/freeswitch/freeswitch.xml 파일에 다음의 내용을 설정한다. <source lang=xml>

 <configuration name="modules.conf" description="Modules">
   <modules>
     <load module="mod_syslog"/>
     ...
   </module>
 </configuration>

</source>