freeswitch/conf/vanilla/autoload_configs/blacklist.conf.xml
Russell Treleaven ce96d95c5e add support for cache directory
make configs use specific directory variables instead of just base_dir
so that one configuration can be used for fhs and legacy installations
2014-08-31 20:22:08 -04:00

12 lines
345 B
XML

<configuration name="mod_blacklist.conf" description="Blacklist module">
<lists>
<!--
Example blacklist, the referenced file contains blacklisted items, one entry per line
NOTE: make sure the file exists and is readable by FreeSWITCH.
<list name="example" filename="$${conf_dir}/blacklists/example.list"/>
-->
</lists>
</configuration>